Skip to content

go install is broken #100

Description

@andresvia

motivation: go install is the standard default way of installing go programs, but for this package is broken.

go install github.com/aws/aws-lambda-runtime-interface-emulator/cmd/aws-lambda-rie@latest

produces this error:

go install github.com/aws/aws-lambda-runtime-interface-emulator/cmd/aws-lambda-rie@latest
go: github.com/aws/aws-lambda-runtime-interface-emulator/cmd/aws-lambda-rie@latest: version constraints conflict:
	github.com/aws/aws-lambda-runtime-interface-emulator@v0.0.0-20230608002416-bf7e24860347: parsing go.mod:
	module declares its path as: go.amzn.com
	        but was required as: github.com/aws/aws-lambda-runtime-interface-emulator

any chance that this package gets renamed to github.com/aws/aws-lambda-runtime-interface-emulator instead of go.amzn.com

Metadata

Metadata

Labels

help wantedExtra attention is neededquestionFurther information is requested

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions