mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +08:00
* Update CI/CD tests. * Add Bbolt db. * Add README. * Add actions. * Drop go1.14 & go1.15 for bbolt. * Add support for go1.16 * Update config.go Co-authored-by: wernerr <rene.werner@verivox.com>
11 lines
193 B
Modula-2
11 lines
193 B
Modula-2
module github.com/gofiber/storage/bbolt
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gofiber/utils v0.1.2
|
|
go.etcd.io/bbolt v1.3.6
|
|
)
|
|
|
|
require golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a // indirect
|