328f01ec87
Signed-off-by: Jake Sanders <i@am.so-aweso.me>
12 lines
242 B
Modula-2
12 lines
242 B
Modula-2
module github.com/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
|
|
)
|