mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-04 23:55:49 +02:00
30 lines
1.2 KiB
Modula-2
30 lines
1.2 KiB
Modula-2
module github.com/aliorouji/cert-manager-webhook-sotoon
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
|
github.com/go-playground/validator/v10 v10.4.1
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/google/go-cmp v0.5.2 // indirect
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
github.com/jetstack/cert-manager v1.2.0
|
|
github.com/prometheus/procfs v0.2.0 // indirect
|
|
github.com/spf13/cobra v1.1.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
|
|
golang.org/x/sys v0.0.0-20201112073958-5cba982894dd // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/grpc v1.27.1 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
k8s.io/api v0.19.0
|
|
k8s.io/apiextensions-apiserver v0.19.0
|
|
k8s.io/apimachinery v0.19.0
|
|
k8s.io/client-go v0.19.0
|
|
k8s.io/klog/v2 v2.4.0 // indirect
|
|
k8s.io/kubectl v0.19.0
|
|
k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.0.2 // indirect
|
|
)
|