cert-manager-webhook-example/go.mod
Gun Store 99d2af76be WIP - tests working independently
Refactored to be able to use credentials from yaml file
Updated DynuClient
updated customDNSProviderConfig
2020-12-01 21:26:15 +00:00

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
)