We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubewatch/go.mod
Line 1 in 4730af8
- github.com/bitnami-labs/kubewatch + github.com/robusta-dev/kubewatch
The text was updated successfully, but these errors were encountered:
@Dentrax You can use the replace directive in go.mod if you're planning to use it in your project:
replace
go.mod
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
Sorry, something went wrong.
No branches or pull requests
kubewatch/go.mod
Line 1 in 4730af8
The text was updated successfully, but these errors were encountered: