Skip to content

Commit

Permalink
fix: go sub module path
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotxx committed May 20, 2024
1 parent fc7dc92 commit 4b93973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/cert-generator/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/KusionStack/karpor/hack/cert-generator
module kusionstack.io/karpor/hack/cert-generator

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion hack/cert-generator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ import (
"context"
"os"

"github.com/KusionStack/karpor/hack/cert-generator/generator"
"github.com/spf13/cobra"
"k8s.io/apiserver/pkg/server"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
"k8s.io/component-base/cli"
"kusionstack.io/karpor/hack/cert-generator/generator"
)

func main() {
Expand Down

0 comments on commit 4b93973

Please sign in to comment.