Switch to dep dependency management tool

This commit is contained in:
Zlatko Čalušić
2017-07-19 22:12:34 +02:00
parent 96cdf7b3b4
commit 0e5f662fed
610 changed files with 50 additions and 157104 deletions

9
Gopkg.toml Normal file
View File

@@ -0,0 +1,9 @@
[[constraint]]
name = "github.com/gorilla/handlers"
source = "https://github.com/gorilla/handlers"
version = "1.2.0"
[[constraint]]
name = "goji.io"
source = "https://github.com/goji/goji"
version = "2.0.0"