@@ -7,11 +7,12 @@ toolchain go1.22.12
77replace (
88 github.com/ava-labs/avalanchego => github.com/33cn/avalanchego v1.10.10-0.20240529041529-ada691598153
99 github.com/btcsuite/btcd/btcec/v2 => github.com/btcsuite/btcd/btcec/v2 v2.3.2
10+ github.com/consensys/gnark-crypto => github.com/consensys/gnark-crypto v0.5.3
1011)
1112
1213require (
13- github.com/33cn/chain33 v1.69.1-0.20260730124452-aa71469c0974
14- github.com/BurntSushi/toml v1.3.2
14+ github.com/33cn/chain33 v1.69.1-0.20260508025622-0fa35083839d
15+ github.com/BurntSushi/toml v1.2.1
1516 github.com/NebulousLabs/Sia v1.3.7
1617 github.com/bitly/go-simplejson v0.5.0
1718 github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6
@@ -23,17 +24,17 @@ require (
2324 github.com/btcsuite/btcwallet/walletdb v1.5.1
2425 github.com/btcsuite/btcwallet/wtxmgr v1.5.6
2526 github.com/consensys/gnark v0.5.2
26- github.com/consensys/gnark-crypto v0.12.1
27+ github.com/consensys/gnark-crypto v0.10.0
2728 github.com/coreos/etcd v3.3.15+incompatible
2829 github.com/davecgh/go-spew v1.1.1
29- github.com/ethereum/go-ethereum v1.14.8
30+ github.com/ethereum/go-ethereum v1.12.0
3031 github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
3132 github.com/golang/glog v1.1.2
32- github.com/golang/protobuf v1.5.4
33+ github.com/golang/protobuf v1.5.3
3334 github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
3435 github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
35- github.com/holiman/uint256 v1.3.1
36- github.com/huin/goupnp v1.3 .0
36+ github.com/holiman/uint256 v1.2.2-0.20230321075855-87b91420868c
37+ github.com/huin/goupnp v1.2 .0
3738 github.com/jackpal/go-nat-pmp v1.0.2
3839 github.com/jinzhu/copier v0.3.6-0.20220210061904-7948fe2be217
3940 github.com/lightninglabs/neutrino v0.16.0
@@ -51,33 +52,31 @@ require (
5152 github.com/valyala/fasthttp v1.40.0
5253 golang.org/x/crypto v0.22.0
5354 golang.org/x/net v0.24.0
54- golang.org/x/sys v0.20 .0
55+ golang.org/x/sys v0.19 .0
5556 google.golang.org/grpc v1.59.0
56- google.golang.org/protobuf v1.34.2
57+ google.golang.org/protobuf v1.33.0
5758 gopkg.in/yaml.v2 v2.4.0
5859 gotest.tools v2.2.0+incompatible
5960)
6061
6162require (
6263 github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
6364 github.com/DataDog/zstd v1.5.2 // indirect
64- github.com/Microsoft/go-winio v0.6.2 // indirect
6565 github.com/NebulousLabs/errors v0.0.0-20181203160057-9f787ce8f69e // indirect
6666 github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e // indirect
6767 github.com/NebulousLabs/merkletree v0.0.0-20181203152040-08d5d54b07f5 // indirect
6868 github.com/OneOfOne/xxhash v1.2.5 // indirect
69- github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
69+ github.com/VictoriaMetrics/fastcache v1.10.0 // indirect
7070 github.com/XiaoMi/pegasus-go-client v0.0.0-20210825081735-b8a75c1eac2b // indirect
7171 github.com/aead/siphash v1.0.1 // indirect
7272 github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
7373 github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 // indirect
74- github.com/andybalholm/brotli v1.0.5 // indirect
74+ github.com/andybalholm/brotli v1.0.4 // indirect
7575 github.com/apache/arrow/go/arrow v0.0.0-20200923215132-ac86123a3f01 // indirect
7676 github.com/apache/arrow/go/v12 v12.0.1 // indirect
7777 github.com/benbjohnson/clock v1.3.5 // indirect
7878 github.com/benbjohnson/immutable v0.2.1 // indirect
7979 github.com/beorn7/perks v1.0.1 // indirect
80- github.com/bits-and-blooms/bitset v1.10.0 // indirect
8180 github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
8281 github.com/btcsuite/btcd/btcutil/psbt v1.1.8 // indirect
8382 github.com/btcsuite/btcwallet/wallet/txauthor v1.3.5 // indirect
@@ -87,24 +86,19 @@ require (
8786 github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
8887 github.com/cenkalti/backoff/v4 v4.2.0 // indirect
8988 github.com/cespare/xxhash v1.1.0 // indirect
90- github.com/cespare/xxhash/v2 v2.3.0 // indirect
91- github.com/cockroachdb/errors v1.11.3 // indirect
92- github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
89+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
90+ github.com/cockroachdb/errors v1.9.1 // indirect
9391 github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
94- github.com/cockroachdb/pebble v1.1.1 // indirect
95- github.com/cockroachdb/redact v1.1.5 // indirect
96- github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
97- github.com/consensys/bavard v0.1.13 // indirect
92+ github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811 // indirect
93+ github.com/cockroachdb/redact v1.1.3 // indirect
9894 github.com/containerd/cgroups v1.1.0 // indirect
9995 github.com/coreos/go-semver v0.3.0 // indirect
10096 github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
10197 github.com/coreos/go-systemd/v22 v22.5.0 // indirect
10298 github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
10399 github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
104- github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
105- github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
106100 github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
107- github.com/deckarep/golang-set/v2 v2.6 .0 // indirect
101+ github.com/deckarep/golang-set/v2 v2.1 .0 // indirect
108102 github.com/decred/base58 v1.0.3 // indirect
109103 github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
110104 github.com/decred/dcrd/dcrec/edwards v1.0.0 // indirect
@@ -116,27 +110,26 @@ require (
116110 github.com/docker/go-units v0.5.0 // indirect
117111 github.com/dustin/go-humanize v1.0.1 // indirect
118112 github.com/elastic/gosigar v0.14.2 // indirect
119- github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
120- github.com/ethereum/go-verkle v0.1.1-0.20240306133620-7d920df305f0 // indirect
113+ github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect
121114 github.com/flynn/noise v1.0.0 // indirect
122115 github.com/francoispqt/gojay v1.2.13 // indirect
123116 github.com/fsnotify/fsnotify v1.6.0 // indirect
124117 github.com/fxamacker/cbor/v2 v2.5.0 // indirect
125118 github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
126119 github.com/getamis/alice v1.0.3 // indirect
127120 github.com/getamis/sirius v1.1.7 // indirect
128- github.com/getsentry/sentry-go v0.27 .0 // indirect
121+ github.com/getsentry/sentry-go v0.18 .0 // indirect
129122 github.com/go-interpreter/wagon v0.6.0 // indirect
130123 github.com/go-logr/logr v1.2.4 // indirect
131124 github.com/go-logr/stdr v1.2.2 // indirect
132- github.com/go-ole/go-ole v1.3.0 // indirect
125+ github.com/go-ole/go-ole v1.2.6 // indirect
133126 github.com/go-stack/stack v1.8.1 // indirect
134127 github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
135128 github.com/godbus/dbus/v5 v5.1.0 // indirect
136129 github.com/gofrs/flock v0.8.1 // indirect
137130 github.com/gofrs/uuid v3.3.0+incompatible // indirect
138131 github.com/gogo/protobuf v1.3.2 // indirect
139- github.com/golang-jwt/jwt/v4 v4.5 .0 // indirect
132+ github.com/golang-jwt/jwt/v4 v4.3 .0 // indirect
140133 github.com/golang/mock v1.6.0 // indirect
141134 github.com/google/flatbuffers v2.0.8+incompatible // indirect
142135 github.com/google/go-cmp v0.6.0 // indirect
@@ -150,7 +143,6 @@ require (
150143 github.com/hashicorp/go-bexpr v0.1.10 // indirect
151144 github.com/hashicorp/go-multierror v1.1.1 // indirect
152145 github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
153- github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 // indirect
154146 github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
155147 github.com/inconshreveable/mousetrap v1.0.0 // indirect
156148 github.com/influxdata/flux v0.131.0 // indirect
@@ -196,8 +188,8 @@ require (
196188 github.com/lightningnetwork/lnd/tlv v1.0.2 // indirect
197189 github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
198190 github.com/mattn/go-colorable v0.1.13 // indirect
199- github.com/mattn/go-isatty v0.0.20 // indirect
200- github.com/mattn/go-runewidth v0.0.13 // indirect
191+ github.com/mattn/go-isatty v0.0.19 // indirect
192+ github.com/mattn/go-runewidth v0.0.9 // indirect
201193 github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
202194 github.com/miekg/dns v1.1.55 // indirect
203195 github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
@@ -206,7 +198,6 @@ require (
206198 github.com/minio/sha256-simd v1.0.1 // indirect
207199 github.com/mitchellh/mapstructure v1.5.0 // indirect
208200 github.com/mitchellh/pointerstructure v1.2.0 // indirect
209- github.com/mmcloughlin/addchain v0.4.0 // indirect
210201 github.com/multiformats/go-base32 v0.1.0 // indirect
211202 github.com/multiformats/go-base36 v0.2.0 // indirect
212203 github.com/multiformats/go-multiaddr v0.11.0 // indirect
@@ -236,25 +227,23 @@ require (
236227 github.com/quic-go/webtransport-go v0.5.3 // indirect
237228 github.com/raulk/go-watchdog v1.3.0 // indirect
238229 github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
239- github.com/rivo/uniseg v0.2.0 // indirect
240230 github.com/rogpeppe/go-internal v1.12.0 // indirect
241231 github.com/rollbar/rollbar-go v1.2.0 // indirect
242232 github.com/russross/blackfriday/v2 v2.1.0 // indirect
243233 github.com/sergi/go-diff v1.0.0 // indirect
244234 github.com/shirou/gopsutil v3.21.11+incompatible // indirect
245- github.com/sirupsen/logrus v1.9.3 // indirect
235+ github.com/sirupsen/logrus v1.9.0 // indirect
246236 github.com/spaolacci/murmur3 v1.1.0 // indirect
247237 github.com/spf13/pflag v1.0.5 // indirect
248238 github.com/status-im/keycard-go v0.2.0 // indirect
249239 github.com/stretchr/objx v0.5.2 // indirect
250- github.com/supranational/blst v0.3.11 // indirect
251240 github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a // indirect
252- github.com/tklauser/go-sysconf v0.3.12 // indirect
253- github.com/tklauser/numcpus v0.6.1 // indirect
241+ github.com/tklauser/go-sysconf v0.3.5 // indirect
242+ github.com/tklauser/numcpus v0.2.2 // indirect
254243 github.com/tyler-smith/go-bip39 v1.1.0 // indirect
255244 github.com/uber/jaeger-client-go v2.28.0+incompatible // indirect
256245 github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
257- github.com/urfave/cli/v2 v2.25.7 // indirect
246+ github.com/urfave/cli/v2 v2.17.2-0.20221006022127-8f469abc00aa // indirect
258247 github.com/valyala/bytebufferpool v1.0.0 // indirect
259248 github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
260249 github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
@@ -274,24 +263,24 @@ require (
274263 go.uber.org/multierr v1.11.0 // indirect
275264 go.uber.org/zap v1.25.0 // indirect
276265 golang.org/x/exp v0.0.0-20231226003508-02704c960a9b // indirect
277- golang.org/x/mod v0.17 .0 // indirect
266+ golang.org/x/mod v0.14 .0 // indirect
278267 golang.org/x/sync v0.7.0 // indirect
279268 golang.org/x/term v0.19.0 // indirect
280269 golang.org/x/text v0.14.0 // indirect
281- golang.org/x/time v0.5.0 // indirect
282- golang.org/x/tools v0.20 .0 // indirect
270+ golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
271+ golang.org/x/tools v0.16 .0 // indirect
283272 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
284273 gonum.org/v1/gonum v0.11.0 // indirect
285274 google.golang.org/appengine v1.6.7 // indirect
286275 google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
287276 google.golang.org/genproto/googleapis/api v0.0.0-20231012201019-e917dd12ba7a // indirect
288277 google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
289- gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
278+ gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
279+ gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
290280 gopkg.in/sourcemap.v1 v1.0.5 // indirect
291281 gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
292282 gopkg.in/yaml.v3 v3.0.1 // indirect
293283 k8s.io/apimachinery v0.17.5 // indirect
294284 lukechampine.com/blake3 v1.2.1 // indirect
295- rsc.io/tmplfunc v0.0.3 // indirect
296285
297286)
0 commit comments