-
Notifications
You must be signed in to change notification settings - Fork 553
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
Go get for build-lambda-zip failing on an internal dependency #231
Comments
Narendra-Kamath
changed the title
Go get for build-lambda-zip failing on an internal dependency (go-md2man/md2man)
Go get for build-lambda-zip failing on an internal dependency
Sep 10, 2019
It is noticed that github.com/urfave/cli v1.22.0 is being downloaded. Probable workaround as of now would be to add the following line at the end of go.mod file:
|
This bug would be fixed with the release v1.22.1 of the cli library which should happen sometime today. You can then update our dependencies likewise. |
Narendra-Kamath
added a commit
to Narendra-Kamath/aws-lambda-go
that referenced
this issue
Sep 11, 2019
Narendra-Kamath
added a commit
to Narendra-Kamath/aws-lambda-go
that referenced
this issue
Sep 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From sometime since today, we are failing to go get the build-lambda-zip.
Command used:
go get -u github.com/aws/aws-lambda-go/cmd/build-lambda-zip
Error:
The text was updated successfully, but these errors were encountered: