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 support for Go Modules #92

Merged
merged 3 commits into from
Nov 21, 2018
Merged

Add support for Go Modules #92

merged 3 commits into from
Nov 21, 2018

Conversation

anuraaga
Copy link
Contributor

@anuraaga anuraaga commented Nov 18, 2018

Go 1.11 adds support for modules, which allow building outside of a GOPATH. This makes it much easier to contribute to golang repositories.

Confirmed that make test works in the repo in a random location on the filesystem.

Also went ahead and enabled modules on appveyor build. It seems the appveyor build has been failing for some time because go get ... tends to bring in bogus transitive dependencies, and one of them requires gcc. I guess stable builds require either go modules or go vendor. Enabling modules fixes the appveyor build.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 74.897% when pulling 6796545 on anuraaga:go-mod into 3793c98 on openzipkin:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 74.897% when pulling 6796545 on anuraaga:go-mod into 3793c98 on openzipkin:master.

@coveralls
Copy link

coveralls commented Nov 18, 2018

Coverage Status

Coverage remained the same at 74.897% when pulling 8d179af on anuraaga:go-mod into 3793c98 on openzipkin:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 74.897% when pulling 6796545 on anuraaga:go-mod into 3793c98 on openzipkin:master.

Copy link
Contributor

@jcchavezs jcchavezs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for coming up with this @anuraaga. It LGTM.

@basvanbeek basvanbeek merged commit 2eebe2a into openzipkin:master Nov 21, 2018
@basvanbeek
Copy link
Member

Thanks @anuraaga

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.

4 participants