Skip to content

Commit 23f3279

Browse files
authored
Merge pull request #279 from opacity/feature/enable-renew
fixes
2 parents fcbd0e5 + 2421bed commit 23f3279

File tree

5 files changed

+15
-108
lines changed

5 files changed

+15
-108
lines changed

go.mod

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ require (
1010
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
1111
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
1212
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
13+
github.com/allegro/bigcache v1.2.0 // indirect
1314
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
1516
github.com/bamzi/jobrunner v0.0.0-20161019143021-273175f8b6eb
1617
github.com/btcsuite/btcd v0.0.0-20190213025234-306aecffea32 // indirect
1718
github.com/caarlos0/env v3.5.0+incompatible
@@ -28,7 +29,7 @@ require (
2829
github.com/dgraph-io/badger v1.6.0
2930
github.com/edsrzf/mmap-go v1.0.0 // indirect
3031
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
3233
github.com/fjl/memsize v0.0.0-20180929194037-2a09253e352a // indirect
3334
github.com/gin-contrib/cors v0.0.0-20190301062745-f9e10995c85a
3435
github.com/gin-gonic/gin v1.3.0
@@ -47,7 +48,9 @@ require (
4748
github.com/gorilla/websocket v1.4.1 // indirect
4849
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
4950
github.com/grpc-ecosystem/grpc-gateway v1.11.3 // indirect
51+
github.com/hashicorp/golang-lru v0.5.3 // indirect
5052
github.com/huin/goupnp v1.0.0 // indirect
53+
github.com/jackpal/go-nat-pmp v1.0.1 // indirect
5154
github.com/jinzhu/gorm v1.9.2
5255
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
5356
github.com/jinzhu/now v1.0.0 // indirect
@@ -87,14 +90,18 @@ require (
8790
github.com/stripe/stripe-go v61.7.1+incompatible
8891
github.com/swaggo/gin-swagger v1.1.0
8992
github.com/swaggo/swag v1.5.0
93+
github.com/syndtr/goleveldb v1.0.0 // indirect
9094
github.com/ugorji/go v1.1.7 // indirect
9195
go.etcd.io/bbolt v1.3.3 // indirect
9296
go.opencensus.io v0.22.1 // indirect
9397
go.uber.org/multierr v1.2.0 // indirect
9498
golang.org/x/build v0.0.0-20190111050920-041ab4dc3f9d // indirect
99+
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
95100
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
96101
golang.org/x/mobile v0.0.0-20191002175909-6d0d39b2ca82 // indirect
102+
golang.org/x/net v0.0.0-20191011234655-491137f69257 // indirect
97103
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
104+
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
98105
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
99106
golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a // indirect
100107
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect

0 commit comments

Comments
 (0)