1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-09 17:45:03 +09:00

build(deps): bump github.com/anyproto/any-store from 0.2.0 to 0.2.2

Bumps [github.com/anyproto/any-store](https://github.com/anyproto/any-store) from 0.2.0 to 0.2.2.
- [Commits](https://github.com/anyproto/any-store/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: github.com/anyproto/any-store
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-26 15:30:37 +00:00 committed by GitHub
parent 55e398cfdc
commit 71d6daad96
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

6
go.mod
View file

@ -6,7 +6,7 @@ toolchain go1.24.1
require (
filippo.io/edwards25519 v1.1.0
github.com/anyproto/any-store v0.2.0
github.com/anyproto/any-store v0.2.2
github.com/anyproto/go-chash v0.1.0
github.com/anyproto/go-slip10 v1.0.0
github.com/anyproto/go-slip21 v1.0.0
@ -112,9 +112,9 @@ require (
golang.org/x/text v0.25.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
lukechampine.com/blake3 v1.4.0 // indirect
modernc.org/libc v1.65.0 // indirect
modernc.org/libc v1.65.7 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.10.0 // indirect
modernc.org/memory v1.11.0 // indirect
modernc.org/sqlite v1.37.0 // indirect
zombiezen.com/go/sqlite v1.4.0 // indirect
)