@@ -5,15 +5,13 @@ go 1.15
5
5
require (
6
6
github.com/btcsuite/btcd v0.22.0-beta
7
7
github.com/coreos/go-semver v0.3.0
8
- github.com/ethereum/go-ethereum v1.9.23
8
+ github.com/ethereum/go-ethereum v1.10.3
9
9
github.com/ethersphere/go-price-oracle-abi v0.1.0
10
10
github.com/ethersphere/go-storage-incentives-abi v0.3.0
11
11
github.com/ethersphere/go-sw3-abi v0.4.0
12
12
github.com/ethersphere/langos v1.0.0
13
13
github.com/gogo/protobuf v1.3.2
14
- github.com/golang/protobuf v1.5.2 // indirect
15
14
github.com/google/go-cmp v0.5.5
16
- github.com/google/uuid v1.1.4 // indirect
17
15
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
18
16
github.com/gorilla/handlers v1.4.2
19
17
github.com/gorilla/mux v1.7.4
@@ -25,7 +23,6 @@ require (
25
23
github.com/kardianos/service v1.2.0
26
24
github.com/klauspost/cpuid/v2 v2.0.8 // indirect
27
25
github.com/koron/go-ssdp v0.0.2 // indirect
28
- github.com/kr/text v0.2.0 // indirect
29
26
github.com/libp2p/go-libp2p v0.14.3
30
27
github.com/libp2p/go-libp2p-autonat v0.4.2
31
28
github.com/libp2p/go-libp2p-core v0.8.5
@@ -55,11 +52,11 @@ require (
55
52
github.com/spf13/jwalterweatherman v1.1.0 // indirect
56
53
github.com/spf13/pflag v1.0.5 // indirect
57
54
github.com/spf13/viper v1.7.0
58
- github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
55
+ github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
59
56
github.com/uber/jaeger-client-go v2.24.0+incompatible
60
57
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
61
58
github.com/vmihailenco/msgpack/v5 v5.3.4
62
- github.com/wealdtech/go-ens/v3 v3.4.4
59
+ github.com/wealdtech/go-ens/v3 v3.4.6
63
60
gitlab.com/nolash/go-mockbytes v0.0.7
64
61
go.uber.org/atomic v1.8.0
65
62
go.uber.org/multierr v1.7.0 // indirect
@@ -69,7 +66,7 @@ require (
69
66
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
70
67
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
71
68
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
72
- golang.org/x/time v0.0.0-20191024005414-555d28b269f0
69
+ golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
73
70
google.golang.org/protobuf v1.27.1 // indirect
74
71
gopkg.in/ini.v1 v1.57.0 // indirect
75
72
gopkg.in/yaml.v2 v2.4.0
0 commit comments