Skip to content

Commit 38c9e46

Browse files
authored
Remove gorilla/context as part of pre-1.7 support (#114)
1 parent 3719438 commit 38c9e46

File tree

4 files changed

+4
-57
lines changed

4 files changed

+4
-57
lines changed

.travis.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

context_legacy.go

Lines changed: 0 additions & 28 deletions
This file was deleted.

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/gorilla/csrf
22

33
require (
4-
github.com/gorilla/context v1.1.1
54
github.com/gorilla/securecookie v1.1.1
65
github.com/pkg/errors v0.8.0
76
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/gorilla/securecookie v1.1.1 h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=
2+
github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4=
3+
github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw=
4+
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

0 commit comments

Comments
 (0)