Skip to content

build(deps): update go dependencies#96

Open
renovate[bot] wants to merge 1 commit intodevfrom
renovate/go-dependencies
Open

build(deps): update go dependencies#96
renovate[bot] wants to merge 1 commit intodevfrom
renovate/go-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 23, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/anthropics/anthropic-sdk-go v1.19.0v1.28.0 age confidence require minor
github.com/bmatcuk/doublestar/v4 v4.9.2v4.10.0 age confidence require minor
github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7v0.21.1 age confidence require patch
github.com/charmbracelet/x/ansi v0.10.1v0.11.6 age confidence require minor
github.com/charmbracelet/x/term v0.2.1v0.2.2 age confidence require patch
github.com/ncruces/go-sqlite3 v0.30.4v0.33.2 age confidence require minor
go.starlark.net 3fee463fadfc96 age confidence require digest
google.golang.org/genai v1.40.0v1.52.0 age confidence require minor

Release Notes

anthropics/anthropic-sdk-go (github.com/anthropics/anthropic-sdk-go)

v1.28.0

Compare Source

Full Changelog: v1.27.1...v1.28.0

Features
  • internal: support comma format in multipart form encoding (97ed8a1)
Bug Fixes
  • bump buger/jsonparser to v1.1.2 (GO-2026-4514) (#​665) (96565eb)
  • prevent duplicate ? in query params (0afa75c)
  • types: generate shared enum types that are not referenced by other schemas (5dc86f2)
Chores
  • ci: run builds on CI even if only spec metadata changed (010a16f)
  • ci: skip lint on metadata-only changes (8cc7cec)
  • ci: support opting out of skipping builds on metadata-only commits (adc7184)
  • client: fix multipart serialisation of Default() fields (3fc3613)
  • internal: bump go toolchain to go1.25.8 to address std lib vulnerabilities (e3feecb)
  • internal: support default value struct tag (fc68556)
  • internal: update gitignore (e2a5dd1)
  • remove unnecessary error check for url parsing (6d42216)
  • tests: bump steady to v0.19.4 (3ca1569)
  • tests: bump steady to v0.19.5 (7364e49)
  • tests: bump steady to v0.19.6 (28ebd01)
  • tests: bump steady to v0.19.7 (77fc869)
  • tests: bump steady to v0.20.1 (e52beb5)
  • tests: bump steady to v0.20.2 (3a20191)
  • update docs for api:"required" (aa0a03a)

v1.27.1

Compare Source

Full Changelog: v1.27.0...v1.27.1

Chores
  • internal: regenerate SDK with no functional changes (c963fd0)
  • internal: tweak CI branches (95e3410)

v1.27.0

Compare Source

Full Changelog: v1.27.0...v1.27.1

Chores
  • internal: regenerate SDK with no functional changes (c963fd0)
  • internal: tweak CI branches (95e3410)

v1.26.0

Compare Source

Full Changelog: v1.26.0...v1.27.0

Features
  • api: change array_format to brackets (ca5ae6e)
  • api: chore(config): clean up model enum list (#​31) (1db4ea7)
  • api: GA thinking-display-setting (1924af2)
  • api: remove publishing section from cli target (514282e)
  • tests: update mock server (cf24ced)
Bug Fixes
  • allow canceling a request while it is waiting to retry (32ee053)
  • client: update model reference from claude-3-7-sonnet-latest to claude-sonnet-4-5 (2f42e73)
Chores
  • client: reorganize code in Messages files to lead to less conflicts (c677bb5)
  • internal: codegen related update (c978aac)
  • internal: codegen related update (4ac31a2)
  • internal: codegen related update (5b2b2fa)
  • internal: codegen related update (9678c6c)
  • internal: codegen related update (f6035d2)
  • internal: codegen related update (9246bbb)
  • internal: move custom custom json tags to api (4392627)
  • tests: unskip tests that are now supported in steady (b0ca374)
Documentation
  • streamline README, centralize documentation at docs.anthropic.com (33f6943), closes #​587

v1.25.1

Compare Source

Full Changelog: v1.25.1...v1.26.0

Features
  • api: Add top-level cache control (automatic caching) (75f9f70)
  • client: add BetaToolRunner for automatic tool use loops (#​603) (e44128a)
Chores
  • internal: codegen related update (6247d2f)

v1.25.0

Compare Source

Full Changelog: v1.25.0...v1.25.1

Bug Fixes
  • client: use correct format specifier for header serialization (9115a61)

v1.24.0

Compare Source

Full Changelog: v1.24.0...v1.25.0

Features
  • api: fix shared UserLocation and error code types (cb98cd0)

v1.23.0

Compare Source

Full Changelog: v1.23.0...v1.24.0

Features

v1.22.1

Compare Source

Full Changelog: v1.22.1...v1.23.0

Features
  • api: Releasing claude-sonnet-4-6 (782d5a5)
Bug Fixes
  • api: fix spec errors (15e6a5a)
  • remove duplicate ServerToolUseBlock struct declaration (#​595) (d4ece8a)

v1.22.0

Compare Source

Full Changelog: v1.22.0...v1.22.1

Bug Fixes
  • encoder: correctly serialize NullStruct (1435f8a)

v1.21.0

Compare Source

Full Changelog: v1.21.0...v1.22.0

Features
  • api: enabling fast-mode in claude-opus-4-6 (ebe6433)

v1.20.0

Compare Source

Full Changelog: v1.20.0...v1.21.0

Features
  • api: Release Claude Opus 4.6, adaptive thinking, and other features (e899e64)
Chores
  • ci: remove claude-code-review workflow (31db702)
bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)

v4.10.0: Added WithNoHidden option

Compare Source

Added support for a WithNoHidden option to ignore hidden files in patterns that might unintentionally match them. For example, a .config directory would not be matched by * or recursed into by **, but would be matched by .* or recursed by .config/**.

Thanks to @​lukasngl for the initial PR and idea!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.2...v4.10.0

charmbracelet/bubbles (github.com/charmbracelet/bubbles)

v0.21.1

Compare Source

Changelog
New!
Fixed
Docs
Other stuff

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

ncruces/go-sqlite3 (github.com/ncruces/go-sqlite3)

v0.33.2

Compare Source

[!IMPORTANT]

This is one of the first versions of this package to use wasm2go.

wasm2go is a recent project, so you may prefer to stick to previous versions, if you value stability.

wasm2go had a bug affecting the following GOARCHs: alpha, arm, mipsle, mips64le, riscv, riscv64, sh.
If you have users using these CPUs, please upgrade SQLite to v0.33.2.

Your feedback on this change is very appreciated.
Please read and comment on the discussion.

This is a breaking change, but in most cases, upgrading is as simple as removing this import from your code:

import _ "github.com/ncruces/go-sqlite3/embed"

If you were configuring how much memory you gave your SQLite connections, you need to:

// Stop doing this:
sqlite3.RuntimeConfig = wazero.NewRuntimeConfig().WithMemoryLimitPages(512) // 32 MB

// And use this context to open your connections:
sqliteCtx := sqlite3.WithMaxMemory(parentCtx, 32*1024*1024) // 32 MB

Full Changelog: ncruces/go-sqlite3@v0.32.0...v0.33.2

v0.33.1

Compare Source

v0.33.0

Compare Source

[!IMPORTANT]

This is the first version of this package to use wasm2go.
wasm2go is a recent project, so you may prefer to stick to previous versions, if you value stability.

Otherwise, your feedback on this change is very appreciated.
Please read and comment on the discussion.

This is a breaking change, but in most cases, upgrading is as simple as removing this import from your code:

import _ "github.com/ncruces/go-sqlite3/embed"

If you were configuring how much memory you gave your SQLite connections, you need to:

// Stop doing this:
sqlite3.RuntimeConfig = wazero.NewRuntimeConfig().WithMemoryLimitPages(512) // 32 MB

// And use this context to open your connections:
sqliteCtx := sqlite3.WithMaxMemory(parentCtx, 32*1024*1024) // 32 MB

Full Changelog: ncruces/go-sqlite3@v0.32.0...v0.33.0

v0.32.0

Compare Source

[!TIP]

This is likely the last version of this package to depend on wazero.
Please read and comment on the discussion.

[!NOTE]
SQLite 3.52.0 has been withdrawn.

What's Changed

Updates:

  • SQLite 3.51.3

Full Changelog: ncruces/go-sqlite3@v0.31.1...v0.32.0

Artifact attestations

v0.31.1

Compare Source

[!CAUTION]
SQLite 3.52.0 has been withdrawn.

What's Changed

Updates:

Full Changelog: ncruces/go-sqlite3@v0.31.0...v0.31.1

Artifact attestations

v0.31.0

Compare Source

[!CAUTION]
SQLite 3.52.0 has been withdrawn.

What's Changed

Updates:

Full Changelog: ncruces/go-sqlite3@v0.30.5...v0.31.0

Artifact attestations

v0.30.5

Compare Source

What's Changed

Updates:

  • SQLite 3.51.2
  • Litestream was moved

Full Changelog: ncruces/go-sqlite3@v0.30.4...v0.30.5

Artifact attestations

googleapis/go-genai (google.golang.org/genai)

v1.52.0

Compare Source

Features
  • Add labels field to Veo configs (3fab63a)
  • Add model_status to GenerateContentResponse (Gemini API only) (8c040e3)
  • Add part_metadata in Part (Gemini API only) (8c040e3)
  • Add service tier to GenerateContent. (c07b6a0)
  • genai: add TURN_INCLUDES_AUDIO_ACTIVITY_AND_ALL_VIDEO to TurnCoverage (ea49f9a)
  • support hyperparameters in distillation tuning (b8873ea)
  • Support rendered_parts in GroundingSupport (8c040e3)
Bug Fixes
  • Fix empty InlinedEmbedContentResponses for inline batch embeddings in Go GenAI SDK (e70c9d1), closes #​712
  • support us region routing (09d5be3)

v1.51.0

Compare Source

Features
  • Support include_server_side_tool_invocations for genai. (cec4bfd)

v1.50.0

Compare Source

Features
  • Add inference_generation_config to EvaluationConfig for Tuning (21b360f)
  • Add register_files (43a12bf)
  • Allow custom endpoints for authentication with Vertex AI in Go (0ebf016)
  • enable language code for audio transcription config in Live API for Vertex AI (59610d4)

v1.49.0

Compare Source

Features
  • Update data types from discovery doc. (37134ea)

v1.48.0

Compare Source

Features
  • Add Image Grounding support to GoogleSearch tool (ba34adf)
  • enable server side MCP and disable all other AFC when server side MCP is configured. (a550b3c)

v1.47.0

Compare Source

Features
  • Support multimodal embedding for Gemini Embedding 2.0 and support MaaS models in Models.embed_content() (Vertex AI API) (ef61dd1)

v1.46.0

Compare Source

Features
  • Support encryption_spec in tuning job creation configuration for GenAI SDK (025a3f0)
Bug Fixes

v1.45.0

Compare Source

Features

v1.44.0

Compare Source

Features
  • Support distillation tuning (cf4c39c)
  • Support OSS Tuning in GenAI SDK (9621775)
Bug Fixes
  • Add metadata in batch inlined response (f8e6b9b)

v1.43.0

Compare Source

Features
  • Add ModelArmorConfig support for prompt and response sanitization via the Model Armor service (580063f)
  • Update data types from discovery doc. (6842c63)
  • Update data types from discovery doc. (8065f85)

v1.42.0

Compare Source

Features

v1.41.1

Compare Source

Bug Fixes
  • Correct json tag typo in EntityLabel (096bff8)

v1.41.0

Compare Source

Features
  • [Python] add RegisterFiles so gcs files can be used with genai. (3062834)
  • Add gemini-3-pro-preview support for local tokenizer (1eeac81)
  • Add PersonGeneration to ImageConfig for Vertex Gempix (062e7e1)

Configuration

📅 Schedule: Branch creation - "before 6am on Monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from retran as a code owner March 23, 2026 00:56
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 23, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: module github.com/ncruces/go-sqlite3@v0.33.2 requires go >= 1.26.0; switching to go1.26.1
go: downloading go1.26.1 (linux/amd64)
go: downloading github.com/spf13/cobra v1.10.2
go: downloading go.starlark.net v0.0.0-20260326113308-fadfc96def35
go: downloading github.com/stretchr/testify v1.11.1
go: downloading github.com/anthropics/anthropic-sdk-go v1.27.1
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/openai/openai-go/v2 v2.7.1
go: downloading github.com/pkoukk/tiktoken-go v0.1.8
go: downloading google.golang.org/genai v1.52.0
go: downloading github.com/ncruces/go-sqlite3 v0.33.2
go: downloading github.com/charmbracelet/bubbles v0.21.1
go: downloading github.com/charmbracelet/bubbletea v1.3.10
go: downloading github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
go: downloading github.com/charmbracelet/x/term v0.2.2
go: downloading github.com/gosuri/uilive v0.0.4
go: downloading github.com/BurntSushi/toml v1.6.0
go: downloading github.com/bmatcuk/doublestar/v4 v4.10.0
go: downloading github.com/charmbracelet/huh v0.8.0
go: downloading github.com/clbanning/mxj/v2 v2.7.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/charmbracelet/glamour v0.10.0
go: downloading github.com/charmbracelet/x/ansi v0.11.6
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.10
go: downloading golang.org/x/sys v0.42.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/tidwall/gjson v1.18.0
go: downloading golang.org/x/sync v0.19.0
go: downloading github.com/tidwall/sjson v1.2.5
go: downloading github.com/dlclark/regexp2 v1.11.5
go: downloading cloud.google.com/go/auth v0.17.0
go: downloading cloud.google.com/go v0.123.0
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/gorilla/websocket v1.5.3
go: downloading github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
go: downloading github.com/mattn/go-localereader v0.0.1
go: downloading github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
go: downloading github.com/muesli/cancelreader v0.2.2
go: downloading github.com/charmbracelet/x/cellbuf v0.0.15
go: downloading github.com/muesli/termenv v0.16.0
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/catppuccin/go v0.3.0
go: downloading github.com/charmbracelet/x/exp/strings v0.0.0-20240722160745-212f7b056ed0
go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
go: downloading github.com/yuin/goldmark v1.7.8
go: downloading github.com/yuin/goldmark-emoji v1.0.5
go: downloading golang.org/x/term v0.41.0
go: downloading github.com/alecthomas/chroma/v2 v2.23.1
go: downloading github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf
go: downloading github.com/microcosm-cc/bluemonday v1.0.27
go: downloading github.com/muesli/reflow v0.3.0
go: downloading golang.org/x/text v0.34.0
go: downloading github.com/clipperhouse/displaywidth v0.9.0
go: downloading github.com/clipperhouse/uax29/v2 v2.5.0
go: downloading github.com/lucasb-eyer/go-colorful v1.3.0
go: downloading github.com/mattn/go-runewidth v0.0.19
go: downloading github.com/tidwall/match v1.2.0
go: downloading github.com/tidwall/pretty v1.2.1
go: downloading github.com/googleapis/gax-go/v2 v2.15.0
go: downloading cloud.google.com/go/compute/metadata v0.9.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0
go: downloading golang.org/x/net v0.49.0
go: downloading github.com/ncruces/go-sqlite3-wasm v1.0.4-0.20260329114232-2491c387476c
go: downloading github.com/ncruces/julianday v1.0.0
go: downloading github.com/charmbracelet/colorprofile v0.4.1
go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/atotto/clipboard v0.1.4
go: downloading github.com/aymerick/douceur v0.2.0
go: downloading github.com/clipperhouse/stringish v0.1.1
go: downloading github.com/google/s2a-go v0.1.9
go: downloading google.golang.org/grpc v1.75.1
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.6
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/otel v1.38.0
go: downloading go.opentelemetry.io/otel/metric v1.38.0
go: downloading go.opentelemetry.io/otel/trace v1.38.0
go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
go: downloading github.com/gorilla/css v1.0.1
go: downloading google.golang.org/protobuf v1.36.11
go: downloading github.com/go-logr/logr v1.4.3
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20251002232023-7c0ddcbb5797
go: downloading golang.org/x/crypto v0.48.0
go: github.com/retran/meowg1k/internal/app imports
	github.com/ncruces/go-sqlite3/embed: cannot find module providing package github.com/ncruces/go-sqlite3/embed

@renovate renovate bot force-pushed the renovate/go-dependencies branch 7 times, most recently from 1a79cd3 to b18c7d1 Compare March 29, 2026 16:26
@renovate renovate bot force-pushed the renovate/go-dependencies branch from b18c7d1 to f7c6bcb Compare March 31, 2026 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants