mirror of
https://github.com/kataras/iris.git
synced 2025-03-14 08:26:26 +01: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:
parent
2acb6e9385
commit
16a37dbfac
6
Gopkg.lock
generated
6
Gopkg.lock
generated
|
@ -115,6 +115,12 @@
|
|||
packages = [".","terminal"]
|
||||
revision = "825e39f34365e7db2c9fbc3692c16220e3bd7418"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/kataras/survey"
|
||||
packages = [".","terminal","core"]
|
||||
revision = "00934ae069eda15df26fa427ac393e67e239380c"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/klauspost/compress"
|
||||
packages = ["flate","gzip"]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user