Skip to content

Commit

Permalink
fixes for ci
Browse files Browse the repository at this point in the history
Signed-off-by: kumarabd <abishekkumar92@gmail.com>
  • Loading branch information
kumarabd committed Dec 8, 2020
1 parent 770a85b commit 1fc2bbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ module github.com/layer5io/meshery-istio

go 1.13

replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200723152044-916f10574334
replace (
github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200723152044-916f10574334
gopkg.in/ini.v1 => github.com/go-ini/ini v1.62.0
)

require (
cloud.google.com/go v0.46.3 // indirect
Expand Down

0 comments on commit 1fc2bbc

Please sign in to comment.