mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-03 07:05:50 +02:00
12 lines
330 B
Modula-2
12 lines
330 B
Modula-2
module github.com/containeroo/cert-manager-webhook-bluecat
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cert-manager/webhook-example v0.0.0-20210224141901-9440683e53e1
|
|
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
|
|
)
|