diff --git a/dns/dns.go b/dns/dns.go index 6f9a1af..65da002 100644 --- a/dns/dns.go +++ b/dns/dns.go @@ -6,7 +6,7 @@ import ( "net/url" "strings" - "github.com/cert-manager/webhook-example/auth" + "github.com/MartinWilkerson/cert-manager-webhook-nearlyfreespeech/auth" ) var ( diff --git a/go.mod b/go.mod index c62945a..76ff6fb 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/cert-manager/webhook-example +module github.com/MartinWilkerson/cert-manager-webhook-nearlyfreespeech go 1.20 diff --git a/main_test.go b/main_test.go index 1d7d5ff..99c42b3 100644 --- a/main_test.go +++ b/main_test.go @@ -6,7 +6,7 @@ import ( acmetest "github.com/cert-manager/cert-manager/test/acme" - "github.com/cert-manager/webhook-example/example" + "github.com/MartinWilkerson/cert-manager-webhook-nearlyfreespeech/example" ) var (