Update go.mod

This commit is contained in:
zryfish
2019-07-20 00:18:05 +08:00
parent c6ad0ebc3e
commit 8e74c0b439

7
go.mod
View File

@@ -125,6 +125,7 @@ require (
sigs.k8s.io/yaml v1.1.0 // indirect
)
replace github.com/kubernetes-sigs/application => github.com/kubesphere/application v0.0.0-20190518133311-b9d9eb0b5cf7
replace github.com/kiali/kiali => github.com/kubesphere/kiali v0.15.1-0.20190407071308-6b5b818211c3
replace (
github.com/kubernetes-sigs/application => github.com/kubesphere/application v0.0.0-20190518133311-b9d9eb0b5cf7
replace github.com/kiali/kiali => github.com/kubesphere/kiali v0.15.1-0.20190407071308-6b5b818211c3
)