Skip to content

Commit 8b6c493

Browse files
authored
Merge pull request #61 from anyproto/GO-3062-fix-limit-checking
GO-3062 update any-sync
2 parents 8cfc438 + 4429848 commit 8b6c493

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/ahmetb/govvv v0.3.0
7-
github.com/anyproto/any-sync v0.3.33
7+
github.com/anyproto/any-sync v0.3.34
88
github.com/gogo/protobuf v1.3.2
99
github.com/stretchr/testify v1.9.0
1010
go.mongodb.org/mongo-driver v1.14.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ github.com/VictoriaMetrics/fastcache v1.12.1/go.mod h1:tX04vaqcNoQeGLD+ra5pU5sWk
1111
github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=
1212
github.com/ahmetb/govvv v0.3.0 h1:YGLGwEyiUwHFy5eh/RUhdupbuaCGBYn5T5GWXp+WJB0=
1313
github.com/ahmetb/govvv v0.3.0/go.mod h1:4WRFpdWtc/YtKgPFwa1dr5+9hiRY5uKAL08bOlxOR6s=
14-
github.com/anyproto/any-sync v0.3.33 h1:ui7JRpeTbb8AiSyDfVWtrzCVgXg3/RnwWPhf21ROLS0=
15-
github.com/anyproto/any-sync v0.3.33/go.mod h1:JORhDzUQfTRzvHfxOuHqLyyDYZdaeIBzVPafSkkSbSY=
14+
github.com/anyproto/any-sync v0.3.34 h1:tpKJ5PWdKWRtUg5P4A9RuiVTa5S8TW2J3xeH3tuXo6g=
15+
github.com/anyproto/any-sync v0.3.34/go.mod h1:/SXsrmYZz51c5CJMV79h3RCxqyL2o3S4Wd9/fjhAt4M=
1616
github.com/anyproto/go-chash v0.1.0 h1:I9meTPjXFRfXZHRJzjOHC/XF7Q5vzysKkiT/grsogXY=
1717
github.com/anyproto/go-chash v0.1.0/go.mod h1:0UjNQi3PDazP0fINpFYu6VKhuna+W/V+1vpXHAfNgLY=
1818
github.com/anyproto/go-slip10 v1.0.0 h1:uAEtSuudR3jJBOfkOXf3bErxVoxbuKwdoJN55M1i6IA=

0 commit comments

Comments
 (0)