forked from EOS-Nation/dfuse-leap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
103 lines (95 loc) · 5.29 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
module github.com/dfuse-io/dfuse-eosio
go 1.14
require (
contrib.go.opencensus.io/exporter/stackdriver v0.12.6
github.com/GeertJohan/go.rice v1.0.0
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.9
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dfuse-io/blockmeta v0.0.2-0.20200818234314-2ad05605ed8d
github.com/dfuse-io/bstream v0.0.2-0.20201021143234-c259806cc70b
github.com/dfuse-io/dauth v0.0.0-20200601190857-60bc6a4b4665
github.com/dfuse-io/dbin v0.0.0-20200417174747-9a3806ff5643
github.com/dfuse-io/derr v0.0.0-20201001203637-4dc9d8014152
github.com/dfuse-io/dgraphql v0.0.2-0.20201028155310-f11741d633d9
github.com/dfuse-io/dgrpc v0.0.0-20200710191139-bcb9296ceb80
github.com/dfuse-io/dhammer v0.0.0-20200723173708-b7e52c540f64
github.com/dfuse-io/dipp v1.0.1-0.20200407033930-5c17c531c3c4
github.com/dfuse-io/dlauncher v0.0.0-20200831184019-abc72820952f
github.com/dfuse-io/dmesh v0.0.0-20200602201926-d79e48fdac7c
github.com/dfuse-io/dmetering v0.0.0-20200529171737-525c3029795c
github.com/dfuse-io/dmetrics v0.0.0-20200508170817-3b8cb01fee68
github.com/dfuse-io/dstore v0.1.1-0.20200924172801-712ea810c87b
github.com/dfuse-io/dtracing v0.0.0-20200417133307-c09302668d0c
github.com/dfuse-io/eosio-boot v0.0.0-20201007140702-70b54b34c7a2
github.com/dfuse-io/eosws-go v0.0.0-20200520155921-64414618efaf
github.com/dfuse-io/fluxdb v0.0.0-20201022190049-5b85a7ac04ef
github.com/dfuse-io/jsonpb v0.0.0-20200819202948-831ad3282037
github.com/dfuse-io/kvdb v0.0.2-0.20201023175743-8a5ea05fcbbc
github.com/dfuse-io/logging v0.0.0-20201023175426-d0173f8508dc
github.com/dfuse-io/merger v0.0.3-0.20200903134352-cc8471c82c4a
github.com/dfuse-io/node-manager v0.0.2-0.20201016134428-f788962cbc57
github.com/dfuse-io/opaque v0.0.0-20200407012705-75c4ca372d71
github.com/dfuse-io/pbgo v0.0.6-0.20201013171459-5946b1c8ed7a
github.com/dfuse-io/relayer v0.0.2-0.20201027201151-2efb73fa189b
github.com/dfuse-io/search v0.0.2-0.20201001203701-3f237aa025c4
github.com/dfuse-io/search-client v0.0.0-20200602205137-71b300d129d2
github.com/dfuse-io/shutter v1.4.1
github.com/dfuse-io/validator v0.0.0-20200407012817-82c55c634c7a
github.com/dustin/go-humanize v1.0.0
github.com/eoscanada/eos-go v0.9.1-0.20201015141248-bc309ddb2819
github.com/eoscanada/eosc v1.4.0
github.com/eoscanada/pitreos v1.1.1-0.20200721154110-fb345999fa39
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.4.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.1
github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277
github.com/lithammer/dedent v1.1.0
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
github.com/lytics/lifecycle v0.0.0-20130117214539-7b4c4028d422 // indirect
github.com/lytics/ordpool v0.0.0-20130426221837-8d833f097fe7
github.com/manifoldco/promptui v0.7.0
github.com/mitchellh/go-testing-interface v1.14.1
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.0.1-0.20180205163309-da645544ed44 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.6.1
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
github.com/thedevsaddam/govalidator v1.9.9
github.com/tidwall/gjson v1.5.0
github.com/tidwall/sjson v1.0.4
github.com/urfave/negroni v1.0.0 // indirect
go.opencensus.io v0.22.3
go.uber.org/atomic v1.6.0
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
google.golang.org/grpc v1.26.0
gopkg.in/olivere/elastic.v3 v3.0.75
gopkg.in/yaml.v2 v2.2.8
gotest.tools v2.2.0+incompatible
)
// to solve "github.com/ugorji/go/codec: ambiguous import: found package github.com/ugorji/go/codec in multiple modules:"
replace github.com/ugorji/go/codec => github.com/ugorji/go v1.1.2
replace github.com/graph-gophers/graphql-go => github.com/dfuse-io/graphql-go v0.0.0-20191010213351-ae758277182d
replace github.com/census-instrumentation/opencensus-proto v0.1.0-0.20181214143942-ba49f56771b8 => github.com/census-instrumentation/opencensus-proto v0.0.3-0.20181214143942-ba49f56771b8
replace github.com/ShinyTrinkets/overseer => github.com/maoueh/overseer v0.2.1-0.20191024193921-39856397cf3f
replace github.com/dfuse-io/dauth => github.com/eosnationftw/dauth v0.0.0-20200910204359-7ce5037d17d3
// The go-testing-interface version matches the Golang version to compile against, in this case, we want
// compatibility with 1.14 which is our minimum version. So we enforce a strict version to v1.14.1 now.
replace github.com/mitchellh/go-testing-interface => github.com/mitchellh/go-testing-interface v1.14.1