1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-26 21:35:56 +00:00

add kataras/survey to the Gopkg.toml although I do NOT recommend using 'dep' or 'gp' or any other third-party tool for your dependencies -- Go is not ready for that, at least yet. Iris is fully vendored you don't need those here. Rel: https://github.com/kataras/iris/issues/1029\#issuecomment-400272324

Former-commit-id: b2f3c766ae9fb250f1f8c76cf7f47ff640169929
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-06-26 17:36:08 +03:00
parent 2acb6e9385
commit 16a37dbfac
2 changed files with 10 additions and 0 deletions

View File

@@ -42,6 +42,10 @@
branch = "master"
name = "github.com/kataras/golog"
[[constraint]]
branch = "master"
name = "github.com/kataras/survey"
[[constraint]]
name = "github.com/klauspost/compress"
version = "1.2.1"