chore: bump go.yaml.in/yaml/v4 and modernc.org/sqlite#3195
Conversation
Assisted-By: docker-agent
Assisted-By: docker-agent
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
Routine dependency bump — no issues found.
| Module | From | To |
|---|---|---|
go.yaml.in/yaml/v4 |
v4.0.0-rc.5 |
v4.0.0-rc.6 |
modernc.org/sqlite |
v1.52.0 |
v1.53.0 |
Both are drop-in upgrades touching only go.mod and go.sum. The transitive dependency chain (modernc.org/libc, modernc.org/cc/v4, modernc.org/ccgo/v4, modernc.org/gc/v3) is updated consistently. No application logic is modified, and the go.sum checksums are consistent with the version bumps. No bugs, security issues, or API-breaking changes detected.
The intentional skip of google.golang.org/adk v1.4.0 is well-documented in the PR description.
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
Routine dependency bump — go.mod and go.sum only. All six updated packages (modernc.org/sqlite, modernc.org/libc, modernc.org/cc/v4, modernc.org/ccgo/v4, modernc.org/gc/v3, go.yaml.in/yaml/v4) have matching h1: hash pairs and are fully in sync between go.mod and go.sum. No orphaned or missing checksums detected. No code changes; no bugs or integrity issues found.
Routine dependency bumps validated with
task lintandtask test.go.yaml.in/yaml/v4moves fromv4.0.0-rc.5tov4.0.0-rc.6, andmodernc.org/sqlitemoves fromv1.52.0tov1.53.0. Both are drop-in upgrades with no API changes affecting this codebase.google.golang.org/adkwas considered for bumping tov1.4.0but skipped: that release deprecates theserver/adka2apackage used inpkg/a2ain favour ofadka2a/v2, causing staticcheckSA1019lint failures that require a non-trivial migration.