Carlos Yakimov
Results
2
comments of
Carlos Yakimov
Maybe you should try contacting support since you are the package owner.
@Dentrax You can use the `replace` directive in `go.mod` if you're planning to use it in your project: ```go require( ... github.com/bitnami-labs/kubewatch v0.1.0 ) replace github.com/bitnami-labs/kubewatch v0.1.0 => github.com/robusta-dev/kubewatch v0.1.1-0.20240430073820-4730af84d096...