-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
34 lines (31 loc) · 1.46 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/dfuse-io/dkafka
go 1.14
require (
github.com/blendle/zapdriver v1.3.1
github.com/confluentinc/confluent-kafka-go v1.5.2
github.com/dfuse-io/dfuse-eosio v0.9.0-beta9.0.20210812023750-17e5f52111ab
github.com/eoscanada/eos-go v0.9.1-0.20210812015252-984fc96878b6
github.com/golang/protobuf v1.5.2
github.com/google/cel-go v0.6.0
github.com/klauspost/compress v1.11.0 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/prometheus/client_golang v1.11.0
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
github.com/streamingfast/bstream v0.0.2-0.20210811181043-4c1920a7e3e3 // indirect
github.com/streamingfast/derr v0.0.0-20210811180100-9138d738bcec
github.com/streamingfast/dgrpc v0.0.0-20210811180351-8646818518b2 // indirect
github.com/streamingfast/dlauncher v0.0.0-20210811194929-f06e488e63da // indirect
github.com/streamingfast/logging v0.0.0-20210811175431-f3b44b61606a // indirect
github.com/streamingfast/pbgo v0.0.6-0.20210812023556-e996f9c4fb86 // indirect
github.com/streamingfast/shutter v1.5.0 // indirect
github.com/tidwall/gjson v1.6.7
go.uber.org/zap v1.17.0
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a
google.golang.org/grpc v1.39.1
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)