Skip to content

Commit 08c212d

Browse files
authored
Merge pull request #32 from syseleven/update-certmanager-k8s
Update certmanager and client-go
2 parents 29a1edf + 86d0570 commit 08c212d

2 files changed

Lines changed: 369 additions & 346 deletions

File tree

go.mod

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,23 @@ module github.com/syseleven/designate-certmanager-webhook
33
go 1.15
44

55
require (
6+
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
7+
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
8+
github.com/google/go-cmp v0.3.1 // indirect
69
github.com/gophercloud/gophercloud v0.12.0
710
github.com/imdario/mergo v0.3.7 // indirect
8-
github.com/jetstack/cert-manager v0.9.1
9-
github.com/kubernetes-incubator/external-dns v0.5.15
11+
github.com/jetstack/cert-manager v0.15.0
12+
github.com/kubernetes-incubator/external-dns v0.5.12
13+
github.com/miekg/dns v1.0.8 // indirect
1014
github.com/sirupsen/logrus v1.6.0
11-
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
15+
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
16+
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 // indirect
17+
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8 // indirect
18+
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
19+
google.golang.org/appengine v1.6.5 // indirect
20+
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb // indirect
21+
k8s.io/client-go v0.18.8
22+
k8s.io/utils v0.0.0-20200729134348-d5654de09c73 // indirect
1223
)
1324

14-
replace k8s.io/client-go => k8s.io/client-go v0.0.0-20190413052642-108c485f896e
15-
1625
replace git.apache.org/thrift.git => github.com/apache/thrift v0.13.0

0 commit comments

Comments
 (0)