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

chore(deps): bump the go-deps group across 1 directory with 10 updates #5463

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

Bumps the go-deps group with 10 updates in the / directory:

Package From To
github.com/dgraph-io/badger/v4 4.5.0 4.5.1
github.com/docker/docker 27.5.0+incompatible 27.5.1+incompatible
github.com/golang-migrate/migrate/v4 4.18.1 4.18.2
github.com/minio/minio-go/v7 7.0.83 7.0.84
github.com/samber/lo 1.47.0 1.49.1
github.com/snowflakedb/gosnowflake 1.12.1 1.13.0
go.etcd.io/etcd/api/v3 3.5.17 3.5.18
go.etcd.io/etcd/client/v3 3.5.17 3.5.18
google.golang.org/protobuf 1.36.3 1.36.4
github.com/evanphx/json-patch 5.9.0+incompatible 5.9.11+incompatible

Updates github.com/dgraph-io/badger/v4 from 4.5.0 to 4.5.1

Release notes

Sourced from github.com/dgraph-io/badger/v4's releases.

Badger v4.5.1

What's Changed

  • Fix build for GOARCH=wasm with GOOS=js or GOOS=wasip1
  • docs: Add pagination explanation to docs
  • chore(deps): bump the minor group with 2 updates
  • chore(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 in the minor group
  • chore(deps): bump github.com/dgraph-io/ristretto/v2 from 2.0.0 to 2.0.1 in the patch group
  • chore(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.0 in the minor group
  • chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 in the patch group
  • chore(deps): bump the minor group with 2 updates
  • fix(info): print Total BloomFilter Size with totalBloomFilter instead of totalIndex
  • chore(deps): bump the minor group with 2 updates
  • chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 in the patch group
  • feat(info): print total size of listed keys
  • chore(deps): bump github.com/dgraph-io/ristretto/v2 from 2.0.1 to 2.1.0 in the minor group
  • chore(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 in the patch group

Full Changelog: dgraph-io/badger@v4.5.0...v4.5.1

Changelog

Sourced from github.com/dgraph-io/badger/v4's changelog.

[4.5.1] - 2025-01-21

  • chore(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 in the patch group (#2150)
  • bump github.com/dgraph-io/ristretto/v2 from 2.0.1 to 2.1.0 in the minor group (#2151)
  • feat(info): print total size of listed keys (#2149)
  • chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 in the patch group (#2146)
  • chore(deps): bump the minor group with 2 updates (#2147)
  • fix(info): print Total BloomFilter Size with totalBloomFilter instead of totalIndex (#2145)
  • chore(deps): bump the minor group with 2 updates (#2141)
  • chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 in the patch group (#2140)
  • chore(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.0 in the minor group (#2139)
  • chore(deps): bump github.com/dgraph-io/ristretto/v2 from 2.0.0 to 2.0.1 in the patch group (#2136)
  • chore(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 in the minor group (#2137)
  • chore(deps): bump the minor group with 2 updates (#2135)
  • docs: Add pagination explanation to docs (#2134)
  • Fix build for GOARCH=wasm with GOOS=js or GOOS=wasip1 (#2048)

Full Changelog: dgraph-io/badger@v4.5.0...v4.5.1

Commits
  • 64b2f37 add changelog for v4.5.1 (#2152)
  • f5e00bd chore(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 in the pat...
  • 79bd7da chore(deps): bump github.com/dgraph-io/ristretto/v2 from 2.0.1 to 2.1.0 in th...
  • a3882a0 feat(info): print total size of listed keys (#2149)
  • 0b6e40f chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 in the pat...
  • 40955c4 chore(deps): bump the minor group with 2 updates (#2147)
  • 6f5ff28 fix(info): print Total BloomFilter Size with totalBloomFilter instead of tota...
  • eba96a1 chore(deps): bump the minor group with 2 updates (#2141)
  • 461afd8 chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 in the pat...
  • b514761 chore(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.0 in the min...
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 27.5.0+incompatible to 27.5.1+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v27.5.1

27.5.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • Fixed an issue that could persistently prevent daemon startup after failure to initialize the default bridge. moby/moby#49307
  • Add a DOCKER_IGNORE_BR_NETFILTER_ERROR environment variable. Setting it to 1 allows running on hosts that cannot load br_netfilter. Some things won't work, including disabling inter-container communication in a bridge network. With the userland proxy disabled, it won't be possible to access one container's published ports from another container on the same network. moby/moby#49306

Packaging updates

Commits
  • 4c9b3b0 Merge pull request #49317 from thaJeztah/27.x_backport_bump_dev_tools
  • 0da7a26 Dockerfile: update compose to v2.32.4
  • 4c8ec29 Dockerfile: update buildx to v0.20.0
  • fbc854d Dockerfile: update docker CLI to v27.5.0
  • 36c72d4 Merge pull request #49322 from thaJeztah/27.x_backport_bake-v6
  • e85906c ci(bin-image): fix bake build
  • 542e33c ci: update bake-action to v6
  • c0df678 Merge pull request #49314 from vvoland/49313-27.x
  • 95d1819 gha: Adjust release branches
  • 13eca88 Merge pull request #49312 from thaJeztah/27.x_bump_golang_1.22.11
  • Additional commits viewable in compare view

Updates github.com/golang-migrate/migrate/v4 from 4.18.1 to 4.18.2

Release notes

Sourced from github.com/golang-migrate/migrate/v4's releases.

v4.18.2

Changelog

  • e145cde Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1
  • e22d012 Don't output sensitive information on error
  • e5a152b Drop support for Azure SQL Edge
  • 12c619e Fix CI (#1222)
  • bc06922 Update dktest from v0.4.3 to v0.4.4
  • 7651c8a linter fixes
Commits
  • d477553 Merge pull request #1195 from golang-migrate/dependabot/go_modules/github.com...
  • e145cde Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1
  • 7651c8a linter fixes
  • e5a152b Drop support for Azure SQL Edge
  • 12c619e Fix CI (#1222)
  • bc06922 Update dktest from v0.4.3 to v0.4.4
  • c378583 Merge pull request #1162 from rselbach/rselbach/no-sensitive-info
  • e22d012 Don't output sensitive information on error
  • See full diff in compare view

Updates github.com/minio/minio-go/v7 from 7.0.83 to 7.0.84

Release notes

Sourced from github.com/minio/minio-go/v7's releases.

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.83...v7.0.84

Commits
  • 113812b Use default STS endpoints when using empty STS endpoint with IAM (#2051)
  • 2fd5a54 move to go1.23 CI (#2050)
  • c18789f fix: get ETag for CopyObject response rather than response Headers (#2019)
  • 5b389f0 docs: CopyObject update docs variable reference (#2017)
  • 5cf2ee7 fix: use Hostname instead of Host in s3utils.GetRegionFromURL (#2046)
  • ad925db Update version to next release
  • See full diff in compare view

Updates github.com/samber/lo from 1.47.0 to 1.49.1

Release notes

Sourced from github.com/samber/lo's releases.

v1.49.1

What's Changed

Full Changelog: samber/lo@v1.49.0...v1.49.1

v1.49.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.48.0...v1.49.0

v1.48.0

What's Changed

Feature

Fix

Refactor

New Contributors

... (truncated)

Commits

Updates github.com/snowflakedb/gosnowflake from 1.12.1 to 1.13.0

Release notes

Sourced from github.com/snowflakedb/gosnowflake's releases.

Release

Commits
  • e5ae90f NO-SNOW Bump driver version (#1294)
  • 18f7d87 SNOW-1854657 Fallback to rows parser if JSON returned while in Arrow batches ...
  • 72a121f SNOW-1859664 use correct transport for calling cloud providers (#1288)
  • 7f77aea SNOW-1869750 add check for empty private key before trying to generate JWT fr...
  • 1663004 Snow 1859664 add raiseputgeterror example to doc (#1281)
  • 112ec24 SNOW-1866146 Bump x/crypto library (#1283)
  • b0cd681 SNOW-1856499 Retry HEAD requests to GCP (#1274)
  • 80c18ea [SNOW-1346233] Tests for authentication methods (external browser, oauth, okt...
  • 220e36e NO-SNOW Fix tests which were lacking order by clause (#1290)
  • dda273b fix connection Config Config heading (#1284)
  • Additional commits viewable in compare view

Updates go.etcd.io/etcd/api/v3 from 3.5.17 to 3.5.18

Release notes

Sourced from go.etcd.io/etcd/api/v3's releases.

v3.5.18

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.18
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.5.18
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>

... (truncated)

Commits
  • 5bca08e version: bump up to 3.5.18
  • 3c04b6c Merge pull request #19258 from ahrtr/race-20250117_3.5
  • 0c8e7b1 Ensure all goroutines created by StartEtcd to exit before closing the errc
  • a7ab766 Merge pull request #19249 from fuweid/35-fix-19179
  • c6fcd27 mvcc: restore tombstone index if it's first revision
  • eade1fa Merge pull request #19211 from ivanvc/release-3.5-bump-go-to-1.22.11
  • 3ff20e6 Bump go toolchain to 1.22.11
  • 5d22781 Merge pull request #19167 from joshuazh-x/fix-embed-close-deadlock-3.5
  • 80b0a73 Avoid deadlock in etcd.Close when stopping during bootstrapping
  • 6349cb8 Merge pull request #19164 from fuweid/v35_check_v2store_followup
  • Additional commits viewable in compare view

Updates go.etcd.io/etcd/client/v3 from 3.5.17 to 3.5.18

Release notes

Sourced from go.etcd.io/etcd/client/v3's releases.

v3.5.18

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.18
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.5.18
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>

... (truncated)

Commits
  • 5bca08e version: bump up to 3.5.18
  • 3c04b6c Merge pull request #19258 from ahrtr/race-20250117_3.5
  • 0c8e7b1 Ensure all goroutines created by StartEtcd to exit before closing the errc
  • a7ab766 Merge pull request #19249 from fuweid/35-fix-19179
  • c6fcd27 mvcc: restore tombstone index if it's first revision
  • eade1fa Merge pull request #19211 from ivanvc/release-3.5-bump-go-to-1.22.11
  • 3ff20e6 Bump go toolchain to 1.22.11
  • 5d22781 Merge pull request #19167 from joshuazh-x/fix-embed-close-deadlock-3.5
  • 80b0a73 Avoid deadlock in etcd.Close when stopping during bootstrapping
  • 6349cb8 Merge pull request #19164 from fuweid/v35_check_v2store_followup
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.36.3 to 1.36.4

Updates github.com/evanphx/json-patch from 5.9.0+incompatible to 5.9.11+incompatible

Release notes

Sourced from github.com/evanphx/json-patch's releases.

v5.9.11

What's Changed

Full Changelog: evanphx/json-patch@v5.9.10...v5.9.11

v5.9.10

What's Changed

New Contributors

Full Changelog: evanphx/json-patch@v5.9.0...v5.9.10

Commits
  • 84a4bb1 Merge pull request #209 from skitt/export-errs-v5
  • 7a7a88a Export errBadJSONDoc and errBadJSONPatch errors
  • bd18525 Upgrade go-flags
  • 42f26cb Fix spacing
  • 0a3482b Merge pull request #206 from koba1t/remove_unmaintained_error_pkg
  • 106306d remove unmaintained errors pkg
  • e7cfbbb Merge pull request #203 from skitt/drop-gopkgin-v5
  • 61e1ad7 Drop the reference to gopkg.in for v5
  • See full diff 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 go-deps group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/dgraph-io/badger/v4](https://github.com/dgraph-io/badger) | `4.5.0` | `4.5.1` |
| [github.com/docker/docker](https://github.com/docker/docker) | `27.5.0+incompatible` | `27.5.1+incompatible` |
| [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.18.1` | `4.18.2` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.83` | `7.0.84` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.47.0` | `1.49.1` |
| [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.12.1` | `1.13.0` |
| [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.5.17` | `3.5.18` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.17` | `3.5.18` |
| google.golang.org/protobuf | `1.36.3` | `1.36.4` |
| [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch) | `5.9.0+incompatible` | `5.9.11+incompatible` |



Updates `github.com/dgraph-io/badger/v4` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/dgraph-io/badger/releases)
- [Changelog](https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md)
- [Commits](dgraph-io/badger@v4.5.0...v4.5.1)

Updates `github.com/docker/docker` from 27.5.0+incompatible to 27.5.1+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.5.0...v27.5.1)

Updates `github.com/golang-migrate/migrate/v4` from 4.18.1 to 4.18.2
- [Release notes](https://github.com/golang-migrate/migrate/releases)
- [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml)
- [Commits](golang-migrate/migrate@v4.18.1...v4.18.2)

Updates `github.com/minio/minio-go/v7` from 7.0.83 to 7.0.84
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.83...v7.0.84)

Updates `github.com/samber/lo` from 1.47.0 to 1.49.1
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.47.0...v1.49.1)

Updates `github.com/snowflakedb/gosnowflake` from 1.12.1 to 1.13.0
- [Release notes](https://github.com/snowflakedb/gosnowflake/releases)
- [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go)
- [Commits](snowflakedb/gosnowflake@v1.12.1...v1.13.0)

Updates `go.etcd.io/etcd/api/v3` from 3.5.17 to 3.5.18
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.17...v3.5.18)

Updates `go.etcd.io/etcd/client/v3` from 3.5.17 to 3.5.18
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.17...v3.5.18)

Updates `google.golang.org/protobuf` from 1.36.3 to 1.36.4

Updates `github.com/evanphx/json-patch` from 5.9.0+incompatible to 5.9.11+incompatible
- [Release notes](https://github.com/evanphx/json-patch/releases)
- [Commits](evanphx/json-patch@v5.9.0...v5.9.11)

---
updated-dependencies:
- dependency-name: github.com/dgraph-io/badger/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/golang-migrate/migrate/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/snowflakedb/gosnowflake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/evanphx/json-patch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 30, 2025
Copy link

codecov bot commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.84%. Comparing base (e472c28) to head (d576c07).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5463      +/-   ##
==========================================
+ Coverage   74.78%   74.84%   +0.05%     
==========================================
  Files         440      440              
  Lines       61507    61507              
==========================================
+ Hits        46000    46032      +32     
+ Misses      12966    12945      -21     
+ Partials     2541     2530      -11     

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

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