mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
bumped version
This commit is contained in:
parent
07a65acff0
commit
6b189b9a1b
2 changed files with 391 additions and 124 deletions
6
go.mod
6
go.mod
|
@ -3,9 +3,9 @@ module github.com/Timdawson264/cert-manager-pdns
|
|||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/jetstack/cert-manager v1.2.0
|
||||
github.com/jetstack/cert-manager v1.4.1
|
||||
github.com/joeig/go-powerdns/v2 v2.4.1
|
||||
github.com/miekg/dns v1.1.43 // indirect
|
||||
k8s.io/apiextensions-apiserver v0.19.0
|
||||
k8s.io/client-go v0.19.0
|
||||
k8s.io/apiextensions-apiserver v0.21.3
|
||||
k8s.io/client-go v0.21.3
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue