20c9d52353
Signed-off-by: James Munnelly <james.munnelly@jetstack.io>
10 lines
186 B
Modula-2
10 lines
186 B
Modula-2
module github.com/jetstack/cert-manager-webhook-example
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/jetstack/cert-manager v0.13.1
|
|
k8s.io/apiextensions-apiserver v0.17.0
|
|
k8s.io/client-go v0.17.0
|
|
)
|