We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770a85b commit 1fc2bbcCopy full SHA for 1fc2bbc
go.mod
@@ -2,7 +2,10 @@ module github.com/layer5io/meshery-istio
2
3
go 1.13
4
5
-replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200723152044-916f10574334
+replace (
6
+ github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200723152044-916f10574334
7
+ gopkg.in/ini.v1 => github.com/go-ini/ini v1.62.0
8
+)
9
10
require (
11
cloud.google.com/go v0.46.3 // indirect
0 commit comments