mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +08:00
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-beta.10 to 2.0.0-beta.13 - [Release notes](https://github.com/gofiber/utils/releases) - [Commits](https://github.com/gofiber/utils/compare/v2.0.0-beta.10...v2.0.0-beta.13) Updates `github.com/gofiber/utils/v2` from 2.0.0-beta.10 to 2.0.0-beta.13 - [Release notes](https://github.com/gofiber/utils/releases) - [Commits](https://github.com/gofiber/utils/compare/v2.0.0-beta.10...v2.0.0-beta.13) Updates `github.com/gofiber/utils/v2` from 2.0.0-beta.10 to 2.0.0-beta.13 - [Release notes](https://github.com/gofiber/utils/releases) - [Commits](https://github.com/gofiber/utils/compare/v2.0.0-beta.10...v2.0.0-beta.13) --- updated-dependencies: - dependency-name: github.com/gofiber/utils/v2 dependency-version: 2.0.0-beta.13 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-beta.13 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-beta.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: utils-modules ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
401 B
Modula-2
18 lines
401 B
Modula-2
module github.com/gofiber/storage/bbolt/v2
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/gofiber/utils/v2 v2.0.0-beta.13
|
|
github.com/stretchr/testify v1.10.0
|
|
go.etcd.io/bbolt v1.4.2
|
|
)
|
|
|
|
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.29.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|