@@ -23,9 +23,8 @@ require (
23
23
github.com/btcsuite/btcd/v2 v2.0.0-00010101000000-000000000000
24
24
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
25
25
github.com/checksum0/go-electrum v0.0.0-20220912200153-b862ac442cf9
26
- github.com/ethereum/go-ethereum v1.10.19
26
+ github.com/ethereum/go-ethereum v1.12.1
27
27
github.com/go-test/deep v1.0.8
28
- github.com/golang/protobuf v1.5.2
29
28
github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa
30
29
github.com/hashicorp/go-multierror v1.1.1
31
30
github.com/ipfs/go-datastore v0.5.1
@@ -45,10 +44,10 @@ require (
45
44
github.com/spf13/pflag v1.0.5
46
45
github.com/spf13/viper v1.12.0
47
46
go.uber.org/zap v1.21.0
48
- golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
49
- golang.org/x/exp v0.0.0-20220426173459-3bcf042a4bf5
50
- golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
51
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
47
+ golang.org/x/crypto v0.9.0
48
+ golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc
49
+ golang.org/x/sync v0.3.0
50
+ golang.org/x/term v0.8.0
52
51
google.golang.org/protobuf v1.30.0
53
52
google.golang.org/protobuf/dev v0.0.0-00010101000000-000000000000
54
53
)
@@ -61,30 +60,32 @@ require (
61
60
github.com/beorn7/perks v1.0.1 // indirect
62
61
github.com/btcsuite/btcd/btcutil v1.1.1 // indirect
63
62
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
64
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
63
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
65
64
github.com/cheekybits/genny v1.0.0 // indirect
66
65
github.com/containerd/cgroups v0.0.0-20201119153540-4cbc285b3327 // indirect
67
66
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
68
67
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
69
- github.com/deckarep/golang-set v1.8 .0 // indirect
68
+ github.com/deckarep/golang-set/v2 v2.1 .0 // indirect
70
69
github.com/decred/dcrd/dcrec/edwards/v2 v2.0.0 // indirect
71
70
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
72
71
github.com/docker/go-units v0.4.0 // indirect
73
72
github.com/elastic/gosigar v0.12.0 // indirect
74
73
github.com/flynn/noise v1.0.0 // indirect
75
74
github.com/francoispqt/gojay v1.2.13 // indirect
76
- github.com/fsnotify/fsnotify v1.5.4 // indirect
75
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
77
76
github.com/go-ole/go-ole v1.2.1 // indirect
78
- github.com/go-stack/stack v1.8.0 // indirect
77
+ github.com/go-stack/stack v1.8.1 // indirect
79
78
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
80
79
github.com/godbus/dbus/v5 v5.0.4 // indirect
81
80
github.com/gogo/protobuf v1.3.2 // indirect
81
+ github.com/golang/protobuf v1.5.2 // indirect
82
82
github.com/google/gopacket v1.1.19 // indirect
83
83
github.com/google/uuid v1.3.0 // indirect
84
84
github.com/gorilla/websocket v1.5.0 // indirect
85
85
github.com/hashicorp/errwrap v1.1.0 // indirect
86
86
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
87
87
github.com/hashicorp/hcl v1.0.0 // indirect
88
+ github.com/holiman/uint256 v1.2.3 // indirect
88
89
github.com/huin/goupnp v1.0.3 // indirect
89
90
github.com/inconshreveable/mousetrap v1.0.0 // indirect
90
91
github.com/ipfs/bbloom v0.0.4 // indirect
@@ -108,7 +109,7 @@ require (
108
109
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
109
110
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
110
111
github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23 // indirect
111
- github.com/klauspost/compress v1.15.1 // indirect
112
+ github.com/klauspost/compress v1.15.15 // indirect
112
113
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
113
114
github.com/koron/go-ssdp v0.0.2 // indirect
114
115
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
@@ -133,8 +134,8 @@ require (
133
134
github.com/marten-seemann/qtls-go1-17 v0.1.1 // indirect
134
135
github.com/marten-seemann/qtls-go1-18 v0.1.1 // indirect
135
136
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
136
- github.com/mattn/go-isatty v0.0.14 // indirect
137
- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
137
+ github.com/mattn/go-isatty v0.0.16 // indirect
138
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
138
139
github.com/miekg/dns v1.1.43 // indirect
139
140
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
140
141
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
@@ -161,13 +162,12 @@ require (
161
162
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
162
163
github.com/pkg/errors v0.9.1 // indirect
163
164
github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect
164
- github.com/prometheus/client_golang v1.12.1 // indirect
165
- github.com/prometheus/client_model v0.2 .0 // indirect
166
- github.com/prometheus/common v0.32.1 // indirect
167
- github.com/prometheus/procfs v0.7.3 // indirect
165
+ github.com/prometheus/client_golang v1.14.0 // indirect
166
+ github.com/prometheus/client_model v0.3 .0 // indirect
167
+ github.com/prometheus/common v0.39.0 // indirect
168
+ github.com/prometheus/procfs v0.9.0 // indirect
168
169
github.com/raulk/clock v1.1.0 // indirect
169
170
github.com/raulk/go-watchdog v1.2.0 // indirect
170
- github.com/rjeczalik/notify v0.9.2 // indirect
171
171
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
172
172
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
173
173
github.com/spaolacci/murmur3 v1.1.0 // indirect
@@ -184,17 +184,17 @@ require (
184
184
go.opencensus.io v0.23.0 // indirect
185
185
go.uber.org/atomic v1.9.0 // indirect
186
186
go.uber.org/multierr v1.8.0 // indirect
187
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
188
- golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
189
- golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
190
- golang.org/x/text v0.3.7 // indirect
191
- golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
192
- golang.org/x/tools v0.1.11 // indirect
187
+ golang.org/x/mod v0.10.0 // indirect
188
+ golang.org/x/net v0.10.0 // indirect
189
+ golang.org/x/sys v0.9.0 // indirect
190
+ golang.org/x/text v0.9.0 // indirect
191
+ golang.org/x/time v0.3.0 // indirect
192
+ golang.org/x/tools v0.9.1 // indirect
193
193
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
194
194
gopkg.in/ini.v1 v1.66.4 // indirect
195
195
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
196
196
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
197
197
gopkg.in/yaml.v2 v2.4.0 // indirect
198
- gopkg.in/yaml.v3 v3.0.0 // indirect
198
+ gopkg.in/yaml.v3 v3.0.1 // indirect
199
199
lukechampine.com/blake3 v1.1.7 // indirect
200
200
)
0 commit comments