Skip to content

chore(deps): bump the go group across 7 directories with 5 updates#6446

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-99fc535b73
Open

chore(deps): bump the go group across 7 directories with 5 updates#6446
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-99fc535b73

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2026

Bumps the go group with 3 updates in the / directory: github.com/grpc-ecosystem/grpc-gateway/v2, golang.org/x/net and golang.org/x/tools.
Bumps the go group with 2 updates in the /api directory: google.golang.org/grpc and github.com/hashicorp/boundary/sdk.
Bumps the go group with 1 update in the /plugins/boundary/mains/aws directory: github.com/hashicorp/boundary/sdk.
Bumps the go group with 1 update in the /plugins/boundary/mains/azure directory: github.com/hashicorp/boundary/sdk.
Bumps the go group with 1 update in the /plugins/boundary/mains/gcp directory: github.com/hashicorp/boundary/sdk.
Bumps the go group with 1 update in the /plugins/boundary/mains/minio directory: github.com/hashicorp/boundary/sdk.
Bumps the go group with 1 update in the /sdk directory: github.com/grpc-ecosystem/grpc-gateway/v2.

Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.8 to 2.28.0

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.28.0

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.8...v2.28.0

Commits
  • 13a31f4 fix(protoc-gen-openapiv2): fix panic on enum resolution in nested messages (#...
  • 8e678ff chore(deps): update googleapis digest to 27ffde2 (#6369)
  • 41651ff chore(deps): update googleapis digest to b026ba8 (#6368)
  • d083140 chore(deps): update googleapis digest to 537554c (#6365)
  • eb2fada chore(deps): update googleapis digest to 7b25d8c (#6364)
  • d8dddc9 chore(deps): update googleapis digest to 6781051 (#6363)
  • 3c4354f chore(deps): update googleapis digest to 055f92c (#6362)
  • b2eb1b5 fix(deps): update module google.golang.org/grpc to v1.79.1 (#6361)
  • 61b9d73 chore(deps): update googleapis digest to d84d3c2 (#6360)
  • e0880e3 chore(deps): update googleapis digest to 6eead6e (#6359)
  • Additional commits viewable in compare view

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

Commits
  • ebddb99 go.mod: update golang.org/x dependencies
  • 4a490d4 internal/http3: add Expect: 100-continue support to ClientConn
  • 73fe701 internal/http3: add Expect: 100-continue support to Server
  • af0c9df html: add NodeType.String() method
  • e02fb33 internal/http3: make responseWriter.Flush write headers if not done yet
  • da558ff internal/http3: ensure bodyReader cannot be read after being closed
  • d7c76fa internal/http3: make responseWriter behave closer to other http.ResponseWriter
  • 64b3af9 http2: prevent transport deadlock due to WINDOW_UPDATE that exceeds limit
  • 1973e8d internal/http3: add Server support for handling HEAD requests
  • 57ea86d icmp, internal/socket, ipv4, ipv6: use binary.NativeEndian
  • Additional commits viewable in compare view

Updates golang.org/x/tools from 0.41.0 to 0.42.0

Commits
  • 009367f go.mod: update golang.org/x dependencies
  • 2182926 go/ast/inspector: add Cursor.ParentEdge{Kind,Index} methods
  • 27020ac internal/server: add module upgrade pathway after vulncheck scanning
  • c4ec0f5 internal/server: list vulnerabilities within vulncheck prompt
  • 80d1715 gopls/internal/protocol: add document uri field type
  • 0e23509 gopls/doc: update link to Acme LSP plugin
  • 7b3ed75 gopls/internal/server: respect SemanticTokens option during initialization
  • fddd4a6 gopls/filecache: prevent premature CAS file eviction
  • e3a69ff gopls/internal/golang: refactor.inline.variable: add parens
  • 955d132 gopls/internal/golang: migrate pkgdoc to cursor
  • Additional commits viewable in compare view

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

Release notes

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

Release 1.79.1

Bug Fixes

Release 1.79.0

API Changes

  • mem: Add experimental API SetDefaultBufferPool to change the default buffer pool. (#8806)
  • experimental/stats: Update MetricsRecorder to require embedding the new UnimplementedMetricsRecorder (a no-op struct) in all implementations for forward compatibility. (#8780)

Behavior Changes

  • balancer/weightedtarget: Remove handling of Addresses and only handle Endpoints in resolver updates. (#8841)

New Features

  • experimental/stats: Add support for asynchronous gauge metrics through the new AsyncMetricReporter and RegisterAsyncReporter APIs. (#8780)
  • pickfirst: Add support for weighted random shuffling of endpoints, as described in gRFC A113.
    • This is enabled by default, and can be turned off using the environment variable GRPC_EXPERIMENTAL_PF_WEIGHTED_SHUFFLING. (#8864)
  • xds: Implement :authority rewriting, as specified in gRFC A81. (#8779)
  • balancer/randomsubsetting: Implement the random_subsetting LB policy, as specified in gRFC A68. (#8650)

Bug Fixes

  • credentials/tls: Fix a bug where the port was not stripped from the authority override before validation. (#8726)
  • xds/priority: Fix a bug causing delayed failover to lower-priority clusters when a higher-priority cluster is stuck in CONNECTING state. (#8813)
  • health: Fix a bug where health checks failed for clients using legacy compression options (WithDecompressor or RPCDecompressor). (#8765)
  • transport: Fix an issue where the HTTP/2 server could skip header size checks when terminating a stream early. (#8769)
  • server: Propagate status detail headers, if available, when terminating a stream during request header processing. (#8754)

Performance Improvements

  • credentials/alts: Optimize read buffer alignment to reduce copies. (#8791)
  • mem: Optimize pooling and creation of buffer objects. (#8784)
  • transport: Reduce slice re-allocations by reserving slice capacity. (#8797)
Commits

Updates github.com/hashicorp/boundary/sdk from 0.0.56 to 0.0.57

Commits
  • 2316fec Remove nhooyr.io/websocket from Boundary (#5992)
  • b8c8753 chore(sdk): Update deprecated 'nhooyr.io/websocket' library (#5990)
  • f91e106 chore(e2e): Ensure domain controller reboots (#5986)
  • bdad803 chore(sqltest): update test-sql matrix (#5982)
  • 8a0c388 test(grants): Use 'continue' when iterating over expected outputs (#5981)
  • 049109f chore(e2e): Increase test timeout to 30m (#5987)
  • eaed321 chore(deps): bump the go group across 12 directories with 1 update (#5985)
  • f585b92 chore(deps): bump actions/checkout in the actions group (#5984)
  • f39e0b0 chore(e2e): Added windows based boundary worker scenario and module (#5973)
  • 71fc7a5 chore(e2e): Add module for rdp member server (#5976)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/boundary/sdk from 0.0.56 to 0.0.57

Commits
  • 2316fec Remove nhooyr.io/websocket from Boundary (#5992)
  • b8c8753 chore(sdk): Update deprecated 'nhooyr.io/websocket' library (#5990)
  • f91e106 chore(e2e): Ensure domain controller reboots (#5986)
  • bdad803 chore(sqltest): update test-sql matrix (#5982)
  • 8a0c388 test(grants): Use 'continue' when iterating over expected outputs (#5981)
  • 049109f chore(e2e): Increase test timeout to 30m (#5987)
  • eaed321 chore(deps): bump the go group across 12 directories with 1 update (#5985)
  • f585b92 chore(deps): bump actions/checkout in the actions group (#5984)
  • f39e0b0 chore(e2e): Added windows based boundary worker scenario and module (#5973)
  • 71fc7a5 chore(e2e): Add module for rdp member server (#5976)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/boundary/sdk from 0.0.56 to 0.0.57

Commits
  • 2316fec Remove nhooyr.io/websocket from Boundary (#5992)
  • b8c8753 chore(sdk): Update deprecated 'nhooyr.io/websocket' library (#5990)
  • f91e106 chore(e2e): Ensure domain controller reboots (#5986)
  • bdad803 chore(sqltest): update test-sql matrix (#5982)
  • 8a0c388 test(grants): Use 'continue' when iterating over expected outputs (#5981)
  • 049109f chore(e2e): Increase test timeout to 30m (#5987)
  • eaed321 chore(deps): bump the go group across 12 directories with 1 update (#5985)
  • f585b92 chore(deps): bump actions/checkout in the actions group (#5984)
  • f39e0b0 chore(e2e): Added windows based boundary worker scenario and module (#5973)
  • 71fc7a5 chore(e2e): Add module for rdp member server (#5976)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/boundary/sdk from 0.0.56 to 0.0.57

Commits
  • 2316fec Remove nhooyr.io/websocket from Boundary (#5992)
  • b8c8753 chore(sdk): Update deprecated 'nhooyr.io/websocket' library (#5990)
  • f91e106 chore(e2e): Ensure domain controller reboots (#5986)
  • bdad803 chore(sqltest): update test-sql matrix (#5982)
  • 8a0c388 test(grants): Use 'continue' when iterating over expected outputs (#5981)
  • 049109f chore(e2e): Increase test timeout to 30m (#5987)
  • eaed321 chore(deps): bump the go group across 12 directories with 1 update (#5985)
  • f585b92 chore(deps): bump actions/checkout in the actions group (#5984)
  • f39e0b0 chore(e2e): Added windows based boundary worker scenario and module (#5973)
  • 71fc7a5 chore(e2e): Add module for rdp member server (#5976)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/boundary/sdk from 0.0.56 to 0.0.57

Commits
  • 2316fec Remove nhooyr.io/websocket from Boundary (#5992)
  • b8c8753 chore(sdk): Update deprecated 'nhooyr.io/websocket' library (#5990)
  • f91e106 chore(e2e): Ensure domain controller reboots (#5986)
  • bdad803 chore(sqltest): update test-sql matrix (#5982)
  • 8a0c388 test(grants): Use 'continue' when iterating over expected outputs (#5981)
  • 049109f chore(e2e): Increase test timeout to 30m (#5987)
  • eaed321 chore(deps): bump the go group across 12 directories with 1 update (#5985)
  • f585b92 chore(deps): bump actions/checkout in the actions group (#5984)
  • f39e0b0 chore(e2e): Added windows based boundary worker scenario and module (#5973)
  • 71fc7a5 chore(e2e): Add module for rdp member server (#5976)
  • Additional commits viewable in compare view

Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.8 to 2.28.0

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.28.0

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.8...v2.28.0

Commits
  • 13a31f4 fix(protoc-gen-openapiv2): fix panic on enum resolution in nested messages (#...
  • 8e678ff chore(deps): update googleapis digest to 27ffde2 (#6369)
  • 41651ff chore(deps): update googleapis digest to b026ba8 (#6368)
  • d083140 chore(deps): update googleapis digest to 537554c (#6365)
  • eb2fada chore(deps): update googleapis digest to 7b25d8c (#6364)
  • d8dddc9 chore(deps): update googleapis digest to 6781051 (#6363)
  • 3c4354f chore(deps): update googleapis digest to 055f92c (#6362)
  • b2eb1b5 fix(deps): update module google.golang.org/grpc to v1.79.1 (#6361)
  • 61b9d73 chore(deps): update googleapis digest to d84d3c2 (#6360)
  • e0880e3 chore(deps): update googleapis digest to 6eead6e (#6359)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 3 updates in the / directory: [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/tools](https://github.com/golang/tools).
Bumps the go group with 2 updates in the /api directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go) and [github.com/hashicorp/boundary/sdk](https://github.com/hashicorp/boundary).
Bumps the go group with 1 update in the /plugins/boundary/mains/aws directory: [github.com/hashicorp/boundary/sdk](https://github.com/hashicorp/boundary).
Bumps the go group with 1 update in the /plugins/boundary/mains/azure directory: [github.com/hashicorp/boundary/sdk](https://github.com/hashicorp/boundary).
Bumps the go group with 1 update in the /plugins/boundary/mains/gcp directory: [github.com/hashicorp/boundary/sdk](https://github.com/hashicorp/boundary).
Bumps the go group with 1 update in the /plugins/boundary/mains/minio directory: [github.com/hashicorp/boundary/sdk](https://github.com/hashicorp/boundary).
Bumps the go group with 1 update in the /sdk directory: [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway).


Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.27.8 to 2.28.0
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Commits](grpc-ecosystem/grpc-gateway@v2.27.8...v2.28.0)

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

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.41.0...v0.42.0)

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

Updates `github.com/hashicorp/boundary/sdk` from 0.0.56 to 0.0.57
- [Release notes](https://github.com/hashicorp/boundary/releases)
- [Changelog](https://github.com/hashicorp/boundary/blob/main/CHANGELOG.md)
- [Commits](api/v0.0.56...api/v0.0.57)

Updates `github.com/hashicorp/boundary/sdk` from 0.0.56 to 0.0.57
- [Release notes](https://github.com/hashicorp/boundary/releases)
- [Changelog](https://github.com/hashicorp/boundary/blob/main/CHANGELOG.md)
- [Commits](api/v0.0.56...api/v0.0.57)

Updates `github.com/hashicorp/boundary/sdk` from 0.0.56 to 0.0.57
- [Release notes](https://github.com/hashicorp/boundary/releases)
- [Changelog](https://github.com/hashicorp/boundary/blob/main/CHANGELOG.md)
- [Commits](api/v0.0.56...api/v0.0.57)

Updates `github.com/hashicorp/boundary/sdk` from 0.0.56 to 0.0.57
- [Release notes](https://github.com/hashicorp/boundary/releases)
- [Changelog](https://github.com/hashicorp/boundary/blob/main/CHANGELOG.md)
- [Commits](api/v0.0.56...api/v0.0.57)

Updates `github.com/hashicorp/boundary/sdk` from 0.0.56 to 0.0.57
- [Release notes](https://github.com/hashicorp/boundary/releases)
- [Changelog](https://github.com/hashicorp/boundary/blob/main/CHANGELOG.md)
- [Commits](api/v0.0.56...api/v0.0.57)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.27.8 to 2.28.0
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Commits](grpc-ecosystem/grpc-gateway@v2.27.8...v2.28.0)

---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-version: 2.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/net
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/tools
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/hashicorp/boundary/sdk
  dependency-version: 0.0.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/hashicorp/boundary/sdk
  dependency-version: 0.0.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/hashicorp/boundary/sdk
  dependency-version: 0.0.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/hashicorp/boundary/sdk
  dependency-version: 0.0.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/hashicorp/boundary/sdk
  dependency-version: 0.0.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-version: 2.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 22, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 22, 2026 10:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 22, 2026
@github-actions github-actions bot added the api label Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api 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