mirror of
https://github.com/luxfi/container.git
synced 2026-07-26 23:01:52 +00:00
main
`go build ./...` failed with "missing go.sum entry for module providing
package" — the go.mod was out of sync with the imports, so individual `go get`s
just walk further down the chain; tidy is the fix.
Also patches a panic-driven denial of service in the AWS SDK for Go v2
EventStream decoder, at the minimum patched versions:
aws/protocol/eventstream -> v1.7.8
service/s3 -> v1.97.3
Verified: go build ./... goes from exit 1 to exit 0; go test ./... 11 ok, 0 fail.
Languages
Go
100%