mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-04 15:45:49 +02:00
20 lines
692 B
Modula-2
20 lines
692 B
Modula-2
module github.com/gstore/cert-manager-webhook-dynu
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/coreos/etcd v3.3.15+incompatible // indirect
|
|
github.com/go-logr/logr v0.2.1
|
|
github.com/google/go-github v17.0.0+incompatible // indirect
|
|
github.com/jetstack/cert-manager v1.0.4
|
|
github.com/miekg/dns v1.1.29
|
|
github.com/prometheus/common v0.10.0
|
|
github.com/stretchr/testify v1.6.1
|
|
gitlab.com/smueller18/cert-manager-webhook-inwx v0.3.0
|
|
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
|
|
k8s.io/apiextensions-apiserver v0.19.0
|
|
k8s.io/apimachinery v0.19.0
|
|
k8s.io/client-go v0.19.0
|
|
k8s.io/klog v1.0.0
|
|
sigs.k8s.io/structured-merge-diff v1.0.1-0.20191108220359-b1b620dd3f06 // indirect
|
|
)
|