Skip to content

Commit 90b0c59

Browse files
authored
[build] Define go.mod (#83)
Removes committed /vendor dir. Retains Godeps (dep) manifests for the time being.
1 parent 8aae08f commit 90b0c59

27 files changed

+7
-3519
lines changed

go.mod

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module github.com/gorilla/csrf
2+
3+
require (
4+
github.com/gorilla/context v1.1.1
5+
github.com/gorilla/securecookie v1.1.1
6+
github.com/pkg/errors v0.8.0
7+
)

vendor/github.com/gorilla/context/.travis.yml

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

vendor/github.com/gorilla/context/LICENSE

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

vendor/github.com/gorilla/context/README.md

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

vendor/github.com/gorilla/context/context.go

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

vendor/github.com/gorilla/context/context_test.go

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

0 commit comments

Comments
 (0)