From: Lvbo163 Date: Thu, 9 Aug 2018 01:20:15 +0000 (+0800) Subject: add dependency of istio 1.0.0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=423aa4c5c02533ceb7a3e7ba4b90a2528b77f841;p=msb%2Fservice-mesh.git add dependency of istio 1.0.0 Issue-ID: MSB-273 Change-Id: Id7a270887c344c69c7f7e458c9ab7e4b3707402d Signed-off-by: Lvbo163 --- 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"