-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (30 loc) · 1.22 KB
/
go.mod
File metadata and controls
34 lines (30 loc) · 1.22 KB
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
26
27
28
29
30
31
32
33
34
module github.com/hypermodeinc/dgraph-benchmarks/bitmap
go 1.24.0
toolchain go1.26.2
require (
github.com/dgraph-io/badger/v4 v4.9.1
github.com/dgraph-io/dgo/v200 v200.0.0-20210125093441-2ab429259580
github.com/dgraph-io/ristretto/v2 v2.4.0
github.com/dgraph-io/roaring v0.5.6-0.20210305191002-fa54ba7e926a
github.com/dgryski/go-groupvarint v0.0.0-20190318181831-5ce5df8ca4e1
github.com/gogo/protobuf v1.3.2
github.com/stretchr/testify v1.11.1
google.golang.org/grpc v1.72.0
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/willf/bitset v1.1.10 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.28.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/protobuf v1.36.7 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)