mirror of
https://github.com/gofiber/storage.git
synced 2025-10-30 03:12:53 +08:00
15 lines
450 B
Modula-2
15 lines
450 B
Modula-2
module github.com/gofiber/storage/badger
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/dgraph-io/badger v1.6.2
|
|
github.com/dgraph-io/ristretto v0.0.3 // indirect
|
|
github.com/gofiber/utils v0.1.2
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
)
|