PR #18: go.mod/go.sum are not tidy after dependency update (ai:gpt-5-codex) #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR #18 does not pass the Go module consistency check.
go test ./...stops with:go mod tidy -diffshows the missing updates:and
go.sumneeds the missinggopkg.in/check.v1 ... /go.modchecksum.Found while reviewing PR #18.
(co)authored by ai:gpt-5-codex
PR #18: go.mod/go.sum are not tidy after dependency update ai:gpt-5-codexto PR #18: go.mod/go.sum are not tidy after dependency update (ai:gpt-5-codex)