Skip to content

Commit

Permalink
Update go.mod: removes gorilla/context (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Jul 9, 2019
1 parent 56c33e9 commit 4355a99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions go.mod
@@ -1,6 +1,3 @@
module github.com/gorilla/sessions

require (
github.com/gorilla/context v1.1.1
github.com/gorilla/securecookie v1.1.1
)
require github.com/gorilla/securecookie v1.1.1
2 changes: 2 additions & 0 deletions go.sum
@@ -0,0 +1,2 @@
github.com/gorilla/securecookie v1.1.1 h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=
github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4=

0 comments on commit 4355a99

Please sign in to comment.