Skip to content

chore(deps): update the Go modules to their latest compatible releases - #196

Merged
vishr merged 1 commit into
mainfrom
deps/go-modules
Aug 24, 2026
Merged

chore(deps): update the Go modules to their latest compatible releases#196
vishr merged 1 commit into
mainfrom
deps/go-modules

Conversation

@vishr

@vishr vishr commented Aug 24, 2026

Copy link
Copy Markdown
Member

go get -u ./... followed by go mod tidy. No major versions, no API changes — the diff is go.mod, go.sum and the regenerated THIRD_PARTY_NOTICES.

Direct dependencies

Module From To
github.com/google/cel-go 0.30.0 0.31.0
modernc.org/sqlite 1.55.0 1.57.0
google.golang.org/grpc 1.83.0 1.83.1
google.golang.org/protobuf 1.36.11 1.36.12
github.com/ag-ui-protocol/ag-ui/sdks/community/go 2026-07-30 2026-08-24

Plus the transitive graph behind them — fsnotify 1.10.1, logrus 1.10.1, klauspost/compress 1.19.2, grpc-gateway 2.30.0 and others.

Two things deliberately left alone:

  • The Go toolchain stays at 1.26.5. Moving it is its own decision with CGO and DuckDB implications. It also changes behaviour this repo asserts on: Go 1.27 escapes invalid UTF-8 differently in encoding/json, which fails TestAppendJSONString_MatchesEncodingJSON in internal/ingest, and it resolves a different module graph, which makes THIRD_PARTY_NOTICES come out with an extra component.
  • cel-go stops at 0.31.0, not 0.32.0 — that is what go get -u resolves to under the current constraints.

just check passes end to end, including the CGO build and the DuckDB-backed tests.

🤖 Generated with Claude Code

`go get -u ./...` plus a tidy: five direct dependencies and the transitive
graph behind them. cel-go 0.31.0, modernc.org/sqlite 1.57.0, grpc 1.83.1,
protobuf 1.36.12 and the ag-ui community SDK. No major versions and no API
changes — the diff is go.mod, go.sum and the regenerated notices.

The Go toolchain stays pinned at 1.26.5. Moving it is a separate decision
with CGO and DuckDB implications, and 1.27 changes both encoding/json's
escaping of invalid UTF-8 (which internal/ingest asserts against) and the
module graph the notices file is generated from.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@vishr
vishr merged commit dde147b into main Aug 24, 2026
8 checks passed
@vishr
vishr deleted the deps/go-modules branch August 24, 2026 18:48
vishr added a commit that referenced this pull request Aug 24, 2026
#196)

`go get -u ./...` plus a tidy: five direct dependencies and the transitive
graph behind them. cel-go 0.31.0, modernc.org/sqlite 1.57.0, grpc 1.83.1,
protobuf 1.36.12 and the ag-ui community SDK. No major versions and no API
changes — the diff is go.mod, go.sum and the regenerated notices.

The Go toolchain stays pinned at 1.26.5. Moving it is a separate decision
with CGO and DuckDB implications, and 1.27 changes both encoding/json's
escaping of invalid UTF-8 (which internal/ingest asserts against) and the
module graph the notices file is generated from.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant