1
1
module github.com/anyproto/anytype-heart
2
2
3
3
go 1.23.2
4
+ toolchain go1.24.1
4
5
5
6
require (
6
7
github.com/JohannesKaufmann/html-to-markdown v1.4.0
@@ -54,8 +55,8 @@ require (
54
55
github.com/huandu/skiplist v1.2.1
55
56
github.com/iancoleman/strcase v0.3.0
56
57
github.com/improbable-eng/grpc-web v0.15.0
57
- github.com/ipfs/boxo v0.29.1
58
- github.com/ipfs/go-block-format v0.2.0
58
+ github.com/ipfs/boxo v0.30.0
59
+ github.com/ipfs/go-block-format v0.2.1
59
60
github.com/ipfs/go-cid v0.5.0
60
61
github.com/ipfs/go-datastore v0.8.2
61
62
github.com/ipfs/go-ds-flatfs v0.5.5
@@ -84,7 +85,7 @@ require (
84
85
github.com/otiai10/copy v1.14.1
85
86
github.com/otiai10/opengraph/v2 v2.1.0
86
87
github.com/pkg/errors v0.9.1
87
- github.com/prometheus/client_golang v1.21.1
88
+ github.com/prometheus/client_golang v1.22.0
88
89
github.com/pseudomuto/protoc-gen-doc v1.5.1
89
90
github.com/quic-go/quic-go v0.50.1
90
91
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
@@ -107,7 +108,7 @@ require (
107
108
go.uber.org/mock v0.5.0
108
109
go.uber.org/multierr v1.11.0
109
110
go.uber.org/zap v1.27.0
110
- golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
111
+ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
111
112
golang.org/x/image v0.27.0
112
113
golang.org/x/mobile v0.0.0-20250218173827-cd096645fcd3
113
114
golang.org/x/net v0.40.0
@@ -202,7 +203,6 @@ require (
202
203
github.com/inconshreveable/mousetrap v1.1.0 // indirect
203
204
github.com/ipfs/bbloom v0.0.4 // indirect
204
205
github.com/ipfs/go-bitfield v1.1.0 // indirect
205
- github.com/ipfs/go-ipfs-util v0.0.3 // indirect
206
206
github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
207
207
github.com/ipfs/go-log/v2 v2.5.1 // indirect
208
208
github.com/ipfs/go-metrics-interface v0.3.0 // indirect
@@ -215,12 +215,12 @@ require (
215
215
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
216
216
github.com/leodido/go-urn v1.4.0 // indirect
217
217
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
218
- github.com/libp2p/go-libp2p v0.41.0 // indirect
218
+ github.com/libp2p/go-libp2p v0.41.1 // indirect
219
219
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
220
220
github.com/mailru/easyjson v0.7.7 // indirect
221
221
github.com/mattn/go-colorable v0.1.13 // indirect
222
222
github.com/mattn/go-isatty v0.0.20 // indirect
223
- github.com/miekg/dns v1.1.63 // indirect
223
+ github.com/miekg/dns v1.1.65 // indirect
224
224
github.com/minio/sha256-simd v1.0.1 // indirect
225
225
github.com/mitchellh/copystructure v1.2.0 // indirect
226
226
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -243,9 +243,9 @@ require (
243
243
github.com/pmezard/go-difflib v1.0.0 // indirect
244
244
github.com/polydawn/refmt v0.89.0 // indirect
245
245
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
246
- github.com/prometheus/client_model v0.6.1 // indirect
247
- github.com/prometheus/common v0.62 .0 // indirect
248
- github.com/prometheus/procfs v0.15 .1 // indirect
246
+ github.com/prometheus/client_model v0.6.2 // indirect
247
+ github.com/prometheus/common v0.63 .0 // indirect
248
+ github.com/prometheus/procfs v0.16 .1 // indirect
249
249
github.com/pseudomuto/protokit v0.2.1 // indirect
250
250
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
251
251
github.com/rs/cors v1.11.0 // indirect
@@ -276,19 +276,19 @@ require (
276
276
github.com/zeebo/errs v1.4.0 // indirect
277
277
go.opencensus.io v0.24.0 // indirect
278
278
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
279
- go.opentelemetry.io/otel v1.34 .0 // indirect
280
- go.opentelemetry.io/otel/metric v1.34 .0 // indirect
281
- go.opentelemetry.io/otel/trace v1.34 .0 // indirect
279
+ go.opentelemetry.io/otel v1.35 .0 // indirect
280
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
281
+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
282
282
golang.org/x/arch v0.8.0 // indirect
283
283
golang.org/x/crypto v0.38.0 // indirect
284
284
golang.org/x/mod v0.24.0 // indirect
285
285
golang.org/x/sync v0.14.0 // indirect
286
286
golang.org/x/term v0.32.0 // indirect
287
287
golang.org/x/time v0.11.0 // indirect
288
- golang.org/x/tools v0.31 .0 // indirect
288
+ golang.org/x/tools v0.32 .0 // indirect
289
289
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
290
290
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
291
- google.golang.org/protobuf v1.36.5 // indirect
291
+ google.golang.org/protobuf v1.36.6 // indirect
292
292
gopkg.in/ini.v1 v1.67.0 // indirect
293
293
gopkg.in/yaml.v2 v2.4.0 // indirect
294
294
lukechampine.com/blake3 v1.4.0 // indirect
0 commit comments