@@ -10,8 +10,9 @@ require (
10
10
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
11
11
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
12
12
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
13
+ github.com/allegro/bigcache v1.2.0 // indirect
13
14
github.com/aristanetworks/goarista v0.0.0-20190308231643-e9fb69a13f45 // indirect
14
- github.com/aws/aws-sdk-go v1.25.48
15
+ github.com/aws/aws-sdk-go v1.18.0
15
16
github.com/bamzi/jobrunner v0.0.0-20161019143021-273175f8b6eb
16
17
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32 // indirect
17
18
github.com/caarlos0/env v3.5.0+incompatible
@@ -28,7 +29,7 @@ require (
28
29
github.com/dgraph-io/badger v1.6.0
29
30
github.com/edsrzf/mmap-go v1.0.0 // indirect
30
31
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
31
- github.com/ethereum/go-ethereum v1.9.14
32
+ github.com/ethereum/go-ethereum v1.8.23
32
33
github.com/fjl/memsize v0.0.0-20180929194037-2a09253e352a // indirect
33
34
github.com/gin-contrib/cors v0.0.0-20190301062745-f9e10995c85a
34
35
github.com/gin-gonic/gin v1.3.0
@@ -47,7 +48,9 @@ require (
47
48
github.com/gorilla/websocket v1.4.1 // indirect
48
49
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
49
50
github.com/grpc-ecosystem/grpc-gateway v1.11.3 // indirect
51
+ github.com/hashicorp/golang-lru v0.5.3 // indirect
50
52
github.com/huin/goupnp v1.0.0 // indirect
53
+ github.com/jackpal/go-nat-pmp v1.0.1 // indirect
51
54
github.com/jinzhu/gorm v1.9.2
52
55
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
53
56
github.com/jinzhu/now v1.0.0 // indirect
@@ -87,14 +90,18 @@ require (
87
90
github.com/stripe/stripe-go v61.7.1+incompatible
88
91
github.com/swaggo/gin-swagger v1.1.0
89
92
github.com/swaggo/swag v1.5.0
93
+ github.com/syndtr/goleveldb v1.0.0 // indirect
90
94
github.com/ugorji/go v1.1.7 // indirect
91
95
go.etcd.io/bbolt v1.3.3 // indirect
92
96
go.opencensus.io v0.22.1 // indirect
93
97
go.uber.org/multierr v1.2.0 // indirect
94
98
golang.org/x/build v0.0.0-20190111050920-041ab4dc3f9d // indirect
99
+ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
95
100
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
96
101
golang.org/x/mobile v0.0.0-20191002175909-6d0d39b2ca82 // indirect
102
+ golang.org/x/net v0.0.0-20191011234655-491137f69257 // indirect
97
103
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
104
+ golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
98
105
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
99
106
golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a // indirect
100
107
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
0 commit comments