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

Refactor go module name to match repo #87

Merged
merged 2 commits into from
Oct 25, 2023
Merged

Refactor go module name to match repo #87

merged 2 commits into from
Oct 25, 2023

Conversation

tieujason330
Copy link
Contributor

github.com/alluxio/k8s-operator to github.com/Alluxio/k8s-operator for consistency with actual repo name.

running into errors when trying to use as dep

go get github.com/Alluxio/[email protected]                                                                                                                                                                           
go: github.com/Alluxio/[email protected]: parsing go.mod:
	module declares its path as: github.com/alluxio/k8s-operator
	        but was required as: github.com/Alluxio/k8s-operator

@tieujason330 tieujason330 requested a review from ssz1997 October 25, 2023 17:33
@tieujason330
Copy link
Contributor Author

is anyone using v1.0.1 as a go dependency? bc this would cause a minor conflict if they try to upgrade in the future

@tieujason330 tieujason330 changed the title Refactor module name to match repo Refactor go module name to match repo Oct 25, 2023
@ssz1997
Copy link
Collaborator

ssz1997 commented Oct 25, 2023

is anyone using v1.0.1 as a go dependency? bc this would cause a minor conflict if they try to upgrade in the future

No need to worry about it.

@ssz1997 ssz1997 merged commit 36e12dd into main Oct 25, 2023
@tieujason330 tieujason330 deleted the module-name branch October 25, 2023 19:51
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

Successfully merging this pull request may close these issues.

2 participants