From e0bc3979c81b601e60ccdf839572d7e5b9d6b3b9 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Fri, 18 Jan 2019 15:12:15 -0800 Subject: [PATCH] fix(deps): resolve dep warning messages Set version constraint for all dependencies Signed-off-by: Adam Reese --- Gopkg.lock | 7 ++++--- Gopkg.toml | 6 ++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 03f926607..28bc84a15 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -567,12 +567,12 @@ version = "v1.0.3" [[projects]] - digest = "1:18752d0b95816a1b777505a97f71c7467a8445b8ffb55631a7bf779f6ba4fa83" + digest = "1:972c2427413d41a1e06ca4897e8528e5a1622894050e2f527b38ddf0f343f759" name = "github.com/stretchr/testify" packages = ["assert"] pruneopts = "UT" - revision = "f35b8ab0b5a2cef36673838d662e249dd9c94686" - version = "v1.2.2" + revision = "ffdc059bfe9ce6a4e144ba849dbedead332c6053" + version = "v1.3.0" [[projects]] digest = "1:2ae8314c44cd413cfdb5b1df082b350116dd8d2fff973e62c01b285b7affd89e" @@ -1276,6 +1276,7 @@ "golang.org/x/crypto/openpgp/errors", "golang.org/x/crypto/openpgp/packet", "golang.org/x/crypto/ssh/terminal", + "gopkg.in/yaml.v2", "k8s.io/api/apps/v1", "k8s.io/api/apps/v1beta1", "k8s.io/api/apps/v1beta2", diff --git a/Gopkg.toml b/Gopkg.toml index b9e90934b..b355c46d4 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -55,9 +55,11 @@ name = "github.com/imdario/mergo" version = "v0.3.5" +[[constraint]] + name = "github.com/stretchr/testify" + version = "^1.3.0" + [prune] go-tests = true unused-packages = true -[[constraint]] - name = "github.com/stretchr/testify"