diff options
Diffstat (limited to 'vendor/github.com/gorilla/sessions/go.mod')
-rw-r--r-- | vendor/github.com/gorilla/sessions/go.mod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/gorilla/sessions/go.mod b/vendor/github.com/gorilla/sessions/go.mod new file mode 100644 index 0000000000..44befd42cc --- /dev/null +++ b/vendor/github.com/gorilla/sessions/go.mod @@ -0,0 +1,6 @@ +module "github.com/gorilla/sessions" + +require ( + "github.com/gorilla/context" v1.1.1 + "github.com/gorilla/securecookie" v1.1.1 +) |