rename mod

This commit is contained in:
Tevildo 2024-04-16 21:14:27 +01:00
parent 1a821c6643
commit 9b0a8f8440
No known key found for this signature in database
GPG key ID: 780413157E8C9E35
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ import (
"net/url" "net/url"
"strings" "strings"
"github.com/cert-manager/webhook-example/auth" "github.com/MartinWilkerson/cert-manager-webhook-nearlyfreespeech/auth"
) )
var ( var (

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/cert-manager/webhook-example module github.com/MartinWilkerson/cert-manager-webhook-nearlyfreespeech
go 1.20 go 1.20

View file

@ -6,7 +6,7 @@ import (
acmetest "github.com/cert-manager/cert-manager/test/acme" 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 ( var (