| commit | c4029aa227893ee63ef8db30893d0569c28c7046 | [log] [tgz] |
|---|---|---|
| author | David Bainbridge <dbainbri@ciena.com> | Thu Sep 26 18:56:39 2019 +0000 |
| committer | David Bainbridge <dbainbri@ciena.com> | Thu Sep 26 18:56:48 2019 +0000 |
| tree | a6ca99aaba3713f76a0aaaef84f61c2b3067b09c | |
| parent | 45f7645a2b90d945b822e34946b83e24580b3931 [diff] [blame] |
VOL-1971 - make v2 the default API version Change-Id: Ib0b29187d40cd77f78fc162151f8c49f7af9ca55
diff --git a/Gopkg.toml b/Gopkg.toml index 842120f..eea2f44 100644 --- a/Gopkg.toml +++ b/Gopkg.toml
@@ -60,3 +60,7 @@ [[constraint]] name = "k8s.io/client-go" version = "11.0.0" + +[[constraint]] + name = "github.com/stretchr/testify" + version = "1.4.0"