Skip to content

Commit

Permalink
[build] Define go.mod (#83)
Browse files Browse the repository at this point in the history
Removes committed /vendor dir. Retains Godeps (dep) manifests for the time being.
  • Loading branch information
elithrar authored May 22, 2018
1 parent 8aae08f commit 90b0c59
Show file tree
Hide file tree
Showing 27 changed files with 7 additions and 3,519 deletions.
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
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
)
19 changes: 0 additions & 19 deletions vendor/github.com/gorilla/context/.travis.yml

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/github.com/gorilla/context/LICENSE

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/github.com/gorilla/context/README.md

This file was deleted.

143 changes: 0 additions & 143 deletions vendor/github.com/gorilla/context/context.go

This file was deleted.

161 changes: 0 additions & 161 deletions vendor/github.com/gorilla/context/context_test.go

This file was deleted.

Loading

0 comments on commit 90b0c59

Please sign in to comment.