go.mod 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. module github.com/ethereum/go-ethereum
  2. go 1.15
  3. require (
  4. github.com/Azure/azure-pipeline-go v0.2.2 // indirect
  5. github.com/Azure/azure-storage-blob-go v0.7.0
  6. github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect
  7. github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
  8. github.com/VictoriaMetrics/fastcache v1.5.3
  9. github.com/VividCortex/gohistogram v1.0.0 // indirect
  10. github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847
  11. github.com/aws/aws-sdk-go v1.25.48
  12. github.com/btcsuite/btcd v0.20.0-beta
  13. github.com/cespare/cp v0.1.0
  14. github.com/cespare/xxhash/v2 v2.1.1 // indirect
  15. github.com/cloudflare/cloudflare-go v0.10.2-0.20190916151808-a80f83b9add9
  16. github.com/cosmos/cosmos-sdk v0.25.0 // indirect
  17. github.com/davecgh/go-spew v1.1.1
  18. github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
  19. github.com/dlclark/regexp2 v1.2.0 // indirect
  20. github.com/docker/docker v1.4.2-0.20180625184442-8e610b2b55bf
  21. github.com/dop251/goja v0.0.0-20200219165308-d1232e640a87
  22. github.com/edsrzf/mmap-go v0.0.0-20160512033002-935e0e8a636c
  23. github.com/elastic/gosigar v0.8.1-0.20180330100440-37f05ff46ffa
  24. github.com/etcd-io/bbolt v1.3.3 // indirect
  25. github.com/fatih/color v1.3.0
  26. github.com/fjl/memsize v0.0.0-20180418122429-ca190fb6ffbc
  27. github.com/fortytw2/leaktest v1.3.0 // indirect
  28. github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff
  29. github.com/go-ole/go-ole v1.2.1 // indirect
  30. github.com/go-sourcemap/sourcemap v2.1.2+incompatible // indirect
  31. github.com/go-stack/stack v1.8.0
  32. github.com/golang/protobuf v1.3.2
  33. github.com/golang/snappy v0.0.1
  34. github.com/google/go-cmp v0.4.0 // indirect
  35. github.com/google/gofuzz v1.1.0 // indirect
  36. github.com/gorilla/websocket v1.4.1-0.20190629185528-ae1634f6a989
  37. github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277
  38. github.com/hashicorp/golang-lru v0.5.3
  39. github.com/huin/goupnp v1.0.0
  40. github.com/influxdata/influxdb v1.2.3-0.20180221223340-01288bdb0883
  41. github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458
  42. github.com/jmhodges/levigo v1.0.0 // indirect
  43. github.com/julienschmidt/httprouter v1.2.0
  44. github.com/karalabe/usb v0.0.0-20190919080040-51dc0efba356
  45. github.com/kr/pretty v0.2.0 // indirect
  46. github.com/kylelemons/godebug v1.1.0 // indirect
  47. github.com/mattn/go-colorable v0.1.4
  48. github.com/mattn/go-isatty v0.0.10
  49. github.com/naoina/go-stringutil v0.1.0 // indirect
  50. github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
  51. github.com/olekukonko/tablewriter v0.0.2-0.20190409134802-7e037d187b0c
  52. github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222
  53. github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7
  54. github.com/prometheus/tsdb v0.7.1
  55. github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
  56. github.com/rjeczalik/notify v0.9.1
  57. github.com/robertkrimen/otto v0.0.0-20170205013659-6a77b7cbc37d
  58. github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00
  59. github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521 // indirect
  60. github.com/spf13/cobra v0.0.6 // indirect
  61. github.com/spf13/viper v1.6.2 // indirect
  62. github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4
  63. github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570
  64. github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
  65. github.com/stretchr/testify v1.4.0
  66. github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
  67. github.com/tendermint/go-amino v0.14.1
  68. github.com/tendermint/iavl v0.12.0
  69. github.com/tendermint/tendermint v0.31.11
  70. github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef
  71. github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208
  72. golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
  73. golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
  74. golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
  75. golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
  76. golang.org/x/text v0.3.2
  77. golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
  78. google.golang.org/grpc v1.27.1 // indirect
  79. gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
  80. gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200316214253-d7b0ff38cac9
  81. gopkg.in/urfave/cli.v1 v1.20.0
  82. gotest.tools v2.2.0+incompatible // indirect
  83. )