|
module sigs.k8s.io/external-dns
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
git.blindage.org/21h/hcloud-dns v0.0.0-20201213225303-d31cdce4149f
|
|
github.com/alecthomas/kingpin v2.2.5+incompatible
|
|
github.com/aws/aws-sdk-go v1.31.4
|
|
github.com/cloudfoundry-community/go-cfclient v0.0.0-20190201205600-f136f9222381
|
|
github.com/linki/instrumented_http v0.2.0
|
|
github.com/openshift/api v0.0.0-20200605231317-fb2a6ca106ae
|
|
github.com/openshift/client-go v0.0.0-20200608144219-584632b8fc73
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/projectcontour/contour v1.5.0
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/stretchr/testify v1.6.1
|
|
istio.io/api v0.0.0-20200529165953-72dad51d4ffc
|
|
istio.io/client-go v0.0.0-20200529172309-31c16ea3f751
|
|
k8s.io/api v0.18.8
|
|
k8s.io/apimachinery v0.18.8
|
|
k8s.io/client-go v0.18.8
|
|
)
|
|
|
|
replace (
|
|
github.com/golang/glog => github.com/kubermatic/glog-logrus v0.0.0-20180829085450-3fa5b9870d1d
|
|
// TODO(jpg): Pin gRPC to work around breaking change until all dependences are upgraded: https://github.com/etcd-io/etcd/issues/11563
|
|
google.golang.org/grpc => google.golang.org/grpc v1.26.0
|
|
k8s.io/klog => github.com/mikkeloscar/knolog v0.0.0-20190326191552-80742771eb6b
|
|
)
|