forked from tokencard/ethertest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.31 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
module github.com/tokencard/ethertest
go 1.14
require (
github.com/aristanetworks/goarista v0.0.0-20180907105523-ff33da284e76 // indirect
github.com/btcsuite/btcd v0.0.0-20180924021209-2a560b2036be // indirect
github.com/cespare/cp v1.0.0 // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect
github.com/elastic/gosigar v0.10.4 // indirect
github.com/ethereum/go-ethereum v1.9.12
github.com/fjl/memsize v0.0.0-20180929194037-2a09253e352a // indirect
github.com/google/uuid v1.0.0 // indirect
github.com/hashicorp/golang-lru v0.5.0 // indirect
github.com/huin/goupnp v0.0.0-20180415215157-1395d1447324 // indirect
github.com/logrusorgru/aurora v0.0.0-20180419164547-d694e6f975a9
github.com/olekukonko/tablewriter v0.0.2-0.20190409134802-7e037d187b0c
github.com/onsi/ginkgo v1.7.0
github.com/onsi/gomega v1.4.3
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 // indirect
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/rs/cors v1.5.0 // indirect
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48 // indirect
github.com/stretchr/testify v1.4.0
github.com/tyler-smith/go-bip39 v1.0.2 // indirect
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
)