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

Add go mod support #23

Merged
merged 1 commit into from
Mar 21, 2019
Merged

Add go mod support #23

merged 1 commit into from
Mar 21, 2019

Conversation

michaeljs1990
Copy link
Contributor

This seems to be the way the golang community is going for dependency management. The biggest thing is that it makes it really easy to test local changes or forks of this repo for other modules using go mod as well. I have been locally generating this file for a while so I can use the following feature when making changes to the go-client locally.

replace gopkg.in/tumblr/go-collins.v0 => /home/username/code/go-collins

@defect
Copy link
Contributor

defect commented Mar 12, 2019

Yeah, this is awesome. Haven't been able to try it out much but definitely appreciated! Unless someone else gets to it before me I'll check it out late this week or early next week.

Unrelated, we might want to check if we can remove @schallert 's fork and just use the upstream. To be honest, I don't personally remember why it needed to be forked.

@defect defect merged commit 7d2dfd5 into tumblr:master Mar 21, 2019
@michaeljs1990 michaeljs1990 deleted the go-mod-supoort branch April 5, 2020 03:40
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.

None yet

4 participants