mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 14:55:49 +02:00
11 lines
260 B
Modula-2
11 lines
260 B
Modula-2
module github.com/Timdawson264/cert-manager-pdns
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
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.21.3
|
|
k8s.io/client-go v0.21.3
|
|
)
|