mirror of
https://github.com/gofiber/storage.git
synced 2025-10-29 10:52:34 +08:00
* Update security.yml * Update security.yml * fix missing package * dep security * deps * mongo deps * fix deps * mod tidy * Update security.yml use latest version of go * fix(github/workflows/security): missing exclude Co-authored-by: RW <rene@gofiber.io>
21 lines
770 B
Modula-2
21 lines
770 B
Modula-2
module github.com/gofiber/storage/badger
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/dgraph-io/badger/v3 v3.2103.2
|
|
github.com/gofiber/utils v0.1.2
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/flatbuffers v2.0.5+incompatible // indirect
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
golang.org/x/net v0.0.0-20220107192237-5cfca573fb4d // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|