mirror of https://github.com/istio/istio.io.git
38 lines
1.6 KiB
Modula-2
38 lines
1.6 KiB
Modula-2
module istio.io/istio.io
|
|
|
|
go 1.15
|
|
|
|
replace github.com/spf13/viper => github.com/istio/viper v1.3.3-0.20190515210538-2789fed3109c
|
|
|
|
// For license
|
|
replace github.com/docker/docker => github.com/docker/engine v1.4.2-0.20191011211953-adfac697dc5b
|
|
|
|
// Old version had no license
|
|
replace github.com/chzyer/logex => github.com/chzyer/logex v1.1.11-0.20170329064859-445be9e134b2
|
|
|
|
// Avoid pulling in incompatible libraries
|
|
replace github.com/docker/distribution => github.com/docker/distribution v2.7.1+incompatible
|
|
|
|
// Avoid pulling in kubernetes/kubernetes
|
|
replace github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.8-0.20200421182805-c3e488f0d815
|
|
|
|
// Client-go does not handle different versions of mergo due to some breaking changes - use the matching version
|
|
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
|
|
|
|
// See https://github.com/kubernetes/kubernetes/issues/92867, there is a bug in the library
|
|
replace github.com/evanphx/json-patch => github.com/evanphx/json-patch v0.0.0-20190815234213-e83c0a1c26c8
|
|
|
|
require (
|
|
github.com/golang/sync v0.0.0-20180314180146-1d60e4601c6f
|
|
github.com/lucas-clemente/quic-go v0.21.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
istio.io/client-go v1.10.0-rc.1.0.20210512214749-e6f28edf3fce // indirect
|
|
istio.io/istio v0.0.0-20210612170121-97d8df38eb72
|
|
istio.io/pkg v0.0.0-20210608134700-661d34f3dfde
|
|
k8s.io/apimachinery v0.21.1
|
|
k8s.io/client-go v0.21.1
|
|
)
|
|
|
|
// Pending https://github.com/kubernetes/kube-openapi/pull/220
|
|
replace k8s.io/kube-openapi => github.com/howardjohn/kube-openapi v0.0.0-20210104181841-c0b40d2cb1c8
|