From 16a37dbfac61468f230112a89f201fec3488785d Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Tue, 26 Jun 2018 17:36:08 +0300 Subject: [PATCH] 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 --- Gopkg.lock | 6 ++++++ Gopkg.toml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/Gopkg.lock b/Gopkg.lock index ba7561b6..443278da 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -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"] diff --git a/Gopkg.toml b/Gopkg.toml index c79c31a5..e3aa9893 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -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"