forked from streamingfast/bstream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 1.03 KB
/
go.mod
File metadata and controls
25 lines (23 loc) · 1.03 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
module github.com/streamingfast/bstream
go 1.15
require (
cloud.google.com/go/monitoring v1.4.0 // indirect
cloud.google.com/go/trace v1.2.0 // indirect
contrib.go.opencensus.io/exporter/stackdriver v0.13.8 // indirect
github.com/RoaringBitmap/roaring v0.9.4
github.com/golang/protobuf v1.5.2
github.com/streamingfast/atm v0.0.0-20220131151839-18c87005e680
github.com/streamingfast/dbin v0.0.0-20210809205249-73d5eca35dc5
github.com/streamingfast/dgrpc v0.0.0-20220301153539-536adf71b594
github.com/streamingfast/dmetrics v0.0.0-20210811180524-8494aeb34447
github.com/streamingfast/dstore v0.1.1-0.20220304164644-696f9c5fc231
github.com/streamingfast/logging v0.0.0-20220304214715-bc750a74b424
github.com/streamingfast/opaque v0.0.0-20210811180740-0c01d37ea308
github.com/streamingfast/pbgo v0.0.6-0.20220228185940-1bbaafec7d8a
github.com/streamingfast/shutter v1.5.0
github.com/stretchr/testify v1.7.0
github.com/test-go/testify v1.1.4
go.uber.org/zap v1.21.0
google.golang.org/grpc v1.44.0
google.golang.org/protobuf v1.27.1
)