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

Attempting to upgrade aws-lambda-go version in a project with go.mod fails #222

Closed
alex opened this issue Aug 6, 2019 · 3 comments
Closed

Comments

@alex
Copy link
Contributor

alex commented Aug 6, 2019

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
@michael-mwp
Copy link

I've just hit this issue. @alex thanks for creating a PR so quickly!

@ckeyes88
Copy link

ckeyes88 commented Aug 6, 2019

As a work around until #223 gets resolved you can use the Go module replace directive to specify the correct package...

gopkg.in/urfave/cli.v1 => github.com/urfave/cli v1.21.0

@bmoffatt
Copy link
Collaborator

bmoffatt commented Aug 7, 2019

released #223 with v1.12.1

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

4 participants