Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

vendor: migrate to go-mod #67

Merged
merged 1 commit into from
Jan 29, 2020
Merged

vendor: migrate to go-mod #67

merged 1 commit into from
Jan 29, 2020

Conversation

rolinh
Copy link
Member

@rolinh rolinh commented Jan 28, 2020

Note that replace directives set in go.mod files from dependencies (eg: github.com/cilium/cilium) are not taken into account by go mod (see golang/go#30354 (comment)).

Cilium's go.mod replace directives for k8s thus have to be replicated in hubble's go.mod file.

Closes: #50

@rolinh rolinh added kind/enhancement This would improve or streamline existing functionality. area/misc Impacts miscellaneous areas of the code not otherwise owned by another area. release-note/misc This PR makes changes that have no direct user impact. labels Jan 28, 2020
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
@rolinh rolinh force-pushed the pr/rolinh/go-modules branch from e8f4f78 to 5e37073 Compare January 28, 2020 15:43
@michi-covalent
Copy link
Collaborator

alright i'm merging this

@michi-covalent michi-covalent merged commit a2d06fe into master Jan 29, 2020
@michi-covalent michi-covalent deleted the pr/rolinh/go-modules branch January 29, 2020 01:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area/misc Impacts miscellaneous areas of the code not otherwise owned by another area. kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

migrate to Go modules
2 participants