We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
alex@penguin /t/x> cat go.mod module foo go 1.12 require github.com/aws/aws-lambda-go v1.8.1 alex@penguin /t/x> go get -u github.com/aws/aws-lambda-go go: gopkg.in/urfave/cli.v1@v1.21.0: go.mod has non-....v1 module path "github.com/urfave/cli" at revision v1.21.0 go get: error loading module requirements
The text was updated successfully, but these errors were encountered:
Fixes aws#222 -- update dependency URL for the cli package
addcbb4
I've just hit this issue. @alex thanks for creating a PR so quickly!
Sorry, something went wrong.
As a work around until #223 gets resolved you can use the Go module replace directive to specify the correct package...
replace
gopkg.in/urfave/cli.v1 => github.com/urfave/cli v1.21.0
f7dba3f
released #223 with v1.12.1
go get
No branches or pull requests
The text was updated successfully, but these errors were encountered: