Skip to content

Commit 1fc2bbc

Browse files
committed
fixes for ci
Signed-off-by: kumarabd <[email protected]>
1 parent 770a85b commit 1fc2bbc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ module github.com/layer5io/meshery-istio
22

33
go 1.13
44

5-
replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200723152044-916f10574334
5+
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+
)
69

710
require (
811
cloud.google.com/go v0.46.3 // indirect

0 commit comments

Comments
 (0)