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 a go.mod file #206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add a go.mod file #206

wants to merge 1 commit into from

Conversation

didrocks
Copy link

pflag shows as an // indirect dependency in go.mod files for every projects
which imports spf13/cobra for instance.
Adding a go.mod file (which list no dependencies) fixes it, as this is
the design from the golang author.
(https://github.com/golang/go/wiki/Modules#why-does-go-mod-tidy-record-indirect-and-test-dependencies-in-my-gomod)

pflag shows as an // indirect dependency in go.mod files for every projects
which imports spf13/cobra for instance.
Adding a go.mod file (which list no dependencies) fixes it, as this is
the design from the golang author.
(https://github.com/golang/go/wiki/Modules#why-does-go-mod-tidy-record-indirect-and-test-dependencies-in-my-gomod)
@CLAassistant
Copy link

CLAassistant commented Apr 25, 2019

CLA assistant check
All committers have signed the CLA.

@umarcor
Copy link

umarcor commented Sep 18, 2019

@didrocks, it seems that another go.mod file was added some weeks ago: b22fc70#diff-37aff102a57d3d7b797f152915a6dc16

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.

3 participants