forked from gobitfly/eth2-beaconchain-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
78 lines (73 loc) · 3.45 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
module eth2-exporter
go 1.15
require (
cloud.google.com/go v0.81.0
cloud.google.com/go/firestore v1.4.0 // indirect
firebase.google.com/go v3.13.0+incompatible
github.com/Gurpartap/storekit-go v0.0.0-20201205024111-36b6cd5c6a21
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/awa/go-iap v1.3.7
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/chromedp/cdproto v0.0.0-20200709115526-d1f6fc58448b
github.com/chromedp/chromedp v0.5.3
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ethereum/go-ethereum v1.10.8
github.com/evanw/esbuild v0.8.23
github.com/go-chi/chi v4.0.2+incompatible // indirect
github.com/go-openapi/spec v0.20.4 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2
github.com/google/go-querystring v1.0.0
github.com/gorilla/context v1.1.1
github.com/gorilla/csrf v1.7.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/jackc/pgx/v4 v4.6.0
github.com/jmoiron/sqlx v1.2.0
github.com/juliangruber/go-intersect v1.0.1-0.20200323101606-4bd944a17692
github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5
github.com/kataras/i18n v0.0.5
github.com/kelseyhightower/envconfig v1.4.0
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/lib/pq v1.2.0
github.com/mailgun/mailgun-go/v4 v4.1.3
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/mssola/user_agent v0.5.2
github.com/phyber/negroni-gzip v0.0.0-20180113114010-ef6356a5d029
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/protolambda/zrnt v0.12.4
github.com/protolambda/zssz v0.1.5
github.com/protolambda/ztyp v0.1.0
github.com/prysmaticlabs/eth2-types v0.0.0-20210303084904-c9735a06829d
github.com/prysmaticlabs/ethereumapis v0.0.0-20210818160529-ab1ec7a0bf07
github.com/prysmaticlabs/go-bitfield v0.0.0-20210809151128-385d8c5e3fb7
github.com/prysmaticlabs/prysm v1.4.2-0.20210816195537-4db77ce69181
github.com/rocket-pool/rocketpool-go v1.0.1
github.com/sirupsen/logrus v1.8.1
github.com/stripe/stripe-go/v72 v72.50.0
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2 // indirect
github.com/swaggo/gin-swagger v1.2.0 // indirect
github.com/swaggo/http-swagger v1.1.2
github.com/swaggo/swag v1.7.4
github.com/urfave/negroni v1.0.0
github.com/zesik/proxyaddr v0.0.0-20161218060608-ec32c535184d
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02 // indirect
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.7 // indirect
google.golang.org/api v0.44.0
google.golang.org/genproto v0.0.0-20210426193834-eac7f76ac494
google.golang.org/grpc v1.37.0
gopkg.in/yaml.v2 v2.4.0
)
replace github.com/ethereum/go-ethereum => github.com/prysmaticlabs/bazel-go-ethereum v0.0.0-20210707101027-e8523651bf6f
replace github.com/json-iterator/go => github.com/prestonvanloon/go v1.1.7-0.20190722034630-4f2e55fcf87b
// See https://github.com/prysmaticlabs/grpc-gateway/issues/2
replace github.com/grpc-ecosystem/grpc-gateway/v2 => github.com/prysmaticlabs/grpc-gateway/v2 v2.3.1-0.20210702154020-550e1cd83ec1