Skip to content

Update golang dependencies#548

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/golang-dependencies
Open

Update golang dependencies#548
renovate[bot] wants to merge 1 commit intomainfrom
renovate/golang-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 24, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
charm.land/bubbles/v2 v2.0.0v2.1.0 age confidence
charm.land/bubbletea/v2 v2.0.2v2.0.6 age confidence
charm.land/lipgloss/v2 v2.0.1v2.0.3 age confidence
github.com/aws/aws-sdk-go-v2 v1.41.5v1.41.6 age confidence
github.com/aws/aws-sdk-go-v2/credentials v1.19.11v1.19.15 age confidence
github.com/aws/aws-sdk-go-v2/service/s3 v1.97.3v1.99.1 age confidence
github.com/aws/smithy-go v1.24.2v1.25.0 age confidence
github.com/brianvoe/gofakeit/v7 v7.14.0v7.14.1 age confidence
github.com/docker/go-connections v0.6.0v0.7.0 age confidence
github.com/evilmartians/lefthook/v2 v2.1.1v2.1.6 age confidence
github.com/go-openapi/strfmt v0.25.0v0.26.1 age confidence
github.com/golangci/golangci-lint/v2 v2.10.1v2.11.4 age confidence
github.com/goreleaser/goreleaser/v2 v2.14.1v2.15.4 age confidence
github.com/jedib0t/go-pretty/v6 v6.7.8v6.7.10 age confidence
github.com/mattn/go-isatty v0.0.20v0.0.21 age confidence
github.com/securego/gosec/v2 v2.23.0v2.25.0 age confidence
github.com/testcontainers/testcontainers-go v0.40.0v0.42.0 age confidence
github.com/vektra/mockery/v3 v3.6.4v3.7.0 age confidence
golang.org/x/mod v0.33.0v0.35.0 age confidence
golang.org/x/vuln v1.1.4v1.2.0 age confidence

Release Notes

charmbracelet/bubbles (charm.land/bubbles/v2)

v2.1.0

Compare Source

Shrink ’n’ grow your textareas

The update adds a new feature to automatically resize your textarea vertically as its content changes.

ta := textarea.New()
ta.DynamicHeight = true   // Enable dynamic resizing
ta.MinHeight = 3          // Minimum visible rows
ta.MaxHeight = 10         // Maximum visible rows
ta.MaxContentHeight = 20  // Maximum rows of content

Piece of cake, right?

Enjoy! 💘

Changelog

New!

The Charm logo

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

charmbracelet/bubbletea (charm.land/bubbletea/v2)

v2.0.6

Compare Source

This release fixes an issue with how Bubble Tea handled wide characters. Before, a wide character might be skipped or cause an infinite loop causing the CPU to spike. See fdcd0cf and charmbracelet/ultraviolet#109 for more details.


The Charm logo

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

v2.0.5

Compare Source

Changelog


The Charm logo

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

v2.0.4

Compare Source

Changelog


The Charm logo

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

v2.0.3

Compare Source

Extra Extra Extended Keyboard Enhancements!

This release adds support for the full set of Keyboard Enhancements. Now you can enable any enhancements on top of the default disambiguate one.

func (m model) View() tea.View {
  var v tea.View
  v.KeyboardEnhancements.ReportAlternateKeys = true
  v.KeyboardEnhancements.ReportAllKeysAsEscapeCodes = true
  return v
}

Smarter Renderer

We also fixed a few renderer related bugs and made the Cursed Renderer smarter. Now, we always reset the terminal tab stops for the Bubble Tea program process context. People using tabs -N in their shell profiles shouldn't be affected.

See the full changelog below.

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.

charmbracelet/lipgloss (charm.land/lipgloss/v2)

v2.0.3

Compare Source

Changelog

Fixed
Docs

The Charm logo

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

v2.0.2

Compare Source

Table patch

If you don't know, we made big improvements in table rendering recently shipped in v2.0.0.

@​MartinodF made a good job on improving it even further for tricky edge cases, in particular when content wrapping is enabled.

Changelog

Fixed

The Charm logo

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

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.41.6

Compare Source

aws/smithy-go (github.com/aws/smithy-go)

v1.25.0

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.25.0
    • Feature: Add support for endpointBdd trait

v1.24.3

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.3
    • Bug Fix: Add additional sigv4 configuration.
  • github.com/aws/smithy-go/aws-http-auth: v1.1.3
    • Bug Fix: Add additional sigv4 configuration.
brianvoe/gofakeit (github.com/brianvoe/gofakeit/v7)

v7.14.1

Compare Source

docker/go-connections (github.com/docker/go-connections)

v0.7.0

Compare Source

evilmartians/lefthook (github.com/evilmartians/lefthook/v2)

v2.1.6

Compare Source

Changelog

v2.1.5

Compare Source

Changelog

v2.1.4

Compare Source

Changelog

v2.1.3

Compare Source

Changelog

v2.1.2

Compare Source

Changelog

go-openapi/strfmt (github.com/go-openapi/strfmt)

v0.26.1

Compare Source

0.26.1 - 2026-03-15

Full Changelog: go-openapi/strfmt@v0.26.0...v0.26.1

8 commits in this release.


Fixed bugs
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

strfmt license terms

License

Per-module changes


enable/mongodb (0.26.1)

Miscellaneous tasks

internal/testintegration (0.26.1)

Miscellaneous tasks

v0.26.0

Compare Source

0.26.0 - 2026-03-07

Dropped mongodb dependency - Kept backward-compatibility

Full Changelog: go-openapi/strfmt@v0.25.0...v0.26.0

43 commits in this release.


Documentation
Code quality
Testing
Miscellaneous tasks
Updates
Other

People who contributed to this release

New Contributors

strfmt license terms

License

Per-module changes

enable/mongodb (0.26.0)
Miscellaneous tasks

internal/testintegration (0.26.0)
Code quality
Testing
Miscellaneous tasks
Updates
Other
  • Add MongoDB integration tests for all strfmt BSON types by @​Copilot in #​215 ...
  • Upgrade integration tests to mongo-driver v2 and go mod tidy by @​Copilot ...
  • Add MongoDB integration tests with testintegration build tag and CI workflow by @​Copilot ...
golangci/golangci-lint (github.com/golangci/golangci-lint/v2)

v2.11.4

Compare Source

Released on 2026-03-22

  1. Linters bug fixes
    • govet-modernize: from 0.42.0 to 0.43.0
    • noctx: from 0.5.0 to 0.5.1
    • sqlclosecheck: from 0.5.1 to 0.6.0

v2.11.3

Compare Source

Released on 2026-03-10

  1. Linters bug fixes

v2.11.2

Compare Source

Released on 2026-03-07

  1. Fixes
    • fmt: fix error when using the fmt command with explicit paths.

v2.11.1

Compare Source

Released on 2026-03-06

Due to an error related to AUR, some artifacts of the v2.11.0 release have not been published.

This release contains the same things as v2.11.0.

v2.11.0

Compare Source

Released on 2026-03-06

  1. Linters new features or changes
    • errcheck: from 1.9.0 to 1.10.0 (exclude crypto/rand.Read by default)
    • gosec: from 2.23.0 to 2.24.6 (new rules: G113, G118, G119, G120, G121, G122, G123, G408, G707)
    • noctx: from 0.4.0 to 0.5.0 (new detection: httptest.NewRequestWithContext)
    • prealloc: from 1.0.2 to 1.1.0
    • revive: from 1.14.0 to 1.15.0 (⚠️ Breaking change: package-related checks moved from var-naming to a new rule package-naming)
  2. Linters bug fixes
    • gocognit: from 1.2.0 to 1.2.1
    • gosec: from 2.24.6 to 2.24.7
    • unqueryvet: from 1.5.3 to 1.5.4
goreleaser/goreleaser (github.com/goreleaser/goreleaser/v2)

v2.15.4

Compare Source

v2.15.3

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.15.

Changelog

Security updates
Bug fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 added dependencies Pull requests that update a dependency file docker go Pull requests that update Go code javascript labels Feb 24, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 24, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 22 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8 -> v1.7.9
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.19 -> v1.18.22
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.21 -> v1.4.22
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21 -> v2.7.22
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.22 -> v1.4.23
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7 -> v1.13.8
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.13 -> v1.9.14
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.21 -> v1.13.22
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.21 -> v1.19.22
github.com/aws/aws-sdk-go-v2/service/signin v1.0.7 -> v1.0.10
github.com/aws/aws-sdk-go-v2/service/sso v1.30.12 -> v1.30.16
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.16 -> v1.35.20
github.com/aws/aws-sdk-go-v2/service/sts v1.41.8 -> v1.42.0
github.com/charmbracelet/colorprofile v0.4.2 -> v0.4.3
github.com/charmbracelet/ultraviolet v0.0.0-20260205113103-524a6607adb8 -> v0.0.0-20260416155717-489999b90468
github.com/charmbracelet/x/ansi v0.11.6 -> v0.11.7
github.com/klauspost/compress v1.18.4 -> v1.18.5
github.com/lucasb-eyer/go-colorful v1.3.0 -> v1.4.0
github.com/mattn/go-runewidth v0.0.20 -> v0.0.23
github.com/shirou/gopsutil/v4 v4.26.2 -> v4.26.3
golang.org/x/sync v0.19.0 -> v0.20.0
golang.org/x/sys v0.42.0 -> v0.43.0
File name: tools/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 136 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.26.0 -> 1.26.2
charm.land/lipgloss/v2 v2.0.0-beta.3.0.20251120230642-dcccabe2cd63 -> v2.0.3
cloud.google.com/go/iam v1.5.3 -> v1.7.0
cloud.google.com/go/kms v1.26.0 -> v1.29.0
cloud.google.com/go/longrunning v0.8.0 -> v0.9.0
code.gitea.io/sdk/gitea v0.23.2 -> v0.24.1
github.com/42wim/httpsig v1.2.3 -> v1.2.4
github.com/MirrexOne/unqueryvet v1.5.3 -> v1.5.4
github.com/ProtonMail/go-crypto v1.3.0 -> v1.4.1
github.com/alexkohler/prealloc v1.0.2 -> v1.1.0
github.com/anthropics/anthropic-sdk-go v1.22.0 -> v1.26.0
github.com/aws/aws-sdk-go-v2 v1.41.2 -> v1.41.6
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.5 -> v1.7.9
github.com/aws/aws-sdk-go-v2/config v1.32.10 -> v1.32.12
github.com/aws/aws-sdk-go-v2/credentials v1.19.10 -> v1.19.12
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.18 -> v1.18.20
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.18 -> v1.4.22
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.18 -> v2.7.22
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 -> v1.8.6
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.18 -> v1.4.23
github.com/aws/aws-sdk-go-v2/service/ecr v1.54.4 -> v1.56.0
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.38.8 -> v1.38.11
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.5 -> v1.13.8
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.9 -> v1.9.14
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.18 -> v1.13.22
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.18 -> v1.19.22
github.com/aws/aws-sdk-go-v2/service/kms v1.49.1 -> v1.50.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.96.1 -> v1.99.1
github.com/aws/aws-sdk-go-v2/service/signin v1.0.6 -> v1.0.8
github.com/aws/aws-sdk-go-v2/service/sso v1.30.11 -> v1.30.13
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.15 -> v1.35.17
github.com/aws/aws-sdk-go-v2/service/sts v1.41.7 -> v1.41.9
github.com/aws/smithy-go v1.24.1 -> v1.25.0
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.11.0 -> v0.12.0
github.com/blacktop/go-macho v1.1.258 -> v1.1.263
github.com/bmatcuk/doublestar/v4 v4.9.1 -> v4.10.0
github.com/buger/jsonparser v1.1.1 -> v1.1.2
github.com/caarlos0/env/v11 v11.3.1 -> v11.4.0
github.com/charmbracelet/colorprofile v0.4.2 -> v0.4.3
github.com/charmbracelet/fang v0.4.4 -> v1.0.0
github.com/charmbracelet/ultraviolet v0.0.0-20251120225753-26363bddd922 -> v0.0.0-20251205161215-1948445e3318
github.com/charmbracelet/x/ansi v0.11.6 -> v0.11.7
github.com/coreos/go-oidc/v3 v3.17.0 -> v3.18.0
github.com/docker/cli v29.2.1+incompatible -> v29.4.0+incompatible
github.com/fatih/color v1.18.0 -> v1.19.0
github.com/gabriel-vasile/mimetype v1.4.12 -> v1.4.13
github.com/go-git/go-billy/v5 v5.7.0 -> v5.8.0
github.com/go-git/go-git/v5 v5.16.5 -> v5.18.0
github.com/go-jose/go-jose/v4 v4.1.3 -> v4.1.4
github.com/go-json-experiment/json v0.0.0-20251027170946-4849db3c2f7e -> v0.0.0-20260214004413-d219187c3433
github.com/go-openapi/analysis v0.24.2 -> v0.24.3
github.com/go-openapi/errors v0.22.6 -> v0.22.7
github.com/go-openapi/jsonpointer v0.22.4 -> v0.22.5
github.com/go-openapi/jsonreference v0.21.4 -> v0.21.5
github.com/go-openapi/loads v0.23.2 -> v0.23.3
github.com/go-openapi/runtime v0.29.2 -> v0.29.3
github.com/go-openapi/spec v0.22.3 -> v0.22.4
github.com/go-openapi/strfmt v0.25.0 -> v0.26.1
github.com/go-openapi/swag v0.25.4 -> v0.25.5
github.com/go-openapi/swag/cmdutils v0.25.4 -> v0.25.5
github.com/go-openapi/swag/conv v0.25.4 -> v0.25.5
github.com/go-openapi/swag/fileutils v0.25.4 -> v0.25.5
github.com/go-openapi/swag/jsonname v0.25.4 -> v0.25.5
github.com/go-openapi/swag/jsonutils v0.25.4 -> v0.25.5
github.com/go-openapi/swag/loading v0.25.4 -> v0.25.5
github.com/go-openapi/swag/mangling v0.25.4 -> v0.25.5
github.com/go-openapi/swag/netutils v0.25.4 -> v0.25.5
github.com/go-openapi/swag/stringutils v0.25.4 -> v0.25.5
github.com/go-openapi/swag/typeutils v0.25.4 -> v0.25.5
github.com/go-openapi/swag/yamlutils v0.25.4 -> v0.25.5
github.com/go-openapi/validate v0.25.1 -> v0.25.2
github.com/google/certificate-transparency-go v1.3.2 -> v1.3.3
github.com/google/go-containerregistry v0.21.0 -> v0.21.5
github.com/google/ko v0.18.1 -> v0.18.2-0.20260407063826-ae9c7272d7de
github.com/googleapis/enterprise-certificate-proxy v0.3.12 -> v0.3.14
github.com/googleapis/gax-go/v2 v2.17.0 -> v2.21.0
github.com/goreleaser/nfpm/v2 v2.45.0 -> v2.46.3
github.com/goreleaser/quill v0.0.0-20251224035235-ab943733386f -> v0.0.0-20260418030907-a259ef5caf05
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 -> v2.28.0
github.com/in-toto/in-toto-golang v0.9.0 -> v0.10.0
github.com/kaptinlin/go-i18n v0.2.2 -> v0.3.0
github.com/kaptinlin/jsonpointer v0.4.8 -> v0.4.17
github.com/kaptinlin/jsonschema v0.6.5 -> v0.7.7
github.com/kaptinlin/messageformat-go v0.4.7 -> v0.4.19
github.com/kisielk/errcheck v1.9.0 -> v1.10.0
github.com/klauspost/compress v1.18.4 -> v1.18.5
github.com/knadh/koanf/v2 v2.3.2 -> v2.3.4
github.com/lucasb-eyer/go-colorful v1.3.0 -> v1.4.0
github.com/mattn/go-mastodon v0.0.10 -> v0.0.11
github.com/mattn/go-runewidth v0.0.20 -> v0.0.23
github.com/mgechev/revive v1.14.0 -> v1.15.0
github.com/modelcontextprotocol/registry v1.4.1 -> v1.6.0
github.com/openai/openai-go/v3 v3.18.0 -> v3.28.0
github.com/pelletier/go-toml/v2 v2.2.4 -> v2.3.0
github.com/prometheus/procfs v0.19.2 -> v0.20.1
github.com/ryanrolds/sqlclosecheck v0.5.1 -> v0.6.0
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 -> v1.4.0
github.com/sigstore/rekor v1.5.0 -> v1.5.1
github.com/sigstore/rekor-tiles/v2 v2.0.1 -> v2.2.1
github.com/sigstore/sigstore v1.10.4 -> v1.10.5
github.com/sigstore/timestamp-authority/v2 v2.0.3 -> v2.0.6
github.com/slack-go/slack v0.17.3 -> v0.22.0
github.com/sonatard/noctx v0.4.0 -> v0.5.1
github.com/tidwall/jsonc v0.3.2 -> v0.3.3
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 -> v0.0.0-20250811210735-e5fe3b51442e
github.com/transparency-dev/formats v0.0.0-20251208091212-1378f9e1b1b7 -> v0.1.0
github.com/urfave/cli/v3 v3.6.2 -> v3.8.0
github.com/uudashr/gocognit v1.2.0 -> v1.2.1
gitlab.com/gitlab-org/api/client-go v1.39.0 -> v1.46.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 -> v0.67.0
go.opentelemetry.io/otel v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/metric v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/sdk v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/sdk/metric v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.40.0 -> v1.43.0
go.yaml.in/yaml/v2 v2.4.3 -> v2.4.4
gocloud.dev v0.44.0 -> v0.45.0
golang.org/x/crypto v0.48.0 -> v0.50.0
golang.org/x/mod v0.33.0 -> v0.35.0
golang.org/x/net v0.51.0 -> v0.53.0
golang.org/x/oauth2 v0.35.0 -> v0.36.0
golang.org/x/sync v0.19.0 -> v0.20.0
golang.org/x/sys v0.41.0 -> v0.43.0
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 -> v0.0.0-20260409153401-be6f6cb8b1fa
golang.org/x/term v0.40.0 -> v0.42.0
golang.org/x/text v0.34.0 -> v0.36.0
golang.org/x/time v0.14.0 -> v0.15.0
golang.org/x/tools v0.42.0 -> v0.44.0
google.golang.org/api v0.269.0 -> v0.274.0
google.golang.org/genai v1.45.0 -> v1.50.0
google.golang.org/genproto v0.0.0-20260223185530-2f722ef697dc -> v0.0.0-20260319201613-d00831a3d3e7
google.golang.org/genproto/googleapis/api v0.0.0-20260223185530-2f722ef697dc -> v0.0.0-20260401024825-9d38bb4040a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20260223185530-2f722ef697dc -> v0.0.0-20260401024825-9d38bb4040a9
google.golang.org/grpc v1.79.1 -> v1.80.0
lukechampine.com/blake3 v1.2.1 -> v1.4.1
sigs.k8s.io/kind v0.30.0 -> v0.31.0
software.sslmate.com/src/go-pkcs12 v0.6.0 -> v0.7.1

@renovate renovate Bot force-pushed the renovate/golang-dependencies branch from 9c93715 to 63f50b8 Compare February 25, 2026 17:10
@renovate renovate Bot changed the title fix(deps): update golang dependencies fix(deps): update golang dependencies - autoclosed Feb 26, 2026
@renovate renovate Bot closed this Feb 26, 2026
@renovate renovate Bot deleted the renovate/golang-dependencies branch February 26, 2026 02:32
@renovate renovate Bot changed the title fix(deps): update golang dependencies - autoclosed fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.96.2 Feb 26, 2026
@renovate renovate Bot reopened this Feb 26, 2026
@renovate renovate Bot force-pushed the renovate/golang-dependencies branch 2 times, most recently from 63f50b8 to 301f5b8 Compare February 26, 2026 22:35
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.04%. Comparing base (e98b0ad) to head (98cf4d0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #548   +/-   ##
=======================================
  Coverage   52.04%   52.04%           
=======================================
  Files          96       96           
  Lines        7738     7738           
=======================================
  Hits         4027     4027           
  Misses       3234     3234           
  Partials      477      477           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/golang-dependencies branch from 301f5b8 to 4dd6ab1 Compare February 27, 2026 13:24
@renovate renovate Bot changed the title fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.96.2 fix(deps): update golang dependencies Feb 27, 2026
@renovate renovate Bot force-pushed the renovate/golang-dependencies branch 7 times, most recently from 436a78b to ff01939 Compare March 4, 2026 00:36
@renovate renovate Bot force-pushed the renovate/golang-dependencies branch 2 times, most recently from 8c6a1ed to 50d028d Compare March 5, 2026 15:10
@renovate renovate Bot force-pushed the renovate/golang-dependencies branch 4 times, most recently from 2bbcb81 to c2fa12e Compare March 18, 2026 14:34
@renovate renovate Bot force-pushed the renovate/golang-dependencies branch 9 times, most recently from 5341dcd to 902f783 Compare April 6, 2026 08:39
@renovate renovate Bot force-pushed the renovate/golang-dependencies branch 3 times, most recently from 4bf8537 to 4b25d2c Compare April 8, 2026 16:33
@renovate renovate Bot changed the title fix(deps): update golang dependencies Update golang dependencies Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/golang-dependencies branch 7 times, most recently from 623e042 to 2cf92c8 Compare April 16, 2026 10:39
@renovate renovate Bot force-pushed the renovate/golang-dependencies branch 8 times, most recently from eacf42e to a571d2c Compare April 21, 2026 15:00
@renovate renovate Bot force-pushed the renovate/golang-dependencies branch from a571d2c to f543f7e Compare April 22, 2026 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker go Pull requests that update Go code javascript

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants