Skip to content

chore: bump the all-others group across 1 directory with 15 updates#1302

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-others-ac18263396
Open

chore: bump the all-others group across 1 directory with 15 updates#1302
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-others-ac18263396

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Bumps the all-others group with 5 updates in the / directory:

Package From To
github.com/crossplane/crossplane-runtime/v2 2.1.0 2.2.1
github.com/wI2L/jsondiff 0.6.0 0.7.1
go.goms.io/fleet-networking 0.3.3 0.3.31
golang.org/x/sync 0.19.0 0.20.0
google.golang.org/grpc 1.79.3 1.80.0

Updates github.com/crossplane/crossplane-runtime/v2 from 2.1.0 to 2.2.1

Release notes

Sourced from github.com/crossplane/crossplane-runtime/v2's releases.

v2.2.1

What's Changed

Full Changelog: crossplane/crossplane-runtime@v2.2.0...v2.2.1

v2.2.0

What's Changed

New Contributors

... (truncated)

Commits
  • 504c43e Merge pull request #974 from crossplane/renovate/release-2.2-go-google.golang...
  • 8441a9e fix(deps): update module google.golang.org/grpc to v1.79.3 [security]
  • 1fdd024 Merge pull request #966 from phisco/backport-961-to-release-2.2
  • 1e280ce Bump Go to 1.25.9 to fix stdlib CVEs
  • 7717a85 Merge pull request #960 from phisco/backport-943-to-release-2.2
  • 2f1f832 [Backport release-2.2] ci: drop trivy step
  • 3c37a9a Merge pull request #934 from crossplane/backport-933-to-release-2.2
  • 723f59a Revert "Merge pull request #873 from nokia/add_mustcreate_policy"
  • 41983b3 Merge pull request #932 from crossplane/backport-931-to-release-2.2
  • b48101e Revert "Merge pull request #864 from nokia/add_orphan_policy"
  • Additional commits viewable in compare view

Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.26.3 to 2.27.4

Release notes

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

v2.27.4

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.3...v2.27.4

v2.27.3

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.2...v2.27.3

v2.27.2

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.1...v2.27.2

v2.27.1

... (truncated)

Commits
  • 11fc3b8 fix(gengateway): correct body field decoding in opaque API mode (#6197)
  • 2cca0ef chore(deps): update googleapis digest to 60f1e6a (#6196)
  • c32ae8d fix(deps): update module google.golang.org/grpc to v1.78.0 (#6195)
  • 5cd2c52 chore(deps): update googleapis digest to ef6a532 (#6194)
  • 7506f3b fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 0a764e5...
  • a895f47 fix(deps): update google.golang.org/genproto/googleapis/api digest to 0a764e5...
  • 4abd9dc chore(deps): update googleapis digest to 347b0e4 (#6190)
  • 01881e6 Add note about Authorization header forwarding (#6185)
  • e88e585 chore(deps): update googleapis digest to affadb6 (#6188)
  • 63ea9aa chore(deps): update googleapis digest to bc7e3ba (#6187)
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.23.4 to 2.27.2

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.27.2

2.27.2

Fixes

  • inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]

Maintenance

  • Fix syntax errors and typo [a99c6e0]
  • Fix paragraph position error [f993df5]

v2.27.1

2.27.1

Fixes

  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

v2.27.0

2.27.0

Features

Transforming Nodes during Tree Construction

This release adds support for NodeArgsTransformers that can be registered with AddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn more here.

Spec Prioritization

A new SpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs

Learn more here.

Maintenance

  • Bump rexml from 3.4.0 to 3.4.2 in /docs (#1595) [1333dae]
  • Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (#1600) [17ae63e]

v2.26.0

2.26.0

Features

Ginkgo can now generate json-formatted reports that are compatible with the go test json format. Use ginkgo --gojson-report=report.go.json. This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.

v2.25.3

2.25.3

... (truncated)

Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.27.2

Fixes

  • inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]

Maintenance

  • Fix syntax errors and typo [a99c6e0]
  • Fix paragraph position error [f993df5]

2.27.1

Fixes

  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

2.27.0

Features

Transforming Nodes during Tree Construction

This release adds support for NodeArgsTransformers that can be registered with AddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn more here.

Spec Prioritization

A new SpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs

Learn more here.

Maintenance

  • Bump rexml from 3.4.0 to 3.4.2 in /docs (#1595) [1333dae]
  • Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (#1600) [17ae63e]

2.26.0

Features

Ginkgo can now generate json-formatted reports that are compatible with the go test json format. Use ginkgo --gojson-report=report.go.json. This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.

2.25.3

Fixes

  • emit --github-output group only for progress report itself [f01aed1]

2.25.2

... (truncated)

Commits
  • 9a84c21 v2.27.2
  • a69113a inline automaxprocs to simplify dependencies; this will be removed when Go 1....
  • a99c6e0 Fix syntax errors and typo
  • f993df5 Fix paragraph position error
  • 56cb393 v2.27.1
  • 2ce3f13 reporters: add enhanced bounds checking in emitTimeline to prevent slice panic
  • acf208a Adding check for malformed date
  • 51090a8 Updating after docs run
  • 606c1cb Fix Ginkgo Reporter slice-bounds panic
  • a6463b3 Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.37.0 to 1.38.2

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.38.2

1.38.2

  • roll back to go 1.23.0 [c404969]

v1.38.1

1.38.1

Fixes

Numerous minor fixes and dependency bumps

v1.38.0

1.38.0

Features

  • gstruct handles extra unexported fields [4ee7ed0]

Fixes

  • support [] in IgnoringTopFunction function signatures (#851) [36bbf72]

Maintenance

  • Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
  • Fix typo [acd1f55]
  • Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
  • Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
  • Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
  • Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
  • Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
  • Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
  • Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.38.2

  • roll back to go 1.23.0 [c404969]

1.38.1

Fixes

Numerous minor fixes and dependency bumps

1.38.0

Features

  • gstruct handles extra unexported fields [4ee7ed0]

Fixes

  • support [] in IgnoringTopFunction function signatures (#851) [36bbf72]

Maintenance

  • Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
  • Fix typo [acd1f55]
  • Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
  • Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
  • Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
  • Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
  • Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
  • Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
  • Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
Commits

Updates github.com/prometheus/client_golang from 1.22.0 to 1.23.2

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.23.2 - 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2

v1.23.1 - 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

v1.23.0 - 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.23.2 / 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

1.23.1 / 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

1.23.0 / 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729
Commits

Updates github.com/spf13/cobra from 1.9.1 to 1.10.2

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.2

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in spf13/cobra#2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

... (truncated)

Commits

Updates github.com/spf13/pflag from 1.0.6 to 1.0.10

Release notes

Sourced from github.com/spf13/pflag's releases.

v1.0.10

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

v1.0.9

What's Changed

Full Changelog: spf13/pflag@v1.0.8...v1.0.9

v1.0.8

⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.

This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.

The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.7...v1.0.8

v1.0.7

What's Changed

... (truncated)

Commits
  • 0491e57 Merge pull request #448 from thaJeztah/fix_go_version
  • 72abab1 Merge pull request #447 from thaJeztah/fix_deprecation_comment
  • 7e4dfb1 Test on Go 1.12
  • 18a9d17 move Func, BoolFunc, tests as they require go1.21
  • c5b9e98 remove uses of errors.Is, which requires go1.13
  • 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist
  • 1043857 Merge pull request #446 from spf13/fix-backwards-compat
  • 7412009 fix: Restore ParseErrorsWhitelist name for now
  • b9c16fa Merge pull request #444 from spf13/reset-args-even-if-empty
  • 40abc49 Merge pull request #443 from spf13/silence-errhelp
  • Additional commits viewable in compare view

Updates github.com/wI2L/jsondiff from 0.6.0 to 0.7.1

Release notes

Sourced from github.com/wI2L/jsondiff's releases.

v0.7.1

Changelog

  • cc662875ff5888a22ab73d512826040d81b67811 fix: factorization dropping operations when paths share a string prefix
  • 65fb3ba683a32bc2932bc6474352d1a2ae5407fc test: add go1.26 to test matrix
  • 0f546eac20fd85f2cef2e41c13efa214a9e2b7dd chore: update go.mod version
  • e6ba440f07d90bbd407600c4b12aa714060d12b4 ci: bump actions
  • 94490cc257ecbc234a0bc5d293e18ef40031620d chore(ci): bump actions/checkout from 5 to 6
  • 6f9042ab1f37122fa1d1cd9a9a232a55d1f5b06b ci: remove go1.23 from test matrix
  • 8f21cb2bc5893d4946c638a1521728ba41a3069d feat: add MergePatch generation
  • 244797032d95b40b4336a2e1da3fbf16a7adadd1 ci: rewrite bench script to take number of runs as parameter
  • 50555ff6c2c872059e8452a16cf272491afe657e test: use new testing.B.Loop method in benchmarks
  • 9aafc9784d8891e5e5f914b273aec66aa6a2da04 docs(README): update benchmark results
  • 00afab82c3bda38ccfcccae704f4f7ba2ee15d1a ci: add go1.25 to tests matrix
  • be6438334d8e25928a747819ba5e0ced2cefeebb chore: delete old golangci-lint config
  • 472922fa675c1fad4bb27d60e5e42276bba29a74 chore(ci): bump actions/setup-go from 5 to 6
  • 5f3f7f8d1162bb20c4a671b290345e7b5b67ea54 chore(ci): bump actions/checkout from 4 to 5

Full Changelog: wI2L/jsondiff@v0.7.0...v0.7.1

v0.7.0

This release adds the Patch.Invert method.

Changelog

  • 1847e6033253ea51868a863f8b1e2a1c8c98568d chore(ci): bump golangci/golangci-lint-action from 7 to 8
  • 048e9b8ae385a54333ef4924c3beb650ca4986c7 feat: add patch invert method
  • b22ffc0f5c90d4e93f9079e6f4232123de1a4606 doc: state that the apply method is not intended for public use
  • abf5672a501a19215bb77baac9e123fd3381a53c chore: update LICENSE header year
  • 0c1ebb284447eedcc72fe347b128b81c7ef76a79 fix: LCS and Equivalent options combination
  • b40a29e99cbe7179640de15a45e50744cf4f409e ci: update golangci-lint to v2
  • e432ee9b2ee0b22859ce23a42b2957733e37158a chore(ci): bump codecov/codecov-action from 4 to 5 (#30)

Full Changelog: wI2L/jsondiff@v0.6.1...v0.7.0

v0.6.1

This release fixes the behavior of the Equivalent option for nested arrays.

Changelog

  • 4fea2d0dcad8b1288df74da0fac3992bf54f8036 chore: various fixes
  • 0a42b43184a3d3faa8fce9467f39d4e9afff3691 ci: fix workflow file extension
  • ea384230edc92a566330cf8108f9582ac7131257 fix: bound check on patch insert
  • 23995962b0238682e1d6c9eb0d3245baec1b7924 docs(README): add Github action badge for CI workflow
  • c154e66e082b41e4b7a74a078d7ddaab24f814dd ci: merge test/lint jobs in a single workflow
  • 2f1f3f0024894db041f4abdd08db8050d8643695 docs(README): update benchmarks results
  • 19a2a0a09d8b9987ae615507e37606b7220fc815 feat: nested array equivalence
  • dfdd539adbf6a40f352ebb918e44266125c33c66 docs(README): remove broken Github Actions badge
  • d80a84c6bdd0d2e90944712d74a532280a76ed79 docs(README): update playground link

Full Changelog: wI2L/jsondiff@v0.6.0...v0.6.1

Commits
  • cc66287 fix: factorization dropping operations when paths share a string prefix
  • 65fb3ba test: add go1.26 to test matrix
  • 0f546ea chore: update go.mod version
  • e6ba440 ci: bump actions
  • 94490cc chore(ci): bump actions/checkout from 5 to 6
  • 6f9042a ci: remove go1.23 from test matrix
  • 8f21cb2 feat: add MergePatch generation
  • 2447970 ci: rewrite bench script to take number of runs as parameter
  • 50555ff test: use new testing.B.Loop method in benchmarks
  • 9aafc97 docs(README): update benchmark results
  • Additional commits viewable in ...

    Description has been truncated

Bumps the all-others group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/crossplane/crossplane-runtime/v2](https://github.com/crossplane/crossplane-runtime) | `2.1.0` | `2.2.1` |
| [github.com/wI2L/jsondiff](https://github.com/wI2L/jsondiff) | `0.6.0` | `0.7.1` |
| [go.goms.io/fleet-networking](https://github.com/Azure/fleet-networking) | `0.3.3` | `0.3.31` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.19.0` | `0.20.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.79.3` | `1.80.0` |



Updates `github.com/crossplane/crossplane-runtime/v2` from 2.1.0 to 2.2.1
- [Release notes](https://github.com/crossplane/crossplane-runtime/releases)
- [Changelog](https://github.com/crossplane/crossplane-runtime/blob/main/RELEASE.md)
- [Commits](crossplane/crossplane-runtime@v2.1.0...v2.2.1)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.26.3 to 2.27.4
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Commits](grpc-ecosystem/grpc-gateway@v2.26.3...v2.27.4)

Updates `github.com/onsi/ginkgo/v2` from 2.23.4 to 2.27.2
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.23.4...v2.27.2)

Updates `github.com/onsi/gomega` from 1.37.0 to 1.38.2
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.37.0...v1.38.2)

Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.2
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.22.0...v1.23.2)

Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.2
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.9.1...v1.10.2)

Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.10
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.6...v1.0.10)

Updates `github.com/wI2L/jsondiff` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/wI2L/jsondiff/releases)
- [Commits](wI2L/jsondiff@v0.6.0...v0.7.1)

Updates `go.goms.io/fleet-networking` from 0.3.3 to 0.3.31
- [Release notes](https://github.com/Azure/fleet-networking/releases)
- [Commits](Azure/fleet-networking@v0.3.3...v0.3.31)

Updates `go.uber.org/zap` from 1.27.0 to 1.27.1
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.0...v1.27.1)

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

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

Updates `gomodules.xyz/jsonpatch/v2` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/gomodules/jsonpatch/releases)
- [Changelog](https://github.com/gomodules/jsonpatch/blob/release-2.0/CHANGELOG.md)
- [Commits](gomodules/jsonpatch@v2.4.0...v2.5.0)

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

Updates `google.golang.org/protobuf` from 1.36.10 to 1.36.11

---
updated-dependencies:
- dependency-name: github.com/crossplane/crossplane-runtime/v2
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-others
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-version: 2.27.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-others
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.27.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-others
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.38.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-others
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-others
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-others
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-others
- dependency-name: github.com/wI2L/jsondiff
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-others
- dependency-name: go.goms.io/fleet-networking
  dependency-version: 0.3.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-others
- dependency-name: go.uber.org/zap
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-others
- dependency-name: golang.org/x/sync
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-others
- dependency-name: golang.org/x/time
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-others
- dependency-name: gomodules.xyz/jsonpatch/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-others
- dependency-name: google.golang.org/grpc
  dependency-version: 1.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-others
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-others
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 29, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants