2021-02-23 17:09:19 +00:00
|
|
|
module github.com/cert-manager/webhook-example
|
2019-04-14 20:18:24 +00:00
|
|
|
|
2022-02-08 09:00:10 +00:00
|
|
|
go 1.16
|
2019-04-14 20:18:24 +00:00
|
|
|
|
|
|
|
require (
|
2022-02-08 08:08:15 +00:00
|
|
|
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
|
|
|
|
)
|