zeekay dee9486f17 fix(deps): repair the module graph + patch the AWS EventStream DoS
`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.
2026-07-26 05:39:27 -07:00
2026-01-10 00:46:55 -08:00
2026-01-10 00:46:55 -08:00
2026-02-14 05:26:19 -08:00
S
Description
No description provided
BSD-3-Clause
180 KiB
Languages
Go 100%