diff options
author | Lvbo163 <lv.bo163@zte.com.cn> | 2018-08-09 09:20:15 +0800 |
---|---|---|
committer | Lvbo163 <lv.bo163@zte.com.cn> | 2018-08-09 09:20:15 +0800 |
commit | 423aa4c5c02533ceb7a3e7ba4b90a2528b77f841 (patch) | |
tree | ca3ab262fca138c2a11164fcd7830a0198043835 | |
parent | e782c794c9fe6441120b8d0d239414f9a3421288 (diff) |
add dependency of istio 1.0.0
Issue-ID: MSB-273
Change-Id: Id7a270887c344c69c7f7e458c9ab7e4b3707402d
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
-rw-r--r-- | msb2pilot/src/msb2pilot/Gopkg.toml | 8 |
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" |