Skip to content

Commit

Permalink
Remove gorilla/context as part of pre-1.7 support (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar authored Jun 26, 2019
1 parent 3719438 commit 38c9e46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 57 deletions.
28 changes: 0 additions & 28 deletions .travis.yml

This file was deleted.

28 changes: 0 additions & 28 deletions context_legacy.go

This file was deleted.

1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/gorilla/csrf

require (
github.com/gorilla/context v1.1.1
github.com/gorilla/securecookie v1.1.1
github.com/pkg/errors v0.8.0
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
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=
github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 comments on commit 38c9e46

Please sign in to comment.