mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-04 15:45:49 +02:00
14 lines
345 B
Modula-2
14 lines
345 B
Modula-2
module github.com/lordofsystem/cert-manager-webhook-powerdns
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/jetstack/cert-manager v1.2.0
|
|
github.com/joeig/go-powerdns/v2 v2.4.1
|
|
github.com/miekg/dns v1.1.31
|
|
github.com/stretchr/testify v1.6.1
|
|
k8s.io/apiextensions-apiserver v0.19.0
|
|
k8s.io/apimachinery v0.19.0
|
|
k8s.io/client-go v0.19.0
|
|
k8s.io/klog v1.0.0
|
|
)
|