Skip to content

Commit

Permalink
Merge pull request #11 from munnerz/update-deps
Browse files Browse the repository at this point in the history
Bump cert-manager dependency to v0.13.1
  • Loading branch information
munnerz authored Mar 5, 2020
2 parents 70e523c + 20c9d52 commit bcb3c75
Show file tree
Hide file tree
Showing 2 changed files with 366 additions and 190 deletions.
16 changes: 4 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
module github.com/jetstack/cert-manager-webhook-example

go 1.12
go 1.13

require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/jetstack/cert-manager v0.8.0-alpha.0
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
k8s.io/apiextensions-apiserver v0.0.0-20190413053546-d0acb7a76918
k8s.io/client-go v11.0.0+incompatible
github.com/jetstack/cert-manager v0.13.1
k8s.io/apiextensions-apiserver v0.17.0
k8s.io/client-go v0.17.0
)

replace k8s.io/client-go => k8s.io/client-go v0.0.0-20190413052642-108c485f896e

replace github.com/evanphx/json-patch => github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550
Loading

0 comments on commit bcb3c75

Please sign in to comment.