2c8a3cba02
Signed-off-by: Roi Teveth <roytev@gmail.com>
12 lines
242 B
Modula-2
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
|
|
)
|