This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
238 lines (233 loc) · 12.5 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
module github.com/dfuse-io/dfuse-eosio
go 1.18
require (
contrib.go.opencensus.io/exporter/stackdriver v0.13.8
github.com/GeertJohan/go.rice v1.0.3
github.com/ShinyTrinkets/overseer v0.3.0
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195
github.com/arpitbbhayani/tripod v0.0.0-20170425181942-66807adce3a5
github.com/auth0/go-jwt-middleware v0.0.0-20190805220309-36081240882b
github.com/blevesearch/bleve v1.0.14
github.com/davecgh/go-spew v1.1.1
github.com/dfuse-io/eosio-boot v0.0.0-20201007140702-70b54b34c7a2
github.com/dfuse-io/eosws-go v0.0.0-20211029134651-1e4090163784
github.com/dustin/go-humanize v1.0.0
github.com/eoscanada/eos-go v0.10.3-0.20220630190550-10b1d20dd3d8
github.com/eoscanada/eosc v1.4.0
github.com/eoscanada/pitreos v1.1.1-0.20210811185752-fa06394508d0
github.com/francoispqt/gojay v1.2.13
github.com/gavv/httpexpect/v2 v2.0.3
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang/protobuf v1.5.2
github.com/google/cel-go v0.4.1
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/gorilla/websocket v1.4.2
github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277
github.com/klauspost/compress v1.15.0
github.com/lithammer/dedent v1.1.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/lytics/ordpool v0.0.0-20130426221837-8d833f097fe7
github.com/manifoldco/promptui v0.8.0
github.com/mitchellh/go-testing-interface v1.14.1
github.com/paulbellamy/ratecounter v0.2.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.0
github.com/streamingfast/blockmeta v0.0.2-0.20210811194956-90dc4202afda
github.com/streamingfast/bstream v0.0.2-0.20210901144836-9a626db444c5
github.com/streamingfast/cli v0.0.3-0.20210811201236-5c00ec55462d
github.com/streamingfast/client-go v0.0.0-20210812010037-2ae1ded7ca05
github.com/streamingfast/dauth v0.0.0-20210811181149-e8fd545948cc
github.com/streamingfast/dbin v0.0.0-20210809205249-73d5eca35dc5
github.com/streamingfast/derr v0.0.0-20210811180100-9138d738bcec
github.com/streamingfast/dgraphql v0.0.2-0.20210908222456-ff1f58e7afcc
github.com/streamingfast/dgrpc v0.0.0-20210901144702-c57c3701768b
github.com/streamingfast/dhammer v0.0.0-20210811180702-456c4cf0a840
github.com/streamingfast/dipp v1.0.1-0.20210811200841-d2cca4e058e6
github.com/streamingfast/dlauncher v0.0.0-20210811194929-f06e488e63da
github.com/streamingfast/dmesh v0.0.0-20210811181323-5a37ad73216b
github.com/streamingfast/dmetering v0.0.0-20210812002943-aa53fa1ce172
github.com/streamingfast/dmetrics v0.0.0-20210811180524-8494aeb34447
github.com/streamingfast/dstore v0.1.1-0.20210811180812-4db13e99cc22
github.com/streamingfast/dtracing v0.0.0-20210811175635-d55665d3622a
github.com/streamingfast/firehose v0.1.1-0.20211202153816-44577bee52dd
github.com/streamingfast/fluxdb v0.0.0-20210811195408-0515ef659298
github.com/streamingfast/jsonpb v0.0.0-20210811021341-3670f0aa02d0
github.com/streamingfast/kvdb v0.0.2-0.20210811194032-09bf862bd2e3
github.com/streamingfast/logging v0.0.0-20210811175431-f3b44b61606a
github.com/streamingfast/merger v0.0.3-0.20210820210545-ca8b1a40ae2a
github.com/streamingfast/node-manager v0.0.2-0.20210830135731-4b00105a1479
github.com/streamingfast/opaque v0.0.0-20210811180740-0c01d37ea308
github.com/streamingfast/pbgo v0.0.6-0.20211029044348-267c903ccb21
github.com/streamingfast/relayer v0.0.2-0.20210812020310-adcf15941b23
github.com/streamingfast/search v0.0.2-0.20210811200310-ec8d3b03e104
github.com/streamingfast/search-client v0.0.0-20210811200417-677bdb765983
github.com/streamingfast/shutter v1.5.0
github.com/streamingfast/validator v0.0.0-20210812013448-b9da5752ce14
github.com/stretchr/testify v1.7.0
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125
github.com/thedevsaddam/govalidator v1.9.9
github.com/tidwall/gjson v1.9.3
github.com/tidwall/sjson v1.0.4
go.opencensus.io v0.23.0
go.uber.org/atomic v1.7.0
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.7.0
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
google.golang.org/grpc v1.39.1
google.golang.org/protobuf v1.27.1
gopkg.in/olivere/elastic.v3 v3.0.75
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible
)
require (
cloud.google.com/go v0.90.0 // indirect
cloud.google.com/go/bigtable v1.2.0 // indirect
cloud.google.com/go/pubsub v1.3.1 // indirect
cloud.google.com/go/storage v1.10.0 // indirect
contrib.go.opencensus.io/exporter/zipkin v0.1.1 // indirect
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
github.com/Azure/azure-storage-blob-go v0.8.0 // indirect
github.com/DataDog/zstd v1.4.1 // indirect
github.com/RoaringBitmap/roaring v0.4.23 // indirect
github.com/ShinyTrinkets/meta-logger v0.2.0 // indirect
github.com/abourget/llerrgroup v0.2.0 // indirect
github.com/ajg/form v1.5.1 // indirect
github.com/alecthomas/participle v0.7.1 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/antlr/antlr4 v0.0.0-20190819145818-b43a4c3a8015 // indirect
github.com/avast/retry-go v2.6.0+incompatible // indirect
github.com/aws/aws-sdk-go v1.37.0 // indirect
github.com/benbjohnson/clock v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blendle/zapdriver v1.3.1 // indirect
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
github.com/blevesearch/mmap-go v1.0.2 // indirect
github.com/blevesearch/segment v0.9.0 // indirect
github.com/blevesearch/snowballstem v0.9.0 // indirect
github.com/blevesearch/zap/v11 v11.0.14 // indirect
github.com/blevesearch/zap/v12 v12.0.14 // indirect
github.com/blevesearch/zap/v13 v13.0.6 // indirect
github.com/blevesearch/zap/v14 v14.0.5 // indirect
github.com/blevesearch/zap/v15 v15.0.3 // indirect
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
github.com/bronze1man/go-yaml2json v0.0.0-20150129175009-f6f64b738964 // indirect
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/couchbase/vellum v1.0.2 // indirect
github.com/daaku/go.zipexe v1.0.2 // indirect
github.com/dgraph-io/badger/v2 v2.0.3 // indirect
github.com/dgraph-io/ristretto v0.0.2-0.20200115201040-8f368f2f2ab3 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fatih/structs v1.0.0 // indirect
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
github.com/frostschutz/go-fibmap v0.0.0-20160825162329-b32c231bfe6a // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/ghodss/yaml v1.0.1-0.20180503022059-e9ed3c6dfb39 // indirect
github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2 // indirect
github.com/go-redis/redis/v8 v8.11.5 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/renameio v0.1.0 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/imkira/go-interpol v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
github.com/linkedin/goavro/v2 v2.9.8 // indirect
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/lytics/lifecycle v0.0.0-20130117214539-7b4c4028d422 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/matishsiao/goInfo v0.0.0-20200404012835-b5f882ee2288 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-ieproxy v0.0.0-20190702010315-6dee0af9227d // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/minio/highwayhash v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/openzipkin/zipkin-go v0.1.6 // indirect
github.com/pelletier/go-toml v1.2.1-0.20180724185102-c2dbbc24a979 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pingcap/kvproto v0.0.0-20200403035933-b4034bceab26 // indirect
github.com/pingcap/log v0.0.0-20210625125904-98ed8e2eb1c7 // indirect
github.com/pingcap/pd v2.1.5+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.11.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/prometheus/prom2json v1.3.0 // indirect
github.com/ryanuber/columnize v0.0.0-20170703205827-abc90934186a // indirect
github.com/sergi/go-diff v1.0.1-0.20180205163309-da645544ed44 // indirect
github.com/sethvargo/go-retry v0.1.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/afero v1.1.2 // indirect
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/jwalterweatherman v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/steveyen/gtreap v0.1.0 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tikv/client-go v0.0.0-20200824032810-95774393107b // indirect
github.com/tinylib/msgp v1.1.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.34.0 // indirect
github.com/willf/bitset v1.1.10 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.1.0 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
go.etcd.io/etcd/api/v3 v3.5.0 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.0 // indirect
go.etcd.io/etcd/client/v3 v3.5.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/api v0.53.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210805201207-89edb61ffb67 // indirect
gopkg.in/ini.v1 v1.51.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
moul.io/http2curl v1.0.1-0.20190925090545-5cd742060b0e // indirect
)
replace (
github.com/ShinyTrinkets/overseer => github.com/dfuse-io/overseer v0.2.1-0.20210326144022-ee491780e3ef
github.com/census-instrumentation/opencensus-proto v0.1.0-0.20181214143942-ba49f56771b8 => github.com/census-instrumentation/opencensus-proto v0.0.3-0.20181214143942-ba49f56771b8
github.com/graph-gophers/graphql-go => github.com/streamingfast/graphql-go v0.0.0-20210204202750-0e485a040a3c
github.com/streamingfast/dauth => github.com/EOS-Nation/dauth v0.0.0-20221005084741-e79ebf7b78e8
github.com/streamingfast/dgrpc => github.com/EOS-Nation/dgrpc v0.0.0-20221108170744-d0c2d8abe98f
github.com/streamingfast/dstore => github.com/EOS-Nation/dstore v0.0.0-20220908095022-20cd13d5dc4c
github.com/streamingfast/firehose => github.com/EOS-Nation/firehose v0.1.1-0.20221109131056-e9c526ce351e
)
replace github.com/eoscanada/eos-go => github.com/EOS-Nation/eos-go v0.10.3-0.20230328111622-b58e29c1532e