Skip to content

chore(deps): bump the gomod group across 1 directory with 29 updates#4838

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/gomod-e2c112b329
Open

chore(deps): bump the gomod group across 1 directory with 29 updates#4838
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/gomod-e2c112b329

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2026

Bumps the gomod group with 16 updates in the / directory:

Package From To
github.com/apache/pulsar-client-go 0.18.0 0.19.0
github.com/coreos/go-oidc/v3 3.17.0 3.18.0
github.com/go-openapi/analysis 0.24.2 0.25.0
github.com/go-openapi/loads 0.23.2 0.23.3
github.com/go-openapi/runtime 0.29.2 0.29.3
google.golang.org/grpc 1.78.0 1.80.0
github.com/charmbracelet/glamour 0.10.0 1.0.0
github.com/go-openapi/swag 0.25.4 0.25.5
github.com/go-playground/validator/v10 10.30.1 10.30.2
github.com/goreleaser/goreleaser/v2 2.13.3 2.15.3
github.com/jackc/pgx/v5 5.8.0 5.9.1
github.com/magefile/mage 1.15.0 1.17.1
github.com/minio/highwayhash 1.0.3 1.0.4
github.com/redis/go-redis/extra/redisprometheus/v9 9.17.3 9.18.0
github.com/rs/zerolog 1.34.0 1.35.0
github.com/zalando/go-keyring 0.2.6 0.2.8

Updates github.com/apache/pulsar-client-go from 0.18.0 to 0.19.0

Release notes

Sourced from github.com/apache/pulsar-client-go's releases.

v0.19.0

What's Changed

New Contributors

Changelog

Sourced from github.com/apache/pulsar-client-go's changelog.

Pulsar-client-go Changelog

All notable changes to this project will be documented in this file.

[0.19.0] 2026-04-07

What's Changed

New Contributors

... (truncated)

Commits
  • 593fccf [Issue 1446][Consumer] Fix consumer can't consume resent chunked messages (#1...
  • e7eb92f feat(pulsaradmin): add scoped topic policies support (#1471)
  • d0db340 improve: service URL parsing compatible with Go 1.26 (#1468)
  • 15bd915 fix(consumer): fix panic when messages size is 0 (#1460)
  • d7fafb5 feat: regard ProducerBlockedQuotaExceededException as retryable exception to ...
  • 70d34c9 admin: add remove replication clusters topic API (#1470)
  • 7832a7d feat(topic): add support for retrieving applied schema compatibility strategy...
  • 3564674 feat(namespace): add removal methods for namespace policies (#1465)
  • 203dcf1 feat(oauth2): add support for issuer URL override in client credentials flow ...
  • cc18590 Implement ReconsumeLater on regex consumer (#1456)
  • Additional commits viewable in compare view

Updates github.com/coreos/go-oidc/v3 from 3.17.0 to 3.18.0

Release notes

Sourced from github.com/coreos/go-oidc/v3's releases.

v3.18.0

What's Changed

Full Changelog: coreos/go-oidc@v3.17.0...v3.18.0

Commits
  • da6b3bf build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4
  • 7f80694 build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.36.0
  • 7271de5 .github: update go versions in CI
  • 3ccf20f .github: configure dependabot
  • See full diff in compare view

Updates github.com/go-openapi/analysis from 0.24.2 to 0.25.0

Release notes

Sourced from github.com/go-openapi/analysis's releases.

v0.25.0

0.25.0 - 2026-03-17

Added diff package migrated from go-swagger

Full Changelog: go-openapi/analysis@v0.24.3...v0.25.0

70 commits in this release.


Implemented enhancements

  • feat(diff): introducing warning compatibility level by @​schafle ...

Fixed bugs

  • fix(diff): fixed diff status on added required property by @​fredbi ...
  • fix: 1) adds supports for Diff to report on changed extension values #2984 and 2) detects request param extension changes #2983 ...
  • fix(diff): swagger diff is not working for certain cases by @​schafle ...
  • fix diff tests by @​casualjim ...
  • fixes ##2831, circular dependency issue ...
  • Fixed panic for ref combinations by @​wjase ...
  • fix(diff): fixed diff status on added required property by @​fredbi ...
  • fix: 1) adds supports for Diff to report on changed extension values #2984 and 2) detects request param extension changes #2983 ...
  • fix: diff result has no URL, when there is an object type array field in the schema by @​EarthSoar ...
  • fix(diff): swagger diff is not working for certain cases by @​schafle ...
  • fix diff tests by @​casualjim ...
  • fixes ##2831, circular dependency issue ...
  • Fixed panic for ref combinations by @​wjase ...

Refactor

Documentation

Code quality

... (truncated)

Commits
  • e3e9b78 chore: prepare release v0.25.0
  • 351138e chore: upgraded dependencies
  • 7103b69 chore: relinted the diff package
  • 590936f test(diff): adapted tests following the migration of the diff package from go...
  • 3b04dd8 chore: import diff fixtures from go-swagger/go-swagger with full history
  • 9d329d7 chore: import diff package from go-swagger/go-swagger with full history
  • 8888216 chore: bump go directive to 1.25.0 (#178)
  • 5d6b2d7 doc: add portable agentic instructions (#177)
  • 5849d28 doc: update discord link (#176)
  • e0e4be8 doc: updated contributors file
  • Additional commits viewable in compare view

Updates github.com/go-openapi/jsonreference from 0.21.4 to 0.21.5

Release notes

Sourced from github.com/go-openapi/jsonreference's releases.

v0.21.5

0.21.5 - 2026-03-02

Full Changelog: go-openapi/jsonreference@v0.21.4...v0.21.5

14 commits in this release.


Documentation

Code quality

Testing

Miscellaneous tasks

Updates


People who contributed to this release


... (truncated)

Commits
  • 8b85573 chore: doc, lint, tests (#79)
  • f9fd8bd build(deps): bump the development-dependencies group with 7 updates
  • 76deb10 build(deps): bump the development-dependencies group with 7 updates
  • 7b4cec2 build(deps): bump github.com/go-openapi/testify/v2
  • fecb9ac build(deps): bump github.com/go-openapi/testify/v2
  • 8f205c3 build(deps): bump the development-dependencies group with 7 updates
  • 9d5c22a build(deps): bump github.com/go-openapi/testify/v2
  • 2d9cd9b doc: updated contributors file
  • 4b5d805 doc: announced new discord channel
  • a738066 doc: added basic usage in readme and testable examples
  • Additional commits viewable in compare view

Updates github.com/go-openapi/loads from 0.23.2 to 0.23.3

Release notes

Sourced from github.com/go-openapi/loads's releases.

v0.23.3

0.23.3 - 2026-03-08

Full Changelog: go-openapi/loads@v0.23.2...v0.23.3

27 commits in this release.


Documentation

Code quality

Testing

Miscellaneous tasks

Updates

... (truncated)

Commits
  • 09444f2 ci: fixed job input params
  • f8ab159 ci: updated shared workflows (#127)
  • f903f3e test(fmts): simplified repetitive boiler plate in test (#126)
  • 4a9c1d5 chore: doc, lint, test (#125)
  • 30d86fa build(deps): bump the go-openapi-dependencies group with 3 updates
  • f59dcbd build(deps): bump the go-openapi-dependencies group with 2 updates
  • 4bd9459 build(deps): bump the development-dependencies group with 7 updates
  • 48b069f build(deps): bump the go-openapi-dependencies group with 2 updates
  • 717a157 build(deps): bump the development-dependencies group with 7 updates
  • 935d401 build(deps): bump the go-openapi-dependencies group with 2 updates
  • Additional commits viewable in compare view

Updates github.com/go-openapi/runtime from 0.29.2 to 0.29.3

Release notes

Sourced from github.com/go-openapi/runtime's releases.

v0.29.3

0.29.3 - 2026-03-08

Full Changelog: go-openapi/runtime@v0.29.2...v0.29.3

27 commits in this release.


Fixed bugs

Documentation

Code quality

  • chore: updated dependencies (removed mongodb indirect dependency) by @​fredbi in #399 ...

Miscellaneous tasks

Updates

... (truncated)

Commits
  • b00b2f1 chore: prepare release v0.29.3
  • b5088b8 ci: fixed dropped trivy release - updated shared workflow
  • c9809a6 docs: add FAQ from resolved GitHub issues (#403)
  • 3d599d6 build(deps): bump the development-dependencies group across 2 directories wit...
  • 3b063c0 chore: updated dependencies (removed mongodb indirect dependency) (#399)
  • f9c40d3 build(deps): bump the other-dependencies group with 3 updates
  • adabde2 build(deps): bump the go-openapi-dependencies group with 6 updates
  • 2e68776 build(deps): bump the go-openapi-dependencies group with 2 updates
  • bb7e2f0 build(deps): bump the go-openapi-dependencies group with 2 updates
  • b3119ae build(deps): bump the go-openapi-dependencies group with 2 updates
  • Additional commits viewable in compare view

Updates github.com/go-openapi/spec from 0.22.3 to 0.22.4

Release notes

Sourced from github.com/go-openapi/spec's releases.

v0.22.4

0.22.4 - 2026-03-03

Full Changelog: go-openapi/spec@v0.22.3...v0.22.4

9 commits in this release.


Documentation

Code quality

Updates


People who contributed to this release


spec license terms

License

Commits
  • d6177ef chore: doc, tests, lint (#255)
  • 0c2d5d4 build(deps): bump github.com/go-openapi/testify/v2
  • 7ca5d97 build(deps): bump the development-dependencies group with 7 updates
  • 71eebab build(deps): bump github.com/go-openapi/testify/v2
  • d708159 build(deps): bump github.com/go-openapi/testify/v2
  • d181245 build(deps): bump the development-dependencies group with 7 updates
  • 02c28f2 build(deps): bump github.com/go-openapi/testify/v2
  • 22037ac build(deps): bump the development-dependencies group with 7 updates
  • 5fc39a0 doc: updated contributors file
  • See full diff in compare view

Updates golang.org/x/net from 0.49.0 to 0.52.0

Commits
  • 316e20c go.mod: update golang.org/x dependencies
  • 9767a42 internal/http3: add support for plugging into net/http
  • 4a81284 http2: update docs to disrecommend this package
  • dec6603 dns/dnsmessage: reject too large of names early during unpack
  • 8afa12f http2: deprecate write schedulers
  • 38019a2 http2: add missing copyright header to export_test.go
  • 039b87f internal/http3: return error when Write is used after status 304 is set
  • 6267c6c internal/http3: add HTTP 103 Early Hints support to ClientConn
  • 591bdf3 internal/http3: add HTTP 103 Early Hints support to Server
  • 1faa6d8 internal/http3: avoid potential race when aborting RoundTrip
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.34.0 to 0.36.0

Commits
  • 4d954e6 all: upgrade go directive to at least 1.25.0 [generated]
  • 89ff2e1 google: add safer credentials JSON loading options.
  • See full diff in compare view

Updates golang.org/x/sync from 0.19.0 to 0.20.0

Commits
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

Updates google.golang.org/grpc from 1.78.0 to 1.80.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.80.0

Behavior Changes

  • balancer: log a warning if a balancer is registered with uppercase letters, as balancer names should be lowercase. In a future release, balancer names will be treated as case-insensitive; see #5288 for details. (#8837)
  • xds: update resource error handling and re-resolution logic (#8907)
      <...

      Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 15, 2026
Bumps the gomod group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/apache/pulsar-client-go](https://github.com/apache/pulsar-client-go) | `0.18.0` | `0.19.0` |
| [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) | `3.17.0` | `3.18.0` |
| [github.com/go-openapi/analysis](https://github.com/go-openapi/analysis) | `0.24.2` | `0.25.0` |
| [github.com/go-openapi/loads](https://github.com/go-openapi/loads) | `0.23.2` | `0.23.3` |
| [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.29.2` | `0.29.3` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.78.0` | `1.80.0` |
| [github.com/charmbracelet/glamour](https://github.com/charmbracelet/glamour) | `0.10.0` | `1.0.0` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.25.4` | `0.25.5` |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.30.1` | `10.30.2` |
| [github.com/goreleaser/goreleaser/v2](https://github.com/goreleaser/goreleaser) | `2.13.3` | `2.15.3` |
| [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.8.0` | `5.9.1` |
| [github.com/magefile/mage](https://github.com/magefile/mage) | `1.15.0` | `1.17.1` |
| [github.com/minio/highwayhash](https://github.com/minio/highwayhash) | `1.0.3` | `1.0.4` |
| [github.com/redis/go-redis/extra/redisprometheus/v9](https://github.com/redis/go-redis) | `9.17.3` | `9.18.0` |
| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.34.0` | `1.35.0` |
| [github.com/zalando/go-keyring](https://github.com/zalando/go-keyring) | `0.2.6` | `0.2.8` |



Updates `github.com/apache/pulsar-client-go` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/apache/pulsar-client-go/releases)
- [Changelog](https://github.com/apache/pulsar-client-go/blob/master/CHANGELOG.md)
- [Commits](apache/pulsar-client-go@v0.18.0...v0.19.0)

Updates `github.com/coreos/go-oidc/v3` from 3.17.0 to 3.18.0
- [Release notes](https://github.com/coreos/go-oidc/releases)
- [Commits](coreos/go-oidc@v3.17.0...v3.18.0)

Updates `github.com/go-openapi/analysis` from 0.24.2 to 0.25.0
- [Release notes](https://github.com/go-openapi/analysis/releases)
- [Commits](go-openapi/analysis@v0.24.2...v0.25.0)

Updates `github.com/go-openapi/jsonreference` from 0.21.4 to 0.21.5
- [Release notes](https://github.com/go-openapi/jsonreference/releases)
- [Commits](go-openapi/jsonreference@v0.21.4...v0.21.5)

Updates `github.com/go-openapi/loads` from 0.23.2 to 0.23.3
- [Release notes](https://github.com/go-openapi/loads/releases)
- [Commits](go-openapi/loads@v0.23.2...v0.23.3)

Updates `github.com/go-openapi/runtime` from 0.29.2 to 0.29.3
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.29.2...v0.29.3)

Updates `github.com/go-openapi/spec` from 0.22.3 to 0.22.4
- [Release notes](https://github.com/go-openapi/spec/releases)
- [Commits](go-openapi/spec@v0.22.3...v0.22.4)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](golang/net@v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.34.0 to 0.36.0
- [Commits](golang/oauth2@v0.34.0...v0.36.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](golang/sync@v0.19.0...v0.20.0)

Updates `google.golang.org/grpc` from 1.78.0 to 1.80.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.78.0...v1.80.0)

Updates `github.com/charmbracelet/glamour` from 0.10.0 to 1.0.0
- [Release notes](https://github.com/charmbracelet/glamour/releases)
- [Commits](charmbracelet/glamour@v0.10.0...v1.0.0)

Updates `github.com/go-openapi/errors` from 0.22.6 to 0.22.7
- [Release notes](https://github.com/go-openapi/errors/releases)
- [Commits](go-openapi/errors@v0.22.6...v0.22.7)

Updates `github.com/go-openapi/strfmt` from 0.25.0 to 0.26.1
- [Release notes](https://github.com/go-openapi/strfmt/releases)
- [Commits](go-openapi/strfmt@v0.25.0...v0.26.1)

Updates `github.com/go-openapi/swag` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.25.4...v0.25.5)

Updates `github.com/go-openapi/validate` from 0.25.1 to 0.25.2
- [Release notes](https://github.com/go-openapi/validate/releases)
- [Commits](go-openapi/validate@v0.25.1...v0.25.2)

Updates `github.com/go-playground/validator/v10` from 10.30.1 to 10.30.2
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.30.1...v10.30.2)

Updates `github.com/goreleaser/goreleaser/v2` from 2.13.3 to 2.15.3
- [Release notes](https://github.com/goreleaser/goreleaser/releases)
- [Commits](goreleaser/goreleaser@v2.13.3...v2.15.3)

Updates `github.com/jackc/pgx/v5` from 5.8.0 to 5.9.1
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.8.0...v5.9.1)

Updates `github.com/magefile/mage` from 1.15.0 to 1.17.1
- [Release notes](https://github.com/magefile/mage/releases)
- [Commits](magefile/mage@v1.15.0...v1.17.1)

Updates `github.com/minio/highwayhash` from 1.0.3 to 1.0.4
- [Release notes](https://github.com/minio/highwayhash/releases)
- [Commits](minio/highwayhash@v1.0.3...v1.0.4)

Updates `github.com/redis/go-redis/extra/redisprometheus/v9` from 9.17.3 to 9.18.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](redis/go-redis@v9.17.3...v9.18.0)

Updates `github.com/redis/go-redis/v9` from 9.17.3 to 9.18.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](redis/go-redis@v9.17.3...v9.18.0)

Updates `github.com/rs/zerolog` from 1.34.0 to 1.35.0
- [Commits](rs/zerolog@v1.34.0...v1.35.0)

Updates `github.com/zalando/go-keyring` from 0.2.6 to 0.2.8
- [Release notes](https://github.com/zalando/go-keyring/releases)
- [Commits](zalando/go-keyring@v0.2.6...v0.2.8)

Updates `golang.org/x/term` from 0.39.0 to 0.42.0
- [Commits](golang/term@v0.39.0...v0.42.0)

Updates `golang.org/x/text` from 0.33.0 to 0.36.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.33.0...v0.36.0)

Updates `golang.org/x/time` from 0.14.0 to 0.15.0
- [Commits](golang/time@v0.14.0...v0.15.0)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20260122232226-8e98ce8d340d to 0.0.0-20260401024825-9d38bb4040a9
- [Commits](https://github.com/googleapis/go-genproto/commits)

---
updated-dependencies:
- dependency-name: github.com/apache/pulsar-client-go
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/coreos/go-oidc/v3
  dependency-version: 3.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/go-openapi/analysis
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/go-openapi/jsonreference
  dependency-version: 0.21.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/go-openapi/loads
  dependency-version: 0.23.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/go-openapi/runtime
  dependency-version: 0.29.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/go-openapi/spec
  dependency-version: 0.22.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: golang.org/x/net
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/sync
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/grpc
  dependency-version: 1.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/charmbracelet/glamour
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gomod
- dependency-name: github.com/go-openapi/errors
  dependency-version: 0.22.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/go-openapi/strfmt
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/go-openapi/swag
  dependency-version: 0.25.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/go-openapi/validate
  dependency-version: 0.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/go-playground/validator/v10
  dependency-version: 10.30.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/goreleaser/goreleaser/v2
  dependency-version: 2.15.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/magefile/mage
  dependency-version: 1.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/minio/highwayhash
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/redis/go-redis/extra/redisprometheus/v9
  dependency-version: 9.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/zalando/go-keyring
  dependency-version: 0.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: golang.org/x/term
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/text
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/time
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-version: 0.0.0-20260401024825-9d38bb4040a9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-e2c112b329 branch from f6eaa0b to e551a66 Compare April 18, 2026 03:04
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants