Skip to content

Commit c12f95f

Browse files
committed
Update anytype-heart to v0.48.1
1 parent ccf98a9 commit c12f95f

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/anyproto/anytype-cli
33
go 1.24.6
44

55
require (
6-
github.com/anyproto/any-sync v0.11.10
7-
github.com/anyproto/anytype-heart v0.48.0
6+
github.com/anyproto/any-sync v0.11.14
7+
github.com/anyproto/anytype-heart v0.48.1
88
github.com/cheggaaa/mb/v3 v3.0.2
99
github.com/chzyer/readline v1.5.1
1010
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
@@ -14,6 +14,7 @@ require (
1414
github.com/spf13/cobra v1.10.2
1515
github.com/zalando/go-keyring v0.2.6
1616
google.golang.org/grpc v1.78.0
17+
gopkg.in/yaml.v3 v3.0.1
1718
)
1819

1920
require (
@@ -256,7 +257,6 @@ require (
256257
gopkg.in/Graylog2/go-gelf.v2 v2.0.0-20191017102106-1550ee647df0 // indirect
257258
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
258259
gopkg.in/yaml.v2 v2.4.0 // indirect
259-
gopkg.in/yaml.v3 v3.0.1 // indirect
260260
lukechampine.com/blake3 v1.4.1 // indirect
261261
modernc.org/libc v1.66.8 // indirect
262262
modernc.org/mathutil v1.7.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ github.com/andybalholm/cascadia v1.3.3 h1:AG2YHrzJIm4BZ19iwJ/DAua6Btl3IwJX+VI4kk
3838
github.com/andybalholm/cascadia v1.3.3/go.mod h1:xNd9bqTn98Ln4DwST8/nG+H0yuB8Hmgu1YHNnWw0GeA=
3939
github.com/anyproto/any-store v0.4.4 h1:OcRFOYIqY/LqiAxjPyM9bVXyTxBdwo3jvu4vAnDa4cE=
4040
github.com/anyproto/any-store v0.4.4/go.mod h1:Npi35qMUVZ8ouiV4o9AqpZDs6LbDOF+5ZLlVijXofFM=
41-
github.com/anyproto/any-sync v0.11.10 h1:HVRHoom1wHX3RniSMOyOiPiHYF+Qh4lTNcsY8HEkyO0=
42-
github.com/anyproto/any-sync v0.11.10/go.mod h1:DHuR/dILpIaZSGSUCFwjZrleUkXMJ97cIBq4aYXWCHQ=
43-
github.com/anyproto/anytype-heart v0.48.0 h1:MAI6haiyEtVqolFuxkg5t1y1N1zni2qOS8nT7hU5t1Q=
44-
github.com/anyproto/anytype-heart v0.48.0/go.mod h1:q2fMxT7nnvVtYJqj4NzsuXWbMJflZoKmcKSzI8RJeEM=
41+
github.com/anyproto/any-sync v0.11.14 h1:hcsyf+bkzHQ0VZe7YOcSVaR2gVaSn2eAP37PulnmadE=
42+
github.com/anyproto/any-sync v0.11.14/go.mod h1:DHuR/dILpIaZSGSUCFwjZrleUkXMJ97cIBq4aYXWCHQ=
43+
github.com/anyproto/anytype-heart v0.48.1 h1:CL0Rt94qbPWM0Ihq6UjvEganVYBSzvXtlnyzdiP10Ew=
44+
github.com/anyproto/anytype-heart v0.48.1/go.mod h1:y9YhUmq127YfhzO6WmcBeKyTJpKRudCdCAkh75WzpZ0=
4545
github.com/anyproto/anytype-publish-server/publishclient v0.0.0-20250716122732-cdcfe3a126bb h1:X1os44y0QWf1mYGj8BOoYKlXwY5xb94xTQIw1IIKJbY=
4646
github.com/anyproto/anytype-publish-server/publishclient v0.0.0-20250716122732-cdcfe3a126bb/go.mod h1:OzzODq4OigiRVD2lSOX1iHAoLcxhJDRbZb8n5PLG3WE=
4747
github.com/anyproto/anytype-push-server/pushclient v0.0.0-20250801122506-553f6c085a23 h1:jXAjKY4g9ec7lDtayIlzM9u0/b3xGS9YgGA6JtRhHfU=

0 commit comments

Comments
 (0)