mirror of
https://github.com/cert-manager/webhook-example.git
synced 2026-03-16 18:02:51 +01:00
rename mod
This commit is contained in:
parent
1a821c6643
commit
9b0a8f8440
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ import (
|
|||
"net/url"
|
||||
"strings"
|
||||
|
||||
"github.com/cert-manager/webhook-example/auth"
|
||||
"github.com/MartinWilkerson/cert-manager-webhook-nearlyfreespeech/auth"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module github.com/cert-manager/webhook-example
|
||||
module github.com/MartinWilkerson/cert-manager-webhook-nearlyfreespeech
|
||||
|
||||
go 1.20
|
||||
|
||||
|
|
|
|||
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue