Update dependencies and prepare for testing

Signed-off-by: Jake Sanders <i@am.so-aweso.me>
This commit is contained in:
Jake Sanders
2021-02-22 15:10:52 +00:00
parent 7a722fd851
commit 9b61d24773
10 changed files with 458 additions and 136 deletions

8
go.mod
View File

@@ -3,7 +3,9 @@ module github.com/jetstack/cert-manager-webhook-example
go 1.13
require (
github.com/jetstack/cert-manager v0.13.1
k8s.io/apiextensions-apiserver v0.17.0
k8s.io/client-go v0.17.0
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
)