You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 185B

123456789
  1. module github.com/quasoft/websspi
  2. go 1.13
  3. require (
  4. github.com/gorilla/securecookie v1.1.1
  5. github.com/gorilla/sessions v1.2.0
  6. golang.org/x/sys v0.0.0-20191010194322-b09406accb47
  7. )