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

Clean up dep artifacts from project root #67

Merged

Conversation

zendern
Copy link
Contributor

@zendern zendern commented Dec 12, 2019

Having this and go.mod at the root is confusing. We only left them to
use for test and have long since not had them used in the ci build but still tell people to build from source with them.

There are some in the testdata/dep directory so switches over to using those as part of CI to make sure dep integration still works.

This should make it so that new contributors can clearly look at the nancy project and know its using go mod.

It relates to the following issue #s:

Honestly this is what PR #12 was doing. I attempted to start on that one but the merge conflicts at this point were more of a pain to deal with than to just reimplement it based on a newer version of master.

cc @bhamail / @DarthHater

Having this and go.mod at the root is confusing. We only left them to
use for test. There are some in the testdata/dep directory so using
those as part of CI to make sure it still works.

That way new contributors can clearly look at the nancy project and
know its using go mod.
Copy link
Member

@DarthHater DarthHater left a comment

Choose a reason for hiding this comment

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

I think this is good to go @zendern , sorry I missed it, Holidays and all that.

@zendern zendern merged commit 3a3e621 into sonatype-nexus-community:master Jan 4, 2020
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.

switch to Go Modules
2 participants