Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the golang group across 1 directory with 19 updates #109

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2024

Bumps the golang group with 15 updates in the / directory:

Package From To
google.golang.org/grpc 1.69.0 1.69.2
github.com/emicklei/go-restful/v3 3.11.0 3.12.1
github.com/go-openapi/jsonreference 0.20.2 0.21.0
github.com/google/gnostic-models 0.6.8 0.6.9
github.com/grpc-ecosystem/grpc-gateway/v2 2.24.0 2.25.1
github.com/magiconair/properties 1.8.7 1.8.9
github.com/mailru/easyjson 0.7.7 0.9.0
github.com/pelletier/go-toml/v2 2.2.2 2.2.3
github.com/sagikazarmark/locafero 0.4.0 0.6.0
github.com/spf13/cast 1.6.0 1.7.1
go.mongodb.org/mongo-driver 1.17.0 1.17.1
go.uber.org/atomic 1.9.0 1.11.0
go.uber.org/multierr 1.9.0 1.11.0
golang.org/x/time 0.7.0 0.8.0
sigs.k8s.io/structured-merge-diff/v4 4.4.2 4.5.0

Updates google.golang.org/grpc from 1.69.0 to 1.69.2

Release notes

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

Release 1.69.2

Bug Fixes

  • stats/experimental: add type aliases for symbols (Metrics/etc) that were moved to the stats package (#7929).
  • client: set user-agent string to the correct version.
Commits

Updates github.com/emicklei/go-restful/v3 from 3.11.0 to 3.12.1

Changelog

Sourced from github.com/emicklei/go-restful/v3's changelog.

[v3.12.1] - 2024-05-28

  • fix misroute when dealing multiple webservice with regex (#549) (thanks Haitao Chen)

[v3.12.0] - 2024-03-11

  • add Flush method #529 (#538)
  • fix: Improper handling of empty POST requests (#543)

[v3.11.3] - 2024-01-09

  • better not have 2 tags on one commit

[v3.11.1, v3.11.2] - 2024-01-09

  • fix by restoring custom JSON handler functions (Mike Beaumont #540)
Commits

Updates github.com/go-openapi/jsonreference from 0.20.2 to 0.21.0

Commits
  • c5fa756 chore(go): go-openapi requires go.1.20 across the board
  • 12387f8 updated dependencies
  • 5aeffa5 fix(ci): remove dependency-type from dependabot groups
  • 95a16b7 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • 6a06213 Bump the development-dependencies group with 1 update
  • aad9db7 ci: remove paths-ignore
  • eef6c6a Bump the development-dependencies group with 1 update
  • 7c2c0ac chore(ci): prevents duplicate workflow runs
  • 19d90a5 ci: regroup & auto-approve all github actions updates
  • 6dced31 ci(dependencies): automate dependencies updates
  • Additional commits viewable in compare view

Updates github.com/google/gnostic-models from 0.6.8 to 0.6.9

Commits
  • 8182012 Merge pull request #12 from Jefftree/protobuf-bump
  • bea6589 recompile protobuf
  • 7a87dbb bump dependencies
  • 1a23962 Merge pull request #13 from Jefftree/add-protobuf-compilation-script
  • 111f194 Add protobuf compilation script
  • fd6fd48 Merge pull request #6 from Jefftree/Jefftree-patch-1-2
  • 9459ad1 Create Makefile
  • c7be7c7 Merge pull request #5 from pkwarren/pkw/add-annotations-proto
  • f1b8172 Merge pull request #2 from Jefftree/gh-actions
  • 2063bfc Merge pull request #1 from Jefftree/protobuf-deprecate
  • Additional commits viewable in compare view

Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.24.0 to 2.25.1

Release notes

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

v2.25.1

Support the new Opaque API in openapiv2 generated files

This release contains breaking changes from v2.25.0, in that the previously deprecated EnumDescriptor and Descriptor methods on the struct types in the openapiv2 options package have been removed. This seems to be a requirement to generate the new Hybrid API. Please open an issue if you were depending on these functions and we'll see what we can do about it.

What's Changed

Full Changelog: grpc-ecosystem/grpc-gateway@v2.25.0...v2.25.1

v2.25.0

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.24.0...v2.25.0

Commits
  • c89fdf7 protoc-gen-openapiv2: generate hybrid files (#5088)
  • bb4c906 Update gorelease base
  • a74e741 fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 6b3ec00...
  • e9a2074 chore(deps): update googleapis digest to 5e258e3 (#5087)
  • bdc7a7a fix(deps): update google.golang.org/genproto/googleapis/api digest to 6b3ec00...
  • 937be39 fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 9240e9c...
  • df4d666 chore(deps): update googleapis digest to d55dd1d (#5084)
  • e6af5c6 chore(deps): update dependency rules_proto to v7.1.0 (#5079)
  • e062b12 fix: update to protobuf 1.36.0 and exclude synthetic oneofs during populateFi...
  • 50d84d5 chore(deps): update googleapis digest to 09d4103 (#5083)
  • Additional commits viewable in compare view

Updates github.com/magiconair/properties from 1.8.7 to 1.8.9

Release notes

Sourced from github.com/magiconair/properties's releases.

v1.8.9

What's Changed

New Contributors

Full Changelog: magiconair/properties@v1.8.8...v1.8.9

v1.8.8

What's Changed

New Contributors

Full Changelog: magiconair/properties@v1.8.7...v1.8.8

Commits

Updates github.com/mailru/easyjson from 0.7.7 to 0.9.0

Release notes

Sourced from github.com/mailru/easyjson's releases.

v0.9.0

up go version and bugfixes

v0.8.0

stable version before go version bump

Commits

Updates github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3

Release notes

Sourced from github.com/pelletier/go-toml/v2's releases.

v2.2.3

What's Changed

What's new

Performance

Fixed bugs

Documentation

Other changes

New Contributors

Full Changelog: pelletier/go-toml@v2.2.2...v2.2.3

Commits

Updates github.com/sagikazarmark/locafero from 0.4.0 to 0.6.0

Commits
  • 3add67b Merge pull request #43 from sagikazarmark/windows
  • 04b4097 test: tune windows tests
  • 7bfd1cc fix: glob match on windows
  • b8166da test: tune OS paths
  • ecfb568 test: tune examples for unix and windows
  • 39ac328 test: fix tests on windows where slash does not matter
  • 66c08f5 ci: fix ci platform
  • 38fcd92 test: use path addressing even on windows
  • e6ab3fd test: add tests for absolute paths
  • 028db96 Merge pull request #42 from sagikazarmark/dependabot/github_actions/Determina...
  • Additional commits viewable in compare view

Updates github.com/spf13/cast from 1.6.0 to 1.7.1

Release notes

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

v1.7.1

What's Changed

New Contributors

Full Changelog: spf13/cast@v1.7.0...v1.7.1

v1.7.0

What's Changed

Full Changelog: spf13/cast@v1.6.0...v1.7.0

Commits
  • 487df00 Merge pull request #213 from skyjerry/fix-uint64
  • 955c718 Merge pull request #224 from lesichkovm/patch-1
  • 1849825 Update README.md
  • 6e0c3ab Support some commonly used Float64 interfaces
  • 6c5f3fc github: Bump versions
  • 6e9731d Title: Fix ToUint64E function in cast library for Go
  • See full diff in compare view

Updates go.mongodb.org/mongo-driver from 1.17.0 to 1.17.1

Release notes

Sourced from go.mongodb.org/mongo-driver's releases.

MongoDB Go Driver 1.17.1

The MongoDB Go Driver Team is pleased to release version 1.17.1 of the official Go driver.

Release Notes

This release improves the behavior of connection checkout by checking for closed connections.

It also fixes a bug where the authSource from a TXT record would be overridden for auth mechanisms that require an authSource of $external.


For a full list of tickets included in this release, please see the links below:

Full Changelog: v1.17.0...v1.17.1

Documentation for the Go driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go driver is greatly appreciated!

Commits
  • 070817d BUMP v1.17.1
  • b45e5d9 GODRIVER-3156 Detect and discard closed idle connections. (#1815) [release/1....
  • b473d1b GODRIVER-3313 [release/1.17] Skip CSOT spec tests on Windows and macOS. (#1838)
  • c0afeee GODRIVER-3358 [release/1.17] Do not override authSource from TXT record (#1840)
  • bd39092 GODRIVER-2589 [release/1.17] Clarify *Cursor.All() behavior in comment. (#1...
  • b7e6686 DEVPROD-10453 Use assume_role for s3 uploads [release/1.17] (#1824) (#1837)
  • 3911a1b update repo metadata
  • See full diff in compare view

Updates go.uber.org/atomic from 1.9.0 to 1.11.0

Release notes

Sourced from go.uber.org/atomic's releases.

v1.11.0

Fixed

  • Fix Swap and CompareAndSwap for Value wrappers without initialization.

Added

  • Add String method to atomic.Pointer[T] type allowing users to safely print underlying values of pointers.

v1.10.0

Added

  • Add atomic.Float32 type for atomic operations on float32.
  • Add CompareAndSwap and Swap methods to atomic.String, atomic.Error, and atomic.Value.
  • Add generic atomic.Pointer[T] type for atomic operations on pointers of any type. This is present only for Go 1.18 or higher, and is a drop-in for replacement for the standard library's sync/atomic.Pointer type.

Changed

  • Deprecate CAS methods on all types in favor of corresponding CompareAndSwap methods.

Thanks to @​eNV25 and @​icpd for their contributions to this release.

Changelog

Sourced from go.uber.org/atomic's changelog.

1.11.0 - 2023-05-02

Fixed

  • Fix Swap and CompareAndSwap for Value wrappers without initialization.

Added

  • Add String method to atomic.Pointer[T] type allowing users to safely print underlying values of pointers.

1.10.0 - 2022-08-11

Added

  • Add atomic.Float32 type for atomic operations on float32.
  • Add CompareAndSwap and Swap methods to atomic.String, atomic.Error, and atomic.Value.
  • Add generic atomic.Pointer[T] type for atomic operations on pointers of any type. This is present only for Go 1.18 or higher, and is a drop-in for replacement for the standard library's sync/atomic.Pointer type.

Changed

  • Deprecate CAS methods on all types in favor of corresponding CompareAndSwap methods.

Thanks to @​eNV25 and @​icpd for their contributions to this release.

Commits

Updates go.uber.org/multierr from 1.9.0 to 1.11.0

Release notes

Sourced from go.uber.org/multierr's releases.

v1.11.0

  • Errors now supports any error that implements multiple-error interface.
  • Add Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.

v1.10.0

  • Support Go 1.20 Unwrap() []error
  • Remove unused glide.yaml
  • Drop external atomic dependency
  • README: Add Features section
Changelog

Sourced from go.uber.org/multierr's changelog.

v1.11.0 (2023-03-28)

  • Errors now supports any error that implements multiple-error interface.
  • Add Every function to allow checking if all errors in the chain satisfies errors.Is against the target error.

v1.10.0 (2023-03-08)

  • Comply with Go 1.20's multiple-error interface.
  • Drop Go 1.18 support. Per the support policy, only Go 1.19 and 1.20 are supported now.
  • Drop all non-test external dependencies.
Commits

Updates golang.org/x/net from 0.32.0 to 0.33.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • See full diff in compare view

Updates golang.org/x/time from 0.7.0 to 0.8.0

Commits

Updates google.golang.org/genproto/googleapis/api from 0.0.0-20241209162323-e6fa225c2576 to 0.0.0-20241219192143-6b3ec007d9bb

Commits

Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20241209162323-e6fa225c2576 to 0.0.0-20241219192143-6b3ec007d9bb

Commits

Updates google.golang.org/protobuf from 1.35.2 to 1.36.0

Updates sigs.k8s.io/structured-merge-diff/v4 from 4.4.2 to 4.5.0

Commits
  • 7bf59b3 Merge pull request #274 from yongruilin/bool-comparison
  • 40c8ef9 Merge pull request #275 from yongruilin/extend-extractitems
  • a88b919 feat: Adds ExtractItems option to include key fields
  • 9e64d18 Merge pull request #272 from Jefftree/drop-vendor
  • e96ad23 chore: Removes unused test schema
  • c5a1d56 chore: omit comparison to bool constant
  • b1dac80 Remove vendor directory
  • dc61957 Merge pull request #270 from jpbetz/json-iter-bump
  • bfb8f51 Run go mod vendor
  • db46cc3 Merge pull request #269 from jpbetz/fix-ignore-fields-break
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 golang group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.69.0` | `1.69.2` |
| [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) | `3.11.0` | `3.12.1` |
| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.0` |
| [github.com/google/gnostic-models](https://github.com/google/gnostic-models) | `0.6.8` | `0.6.9` |
| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.24.0` | `2.25.1` |
| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.9` |
| [github.com/mailru/easyjson](https://github.com/mailru/easyjson) | `0.7.7` | `0.9.0` |
| [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.2.2` | `2.2.3` |
| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.4.0` | `0.6.0` |
| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.6.0` | `1.7.1` |
| [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.17.0` | `1.17.1` |
| [go.uber.org/atomic](https://github.com/uber-go/atomic) | `1.9.0` | `1.11.0` |
| [go.uber.org/multierr](https://github.com/uber-go/multierr) | `1.9.0` | `1.11.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.7.0` | `0.8.0` |
| [sigs.k8s.io/structured-merge-diff/v4](https://github.com/kubernetes-sigs/structured-merge-diff) | `4.4.2` | `4.5.0` |



Updates `google.golang.org/grpc` from 1.69.0 to 1.69.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.69.0...v1.69.2)

Updates `github.com/emicklei/go-restful/v3` from 3.11.0 to 3.12.1
- [Release notes](https://github.com/emicklei/go-restful/releases)
- [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md)
- [Commits](emicklei/go-restful@v3.11.0...v3.12.1)

Updates `github.com/go-openapi/jsonreference` from 0.20.2 to 0.21.0
- [Commits](go-openapi/jsonreference@v0.20.2...v0.21.0)

Updates `github.com/google/gnostic-models` from 0.6.8 to 0.6.9
- [Commits](google/gnostic-models@v0.6.8...v0.6.9)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.24.0 to 2.25.1
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
- [Commits](grpc-ecosystem/grpc-gateway@v2.24.0...v2.25.1)

Updates `github.com/magiconair/properties` from 1.8.7 to 1.8.9
- [Release notes](https://github.com/magiconair/properties/releases)
- [Commits](magiconair/properties@v1.8.7...v1.8.9)

Updates `github.com/mailru/easyjson` from 0.7.7 to 0.9.0
- [Release notes](https://github.com/mailru/easyjson/releases)
- [Commits](mailru/easyjson@v0.7.7...v0.9.0)

Updates `github.com/pelletier/go-toml/v2` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
- [Commits](pelletier/go-toml@v2.2.2...v2.2.3)

Updates `github.com/sagikazarmark/locafero` from 0.4.0 to 0.6.0
- [Commits](sagikazarmark/locafero@v0.4.0...v0.6.0)

Updates `github.com/spf13/cast` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.6.0...v1.7.1)

Updates `go.mongodb.org/mongo-driver` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.17.0...v1.17.1)

Updates `go.uber.org/atomic` from 1.9.0 to 1.11.0
- [Release notes](https://github.com/uber-go/atomic/releases)
- [Changelog](https://github.com/uber-go/atomic/blob/master/CHANGELOG.md)
- [Commits](uber-go/atomic@v1.9.0...v1.11.0)

Updates `go.uber.org/multierr` from 1.9.0 to 1.11.0
- [Release notes](https://github.com/uber-go/multierr/releases)
- [Changelog](https://github.com/uber-go/multierr/blob/master/CHANGELOG.md)
- [Commits](uber-go/multierr@v1.9.0...v1.11.0)

Updates `golang.org/x/net` from 0.32.0 to 0.33.0
- [Commits](golang/net@v0.32.0...v0.33.0)

Updates `golang.org/x/time` from 0.7.0 to 0.8.0
- [Commits](golang/time@v0.7.0...v0.8.0)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20241209162323-e6fa225c2576 to 0.0.0-20241219192143-6b3ec007d9bb
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241209162323-e6fa225c2576 to 0.0.0-20241219192143-6b3ec007d9bb
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/protobuf` from 1.35.2 to 1.36.0

Updates `sigs.k8s.io/structured-merge-diff/v4` from 4.4.2 to 4.5.0
- [Release notes](https://github.com/kubernetes-sigs/structured-merge-diff/releases)
- [Changelog](https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/structured-merge-diff@v4.4.2...v4.5.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/emicklei/go-restful/v3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/go-openapi/jsonreference
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/google/gnostic-models
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/magiconair/properties
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/mailru/easyjson
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/pelletier/go-toml/v2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/sagikazarmark/locafero
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/spf13/cast
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: go.uber.org/atomic
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: go.uber.org/multierr
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/net
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/time
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: sigs.k8s.io/structured-merge-diff/v4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 24, 2024
@dependabot dependabot bot requested a review from atye as a code owner December 24, 2024 11:03
@dependabot dependabot bot added the go Pull requests that update Go code label Dec 24, 2024
@csmbot
Copy link
Collaborator

csmbot commented Dec 24, 2024

Can one of the admins verify this patch?

@chimanjain chimanjain merged commit f7c5b28 into main Jan 2, 2025
8 checks passed
@chimanjain chimanjain deleted the dependabot/go_modules/golang-67902989bd branch January 2, 2025 05:11
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.

3 participants