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