mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-04 15:45:49 +02:00

Refactored to be able to use credentials from yaml file Updated DynuClient updated customDNSProviderConfig
13 lines
366 B
Modula-2
13 lines
366 B
Modula-2
module github.com/gstore/cert-manager-webhook-dynu
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/jetstack/cert-manager v1.0.4
|
|
github.com/stretchr/testify v1.6.1
|
|
gitlab.com/smueller18/cert-manager-webhook-inwx v0.3.0
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
|
|
k8s.io/apiextensions-apiserver v0.19.0
|
|
k8s.io/apimachinery v0.19.0
|
|
k8s.io/client-go v0.19.0
|
|
)
|