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

go install is broken

オープン
#100 コメント 1 件 リアクション 0 件 担当者 2 名 @valerena が担当を希望しています GitHub で見る
help wanted question
主要言語
Go
スター
1.1k
フォーク
118
平均マージ
42分
マージ済み PR(30日)
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 を短くまとめたダイジェスト。