forked from etclabscore/core-geth
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·79 lines (77 loc) · 3.48 KB
/
go.mod
File metadata and controls
executable file
·79 lines (77 loc) · 3.48 KB
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
module github.com/ethereum/go-ethereum
go 1.13
require (
github.com/Azure/azure-storage-blob-go v0.10.0
github.com/VictoriaMetrics/fastcache v1.5.7
github.com/alecthomas/jsonschema v0.0.0-20200530073317-71f438968921
github.com/aristanetworks/goarista v0.0.0-20200812190859-4cb0e71f3c0e
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/aws/aws-sdk-go v1.34.21
github.com/btcsuite/btcd v0.21.0-beta
github.com/cespare/cp v1.1.1
github.com/cloudflare/cloudflare-go v0.13.2
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/docker/docker v1.4.2-0.20180625184442-8e610b2b55bf
github.com/dop251/goja v0.0.0-20200721192441-a695b0cdd498
github.com/edsrzf/mmap-go v1.0.0
github.com/etclabscore/go-openrpc-reflect v0.0.35
github.com/ethereum/evmc/v7 v7.3.0
github.com/fatih/color v1.7.0
github.com/fjl/memsize v0.0.0-20180418122429-ca190fb6ffbc
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/go-stack/stack v1.8.0
github.com/go-test/deep v1.0.5
github.com/golang/protobuf v1.4.3
github.com/golang/snappy v0.0.3-0.20201103224600-674baa8c7fc3
github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa
github.com/gorilla/websocket v1.4.2
github.com/graph-gophers/graphql-go v0.0.0-20200819123640-3b5ddcd884ae
github.com/hashicorp/golang-lru v0.5.4
github.com/holiman/uint256 v1.1.1
github.com/huin/goupnp v1.0.0
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/influxdata/influxdb v1.8.2
github.com/jackpal/go-nat-pmp v1.0.2
github.com/julienschmidt/httprouter v1.3.0
github.com/karalabe/usb v0.0.0-20191104083709-911d15fe12a9
github.com/ledgerwatch/turbo-geth v0.0.0-20210308133656-9d397082536c
github.com/mattn/go-colorable v0.1.7
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/go-homedir v1.1.0
github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
github.com/olekukonko/tablewriter v0.0.4
github.com/open-rpc/meta-schema v0.0.0-20201029221707-1b72ef2ea333
github.com/pborman/uuid v1.2.1
github.com/peterh/liner v1.2.0
github.com/prometheus/tsdb v0.10.0
github.com/rjeczalik/notify v0.9.1
github.com/rs/cors v1.7.0
github.com/rs/xhandler v0.0.0-20170707052532-1eb70cf1520d // indirect
github.com/shirou/gopsutil v2.20.5+incompatible
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.0
github.com/tyler-smith/go-bip39 v1.0.2
github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208
github.com/xeipuuv/gojsonschema v1.2.0
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e
golang.org/x/text v0.3.3
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
gonum.org/v1/gonum v0.8.1
gonum.org/v1/plot v0.8.0
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6
gopkg.in/urfave/cli.v1 v1.20.0
)