Skip to content

Commit

Permalink
Update go.mod to include gorilla/securecookie
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Jul 8, 2019
1 parent 9807726 commit 43a1b00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module github.com/dghubble/sessions

require github.com/gorilla/securecookie v1.1.1
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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 43a1b00

Please sign in to comment.