webhook-freedns/go.mod
Jake Sanders 9b61d24773
Update dependencies and prepare for testing
Signed-off-by: Jake Sanders <i@am.so-aweso.me>
2021-02-22 15:10:52 +00:00

12 lines
251 B
Modula-2

module github.com/jetstack/cert-manager-webhook-example
go 1.13
require (
github.com/jetstack/cert-manager v1.2.0
github.com/miekg/dns v1.1.31
github.com/stretchr/testify v1.6.1
k8s.io/apiextensions-apiserver v0.19.0
k8s.io/client-go v0.19.0
)