-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
34 lines (31 loc) · 1.63 KB
/
go.mod
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/ChainSafe/firehose-arweave
go 1.16
require (
github.com/ShinyTrinkets/overseer v0.3.0
github.com/dvsekhvalnov/jose2go v1.5.0
github.com/golang/protobuf v1.5.2
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/streamingfast/bstream v0.0.2-0.20220419181641-fdf5ab55791d
github.com/streamingfast/cli v0.0.4-0.20220113202443-f7bcefa38f7e
github.com/streamingfast/dauth v0.0.0-20220307162109-cca1810ae757
github.com/streamingfast/dbin v0.0.0-20210809205249-73d5eca35dc5
github.com/streamingfast/derr v0.0.0-20220307162255-f277e08753fa
github.com/streamingfast/dgrpc v0.0.0-20220307180102-b2d417ac8da7
github.com/streamingfast/dlauncher v0.0.0-20220307153121-5674e1b64d40
github.com/streamingfast/dmetering v0.0.0-20220307162406-37261b4b3de9
github.com/streamingfast/dmetrics v0.0.0-20220307162521-2389094ab4a1
github.com/streamingfast/dstore v0.1.1-0.20220315134935-980696943a79
github.com/streamingfast/firehose v0.1.1-0.20220331194041-2bf2b9689682
github.com/streamingfast/logging v0.0.0-20220304214715-bc750a74b424
github.com/streamingfast/merger v0.0.3-0.20220413123550-ce6dd50e2ac0
github.com/streamingfast/node-manager v0.0.2-0.20220412154458-7cacfb2b8560
github.com/streamingfast/pbgo v0.0.6-0.20220304191603-f73822f471ff
github.com/streamingfast/relayer v0.0.2-0.20220307182103-5f4178c54fde
github.com/streamingfast/sf-tools v0.0.0-20220307162924-1a39f7035cd5
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.21.0
google.golang.org/grpc v1.44.0
google.golang.org/protobuf v1.27.1
)
replace github.com/ShinyTrinkets/overseer => github.com/streamingfast/overseer v0.2.1-0.20210326144022-ee491780e3ef