build(deps): bump go.etcd.io/bbolt from 1.3.10 to 1.3.11

Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.10 to 1.3.11.
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.10...v1.3.11)

---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
  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]
2024-09-09 23:16:06 +00:00
committed by GitHub
parent 22ffc224ca
commit d398ed2198
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -19,7 +19,7 @@ require (
github.com/redis/rueidis v1.0.44
github.com/stretchr/testify v1.9.0
github.com/uptrace/bunrouter v1.0.21
go.etcd.io/bbolt v1.3.10
go.etcd.io/bbolt v1.3.11
)
require (