diff --git a/go.mod b/go.mod index f8231c2..42c1fbe 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/jetstack/cert-manager-webhook-example +module github.com/cert-manager/webhook-example go 1.13 diff --git a/main_test.go b/main_test.go index c731751..0377170 100644 --- a/main_test.go +++ b/main_test.go @@ -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 (