1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00

Bump go.etcd.io/bbolt from 1.3.7 to 1.3.8 (#2261)

Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.7...v1.3.8)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-29 21:10:30 +02:00
committed by GitHub
parent 8b46dafb76
commit 2653323990
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -38,7 +38,7 @@ require (
github.com/tdewolff/minify/v2 v2.19.10
github.com/vmihailenco/msgpack/v5 v5.4.0
github.com/yosssi/ace v0.0.5
go.etcd.io/bbolt v1.3.7
go.etcd.io/bbolt v1.3.8
golang.org/x/crypto v0.14.0
golang.org/x/net v0.17.0
golang.org/x/sys v0.13.0