1
1
module github.com/ipfs/go-ds-crdt
2
2
3
- go 1.21
3
+ go 1.23
4
+
5
+ toolchain go1.23.2
4
6
5
7
require (
6
8
github.com/dgraph-io/badger v1.6.2
7
9
github.com/golang/protobuf v1.5.3
8
10
github.com/ipfs/bbloom v0.0.4
9
- github.com/ipfs/boxo v0.22.0
11
+ github.com/ipfs/boxo v0.24.2
10
12
github.com/ipfs/go-cid v0.4.1
11
13
github.com/ipfs/go-datastore v0.6.0
12
14
github.com/ipfs/go-ds-badger v0.3.0
13
15
github.com/ipfs/go-ipld-format v0.6.0
14
16
github.com/ipfs/go-log/v2 v2.5.1
15
17
github.com/jbenet/goprocess v0.1.4
16
- github.com/libp2p/go-libp2p-pubsub v0.11 .0
18
+ github.com/libp2p/go-libp2p-pubsub v0.12 .0
17
19
github.com/multiformats/go-multihash v0.2.3
18
20
github.com/pkg/errors v0.9.1
19
21
go.uber.org/multierr v1.11.0
20
- google.golang.org/protobuf v1.34.2
22
+ google.golang.org/protobuf v1.35.1
21
23
)
22
24
23
25
require (
@@ -40,7 +42,7 @@ require (
40
42
github.com/ipld/go-ipld-prime v0.21.0 // indirect
41
43
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
42
44
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
43
- github.com/libp2p/go-libp2p v0.36.1 // indirect
45
+ github.com/libp2p/go-libp2p v0.37.0 // indirect
44
46
github.com/libp2p/go-msgio v0.3.0 // indirect
45
47
github.com/mattn/go-isatty v0.0.20 // indirect
46
48
github.com/minio/sha256-simd v1.0.1 // indirect
@@ -59,9 +61,9 @@ require (
59
61
go.opentelemetry.io/otel/metric v1.27.0 // indirect
60
62
go.opentelemetry.io/otel/trace v1.27.0 // indirect
61
63
go.uber.org/zap v1.27.0 // indirect
62
- golang.org/x/crypto v0.25 .0 // indirect
63
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
64
- golang.org/x/net v0.27 .0 // indirect
65
- golang.org/x/sys v0.22 .0 // indirect
64
+ golang.org/x/crypto v0.28 .0 // indirect
65
+ golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
66
+ golang.org/x/net v0.30 .0 // indirect
67
+ golang.org/x/sys v0.26 .0 // indirect
66
68
lukechampine.com/blake3 v1.3.0 // indirect
67
69
)
0 commit comments