mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 14:55:49 +02:00
11 lines
254 B
Modula-2
11 lines
254 B
Modula-2
module github.com/aliorouji/cert-manager-webhook-sotoon
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-playground/validator/v10 v10.4.1
|
|
github.com/jetstack/cert-manager v0.13.1
|
|
k8s.io/api v0.17.0
|
|
k8s.io/apiextensions-apiserver v0.17.0
|
|
k8s.io/client-go v0.17.0
|
|
)
|