Merge pull request #23 from jakexks/import-path
Update import path for repo move
This commit is contained in:
commit
9440683e53
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 (
|
||||
|
Loading…
Reference in New Issue
Block a user