Skip to content
New issue

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

Consider fixing the go.mod directive #74

Open
Dentrax opened this issue May 2, 2024 · 1 comment
Open

Consider fixing the go.mod directive #74

Dentrax opened this issue May 2, 2024 · 1 comment

Comments

@Dentrax
Copy link

Dentrax commented May 2, 2024

module github.com/bitnami-labs/kubewatch

- github.com/bitnami-labs/kubewatch
+ github.com/robusta-dev/kubewatch
@cyakimov
Copy link

cyakimov commented May 9, 2024

@Dentrax You can use the replace directive in go.mod if you're planning to use it in your project:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants