Files
storage/bbolt/go.mod
dependabot[bot] 1a3fc1e60c chore(deps): bump the utils-modules group across 3 directories with 1 update
Bumps the utils-modules group with 1 update in the /arangodb directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the utils-modules group with 1 update in the /badger directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).
Bumps the utils-modules group with 1 update in the /bbolt directory: [github.com/gofiber/utils/v2](https://github.com/gofiber/utils).


Updates `github.com/gofiber/utils/v2` from 2.0.0-rc.3 to 2.0.0-rc.4
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](https://github.com/gofiber/utils/compare/v2.0.0-rc.3...v2.0.0-rc.4)

Updates `github.com/gofiber/utils/v2` from 2.0.0-rc.3 to 2.0.0-rc.4
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](https://github.com/gofiber/utils/compare/v2.0.0-rc.3...v2.0.0-rc.4)

Updates `github.com/gofiber/utils/v2` from 2.0.0-rc.3 to 2.0.0-rc.4
- [Release notes](https://github.com/gofiber/utils/releases)
- [Commits](https://github.com/gofiber/utils/compare/v2.0.0-rc.3...v2.0.0-rc.4)

---
updated-dependencies:
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.0-rc.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.0-rc.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: utils-modules
- dependency-name: github.com/gofiber/utils/v2
  dependency-version: 2.0.0-rc.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: utils-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-08 07:10:15 +00:00

18 lines
398 B
Modula-2

module github.com/gofiber/storage/bbolt/v2
go 1.24.0
require (
github.com/gofiber/utils/v2 v2.0.0-rc.4
github.com/stretchr/testify v1.11.1
go.etcd.io/bbolt v1.4.3
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.38.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)