forked from lotusdblabs/lotusdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 808 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (22 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/lotusdblabs/lotusdb/v2
go 1.20
require (
github.com/dgraph-io/badger/v4 v4.1.0
github.com/rosedblabs/wal v1.1.0
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.2 // indirect
github.com/klauspost/compress v1.12.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.8.4 // indirect
go.etcd.io/bbolt v1.3.7
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
)