summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabing Zhao <zhaohuabing@gmail.com>2018-08-09 03:12:35 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-09 03:12:35 +0000
commitab607ddd195879338ca414b2d892f2e6ec6ffbcc (patch)
tree711bdc48f4ba88cd079bf0ce82c2f287337d1496
parentcbb4449765898119aca44edba194b1927936078d (diff)
parent423aa4c5c02533ceb7a3e7ba4b90a2528b77f841 (diff)
Merge "add dependency of istio 1.0.0"
-rw-r--r--msb2pilot/src/msb2pilot/Gopkg.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/msb2pilot/src/msb2pilot/Gopkg.toml b/msb2pilot/src/msb2pilot/Gopkg.toml
index eddc881..0759ad5 100644
--- a/msb2pilot/src/msb2pilot/Gopkg.toml
+++ b/msb2pilot/src/msb2pilot/Gopkg.toml
@@ -27,3 +27,11 @@
[[constraint]]
name = "github.com/smartystreets/goconvey"
version = "1.6.3"
+
+[[constraint]]
+ name = "istio.io/api"
+ revision = "1.0.0"
+
+[[constraint]]
+ name = "istio.io/istio"
+ revision = "1.0.0"