cert-manager-webhook-example/go.mod
Robin Scherrer 67bcf8b172 init
2021-02-25 16:04:08 +01:00

12 lines
330 B
Modula-2

module github.com/containeroo/cert-manager-webhook-bluecat
go 1.13
require (
github.com/cert-manager/webhook-example v0.0.0-20210224141901-9440683e53e1
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
)