Update import path for repo move
Signed-off-by: Jake Sanders <i@am.so-aweso.me>
This commit is contained in:
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
||||
module github.com/jetstack/cert-manager-webhook-example
|
||||
module github.com/cert-manager/webhook-example
|
||||
|
||||
go 1.13
|
||||
|
||||
|
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
"github.com/jetstack/cert-manager/test/acme/dns"
|
||||
|
||||
"github.com/jetstack/cert-manager-webhook-example/example"
|
||||
"github.com/cert-manager/webhook-example/example"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user