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.
10 lines
185 B
10 lines
185 B
5 years ago
|
module github.com/quasoft/websspi
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/gorilla/securecookie v1.1.1
|
||
|
github.com/gorilla/sessions v1.2.0
|
||
|
golang.org/x/sys v0.0.0-20191010194322-b09406accb47
|
||
|
)
|