@@ -13,13 +13,13 @@ require (
13
13
go.uber.org/zap v1.21.0
14
14
k8s.io/api v0.25.5
15
15
k8s.io/apimachinery v0.25.5
16
- k8s.io/client-go v0.25.0
16
+ k8s.io/client-go v0.25.2
17
17
sigs.k8s.io/controller-runtime v0.13.1
18
- sigs.k8s.io/external-dns v0.11 .1
18
+ sigs.k8s.io/external-dns v0.13 .1
19
19
)
20
20
21
21
require (
22
- cloud.google.com/go/compute v1.7 .0 // indirect
22
+ cloud.google.com/go/compute v1.9 .0 // indirect
23
23
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
24
24
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
25
25
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
@@ -66,6 +66,7 @@ require (
66
66
github.com/prometheus/client_model v0.2.0 // indirect
67
67
github.com/prometheus/common v0.35.0 // indirect
68
68
github.com/prometheus/procfs v0.7.3 // indirect
69
+ github.com/rogpeppe/go-internal v1.8.1 // indirect
69
70
github.com/sirupsen/logrus v1.9.0 // indirect
70
71
github.com/spf13/pflag v1.0.5 // indirect
71
72
github.com/traefik/paerser v0.1.9 // indirect
@@ -83,7 +84,7 @@ require (
83
84
golang.org/x/tools v0.1.12 // indirect
84
85
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
85
86
google.golang.org/appengine v1.6.7 // indirect
86
- google.golang.org/protobuf v1.28.0 // indirect
87
+ google.golang.org/protobuf v1.28.1 // indirect
87
88
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
88
89
gopkg.in/inf.v0 v0.9.1 // indirect
89
90
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
0 commit comments