chore(deps): bump go.etcd.io/bbolt from 1.4.1 to 1.4.2

Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-03 14:35:21 +00:00
committed by GitHub
parent 7f654fbdc7
commit 27d87f855c
8 changed files with 17 additions and 8 deletions

2
go.mod
View File

@@ -40,7 +40,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.10.0
github.com/tidwall/pretty v1.2.1
go.etcd.io/bbolt v1.4.1
go.etcd.io/bbolt v1.4.2
golang.org/x/mod v0.26.0
golang.org/x/sys v0.33.0
google.golang.org/grpc v1.73.0