@@ -2,8 +2,6 @@ module github.com/nspcc-dev/neofs-node
22
33go 1.23
44
5- replace go.etcd.io/bbolt v1.4.0 => github.com/nspcc-dev/bbolt v0.0.0-20250612101626-5df2544a4a22
6-
75require (
86 github.com/cenkalti/backoff/v4 v4.2.1
97 github.com/cheggaaa/pb v1.0.29
@@ -19,6 +17,7 @@ require (
1917 github.com/mr-tron/base58 v1.2.0
2018 github.com/multiformats/go-multiaddr v0.12.2
2119 github.com/mxschmitt/golang-combinations v1.2.0
20+ github.com/nspcc-dev/bbolt v0.0.0-20250911202005-807225ebb0c8
2221 github.com/nspcc-dev/hrw/v2 v2.0.3
2322 github.com/nspcc-dev/locode-db v0.6.0
2423 github.com/nspcc-dev/neo-go v0.111.0
@@ -34,7 +33,6 @@ require (
3433 github.com/spf13/pflag v1.0.6
3534 github.com/spf13/viper v1.18.2
3635 github.com/stretchr/testify v1.10.0
37- go.etcd.io/bbolt v1.4.0
3836 go.uber.org/zap v1.27.0
3937 golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac
4038 golang.org/x/net v0.35.0
@@ -97,6 +95,7 @@ require (
9795 github.com/twmb/murmur3 v1.1.8 // indirect
9896 github.com/urfave/cli/v2 v2.27.6 // indirect
9997 github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
98+ go.etcd.io/bbolt v1.4.0 // indirect
10099 go.uber.org/multierr v1.11.0 // indirect
101100 golang.org/x/crypto v0.33.0 // indirect
102101 golang.org/x/text v0.22.0 // indirect
0 commit comments