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

Dependency update needed #128

Open
mdosch opened this issue Sep 20, 2019 · 1 comment
Open

Dependency update needed #128

mdosch opened this issue Sep 20, 2019 · 1 comment

Comments

@mdosch
Copy link

mdosch commented Sep 20, 2019

You are importing github.com/codegangsta/cli which is now forwarding to github.com/urfave/cli. This makes go get -u all fail for me:
go: github.com/codegangsta/[email protected]: parsing go.mod: unexpected module path "github.com/urfave/cli"

You should replace github.com/codegangsta/cli with github.com/urfave/cli.

@SamWhited
Copy link

Also, consider removing your test binaries dependencies from your go.mod file by making cmd/ftest its own module or by renaming cmd/ to _examples/ or .examples which I believe are ignored by go modules.

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

No branches or pull requests

2 participants