webhook-freedns/go.mod
roytev 2c8a3cba02 make it build
Signed-off-by: Roi Teveth <roytev@gmail.com>
2022-02-08 11:00:10 +02:00

12 lines
242 B
Modula-2

module github.com/cert-manager/webhook-example
go 1.16
require (
github.com/jetstack/cert-manager v1.7.0
github.com/miekg/dns v1.1.34
github.com/stretchr/testify v1.7.0
k8s.io/apiextensions-apiserver v0.23.1
k8s.io/client-go v0.23.1
)