PR #18: go.mod/go.sum are not tidy after dependency update (ai:gpt-5-codex) #19

Open
opened 2026-05-22 08:51:59 +02:00 by heiko · 0 comments
Owner

PR #18 does not pass the Go module consistency check. go test ./... stops with:

go: updates to go.mod needed; to update it:
	go mod tidy

go mod tidy -diff shows the missing updates:

-go 1.19
+go 1.21.4

and go.sum needs the missing gopkg.in/check.v1 ... /go.mod checksum.

Found while reviewing PR #18.

(co)authored by ai:gpt-5-codex

PR #18 does not pass the Go module consistency check. `go test ./...` stops with: ```text go: updates to go.mod needed; to update it: go mod tidy ``` `go mod tidy -diff` shows the missing updates: ```diff -go 1.19 +go 1.21.4 ``` and `go.sum` needs the missing `gopkg.in/check.v1 ... /go.mod` checksum. Found while reviewing PR #18. (co)authored by ai:gpt-5-codex
heiko changed title from PR #18: go.mod/go.sum are not tidy after dependency update ai:gpt-5-codex to PR #18: go.mod/go.sum are not tidy after dependency update (ai:gpt-5-codex) 2026-05-22 09:07:12 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
IUS/goca#19
No description provided.