mirror of
https://github.com/jmozd/cert-manager-webhook-variomedia.git
synced 2025-12-25 10:12:38 +01:00
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
|
|
)
|