mirror of
https://github.com/gofiber/storage.git
synced 2025-12-19 00:38:24 +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-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>
18 lines
398 B
Modula-2
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
|
|
)
|