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/pmezard/go-difflib v1.0.0 istio.io/istio v0.0.0-20210426074441-7ebb94621205 istio.io/pkg v0.0.0-20210420153545-2c6acb5fef3c k8s.io/apimachinery v0.20.5 k8s.io/client-go v0.20.5 ) // Pending https://github.com/kubernetes/kube-openapi/pull/220 replace k8s.io/kube-openapi => github.com/howardjohn/kube-openapi v0.0.0-20210104181841-c0b40d2cb1c8