File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/hypermodeinc/dgraph-benchmarks/bitmap
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.24.2
5
+ toolchain go1.24.3
6
6
7
7
require (
8
8
github.com/dgraph-io/badger/v4 v4.7.0
@@ -12,7 +12,7 @@ require (
12
12
github.com/dgryski/go-groupvarint v0.0.0-20190318181831-5ce5df8ca4e1
13
13
github.com/gogo/protobuf v1.3.2
14
14
github.com/stretchr/testify v1.10.0
15
- google.golang.org/grpc v1.72.0
15
+ google.golang.org/grpc v1.72.2
16
16
)
17
17
18
18
require (
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoA
117
117
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 h1:KpwkzHKEF7B9Zxg18WzOa7djJ+Ha5DzthMyZYQfEn2A =
118
118
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 /go.mod h1:nKE/iIaLqn2bQwXBg8f1g2Ylh6r5MN5CmZvuzZCgsCU =
119
119
google.golang.org/grpc v1.23.0 /go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg =
120
- google.golang.org/grpc v1.72.0 h1:S7UkcVa60b5AAQTaO6ZKamFp1zMZSU0fGDK2WZLbBnM =
121
- google.golang.org/grpc v1.72.0 /go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM =
120
+ google.golang.org/grpc v1.72.2 h1:TdbGzwb82ty4OusHWepvFWGLgIbNo1/SUynEN0ssqv8 =
121
+ google.golang.org/grpc v1.72.2 /go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM =
122
122
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY =
123
123
google.golang.org/protobuf v1.36.6 /go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY =
124
124
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
Original file line number Diff line number Diff line change 1
1
module github.com/hypermodeinc/dgraph-benchmarks/twitterdata
2
2
3
3
go 1.22.12
4
- toolchain go1.24.2
4
+ toolchain go1.24.3
5
5
6
6
require (
7
7
github.com/ChimeraCoder/anaconda v2.0.0+incompatible
You can’t perform that action at this time.
0 commit comments