2021-02-23 18:09:19 +01:00
|
|
|
module github.com/cert-manager/webhook-example
|
2019-04-14 22:18:24 +02:00
|
|
|
|
2020-02-18 21:00:32 +01:00
|
|
|
go 1.13
|
2019-04-14 22:18:24 +02:00
|
|
|
|
|
|
|
require (
|
2021-02-22 16:10:52 +01:00
|
|
|
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
|
2019-04-14 22:18:24 +02:00
|
|
|
)
|