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 dep #5

Closed
wants to merge 1 commit into from
Closed

Add go dep #5

wants to merge 1 commit into from

Conversation

berney
Copy link

@berney berney commented Sep 28, 2018

go build fails because of needed dependencies.

dep init generated these dependencies. After applying this PR a user could download this repo, install dependencies with dep ensure and then building it with go build should work

I saw #4 was similar but included the vendors/ which was unnecessary, and was closed by the author.

@hatemosphere
Copy link

we're gonna stick to go modules, see #8

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

3 participants