Add golang/dep Gopkg.toml with dependency constraints

This commit is contained in:
Vojtech Vitek 2017-07-06 17:12:02 -04:00
parent 92a7a642f5
commit a5d0d75313
2 changed files with 8 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
vendor/
Gopkg.lock

6
Gopkg.toml Normal file
View file

@ -0,0 +1,6 @@
[[constraint]]
name = "github.com/dgrijalva/jwt-go"
version = "^3.0.0"
[[constraint]]
name = "github.com/go-chi/chi"
version = "^3.0.0"