Skip to content

Commit

Permalink
Run go mod tidy
Browse files Browse the repository at this point in the history
Needing to quote the package strings is from an earlier version of vgo.
  • Loading branch information
keegancsmith authored and kisielk committed Oct 15, 2018
1 parent 8619d3c commit 68d1ede
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
@@ -1,6 +1,6 @@
module "github.com/gorilla/sessions"
module github.com/gorilla/sessions

require (
"github.com/gorilla/context" v1.1.1
"github.com/gorilla/securecookie" v1.1.1
github.com/gorilla/context v1.1.1
github.com/gorilla/securecookie v1.1.1
)

0 comments on commit 68d1ede

Please sign in to comment.