mirror of
https://github.com/jmozd/cert-manager-webhook-variomedia.git
synced 2025-12-25 10:12:38 +01:00
Use real cert-manager repository in go.mod
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
4
go.mod
4
go.mod
@@ -5,15 +5,13 @@ go 1.12
|
||||
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.7.0
|
||||
github.com/jetstack/cert-manager v0.7.1-0.20190418141904-49f91f9fa4d4
|
||||
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
|
||||
)
|
||||
|
||||
replace github.com/jetstack/cert-manager => ../../jetstack/cert-manager
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user