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

6
Gopkg.lock generated
View File

@ -115,6 +115,12 @@
packages = [".","terminal"] packages = [".","terminal"]
revision = "825e39f34365e7db2c9fbc3692c16220e3bd7418" revision = "825e39f34365e7db2c9fbc3692c16220e3bd7418"
[[projects]]
branch = "master"
name = "github.com/kataras/survey"
packages = [".","terminal","core"]
revision = "00934ae069eda15df26fa427ac393e67e239380c"
[[projects]] [[projects]]
name = "github.com/klauspost/compress" name = "github.com/klauspost/compress"
packages = ["flate","gzip"] packages = ["flate","gzip"]

View File

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