KusionStack / karpor

✨ Intelligence for Kubernetes. World's most promising Kubernetes Visualization Tool for Developer and Platform Engineering teams.
https://karpor-demo.kusionstack.io
Apache License 2.0
71 stars 12 forks source link

Fix: missing replace for hack/cert-generator #487

Closed elliotxx closed 4 weeks ago

elliotxx commented 4 weeks ago

What type of Issue is this?

/kind bug

What this Issue does / why we need it:

Fix missing replace for hack/cert-generator. Otherwise, an error will be reported:

go: github.com/KusionStack/karpor/hack/cert-generator@v0.3.23-alpha.2: module github.com/KusionStack/karpor@v0.3.23-alpha.2 found, but does not contain package github.c
om/KusionStack/karpor/hack/cert-generator

Related PR:

445