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

+7
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

-19
This file was deleted.

vendor/github.com/gorilla/context/LICENSE

-27
This file was deleted.

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

-7
This file was deleted.

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

-143
This file was deleted.

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

-161
This file was deleted.

0 commit comments

Comments
 (0)