Skip to content

Commit

Permalink
fix: missing replace for hack/cert-generator (#445)
Browse files Browse the repository at this point in the history
## What type of PR is this?
/kind bug

## What this PR does / why we need it:

Fix missing replace for hack/cert-generator. Otherwise, an error will be
reported:
```bash
go: github.com/KusionStack/karpor/hack/[email protected]: module github.com/KusionStack/[email protected] found, but does not contain package github.c
om/KusionStack/karpor/hack/cert-generator
```
  • Loading branch information
elliotxx authored May 20, 2024
1 parent fc7dc92 commit f019731
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,5 @@ require (
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.35 // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
)

replace github.com/KusionStack/karpor/hack/cert-generator => ./hack/cert-generator

0 comments on commit f019731

Please sign in to comment.