mirror of https://github.com/istio/istio.io.git
27 lines
1.0 KiB
Modula-2
27 lines
1.0 KiB
Modula-2
module istio.io/istio.io
|
|
|
|
go 1.16
|
|
|
|
replace github.com/spf13/viper => github.com/istio/viper v1.3.3-0.20190515210538-2789fed3109c
|
|
|
|
// 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 v0.0.0-20191216044856-a8371794149d
|
|
|
|
replace github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
|
|
|
|
// 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
|
|
|
|
require (
|
|
github.com/golang/sync v0.0.0-20180314180146-1d60e4601c6f
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
istio.io/gogo-genproto v0.0.0-20211118150333-078c6131b071 // indirect
|
|
istio.io/istio v0.0.0-20211127035633-8b5e6505c28f
|
|
istio.io/pkg v0.0.0-20211123161558-1e5d0c4ee827
|
|
k8s.io/apimachinery v0.22.2
|
|
k8s.io/client-go v0.22.2
|
|
)
|