aws / aws/aws-lambda-runtime-interface-emulator

go install is broken

未关闭
#100 1 条评论 0 个 reaction 已指派 2 人 已被 @valerena 认领 在 GitHub 查看
help wanted question
主要语言
Go
星标
1.1k
派生
118
平均合并
42 分钟
30 天内合并 PR
2

描述

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`

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。