Skip to content

go install is broken #100

Open
Open
@andresvia

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @andresvia

        Issue actions

          go install is broken · Issue #100 · aws/aws-lambda-runtime-interface-emulator