Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cmd/any-sync-node.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ import (
"github.com/anyproto/any-sync-node/debug/spacechecker"
"github.com/anyproto/any-sync-node/nodespace"
"github.com/anyproto/any-sync-node/nodespace/nodecache"
"github.com/anyproto/any-sync-node/nodespace/pubsubrelay"
"github.com/anyproto/any-sync-node/nodestorage"
)

Expand Down Expand Up @@ -150,6 +151,7 @@ func Bootstrap(a *app.App) {
Register(secureservice.New()).
Register(commonspace.New()).
Register(nodespace.New()).
Register(pubsubrelay.New()).
Register(spacedeleter.New()).
Register(peermanager.New()).
Register(debugserver.New()).
Expand Down
49 changes: 26 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/anyproto/any-sync-node

go 1.25.0
go 1.25.7

require (
github.com/ahmetb/govvv v0.3.0
github.com/akrylysov/pogreb v0.10.3-0.20240803013244-523613e335e9
github.com/anyproto/any-store v0.4.6
github.com/anyproto/any-sync v0.11.20
github.com/anyproto/any-store v0.4.7
github.com/anyproto/any-sync v0.12.13-0.20260707065752-f05d5319cff2
github.com/anyproto/go-chash v0.1.0
github.com/aws/aws-sdk-go v1.55.8
github.com/cheggaaa/mb/v3 v3.0.2
Expand All @@ -16,12 +16,12 @@ require (
go.uber.org/atomic v1.11.0
go.uber.org/mock v0.6.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.1
golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a
golang.org/x/net v0.52.0
go.uber.org/zap v1.28.0
golang.org/x/exp v0.0.0-20260603202125-055de637280b
golang.org/x/net v0.56.0
google.golang.org/protobuf v1.36.11
gopkg.in/yaml.v3 v3.0.1
storj.io/drpc v0.0.34
storj.io/drpc v1.0.0
)

require (
Expand All @@ -39,8 +39,9 @@ require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/dunglas/httpsfv v1.1.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/flopp/go-findfont v0.1.0 // indirect
github.com/fogleman/gg v1.3.0 // indirect
Expand All @@ -51,21 +52,21 @@ require (
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/yamux v0.1.2 // indirect
github.com/huandu/skiplist v1.2.1 // indirect
github.com/ipfs/boxo v0.37.0 // indirect
github.com/ipfs/boxo v0.41.0 // indirect
github.com/ipfs/go-block-format v0.2.3 // indirect
github.com/ipfs/go-cid v0.6.0 // indirect
github.com/ipfs/go-cid v0.6.1 // indirect
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/libp2p/go-libp2p v0.47.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/libp2p/go-libp2p v0.48.0 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/mr-tron/base58 v1.3.0 // indirect
github.com/multiformats/go-base32 v0.1.0 // indirect
github.com/multiformats/go-base36 v0.2.0 // indirect
github.com/multiformats/go-multiaddr v0.16.1 // indirect
github.com/multiformats/go-multibase v0.2.0 // indirect
github.com/multiformats/go-multibase v0.3.0 // indirect
github.com/multiformats/go-multicodec v0.10.0 // indirect
github.com/multiformats/go-multihash v0.2.3 // indirect
github.com/multiformats/go-multistream v0.6.1 // indirect
Expand All @@ -74,22 +75,24 @@ require (
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.66.1 // indirect
github.com/prometheus/procfs v0.17.0 // indirect
github.com/quic-go/quic-go v0.59.0 // indirect
github.com/prometheus/common v0.67.5 // indirect
github.com/prometheus/procfs v0.20.1 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/quic-go/quic-go v0.60.0 // indirect
github.com/quic-go/webtransport-go v0.11.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/tetratelabs/wazero v1.10.1 // indirect
github.com/valyala/fastjson v1.6.7 // indirect
github.com/valyala/fastjson v1.6.10 // indirect
github.com/zeebo/blake3 v0.2.4 // indirect
github.com/zeebo/errs v1.3.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
golang.org/x/crypto v0.49.0 // indirect
go.yaml.in/yaml/v2 v2.4.4 // indirect
golang.org/x/crypto v0.53.0 // indirect
golang.org/x/image v0.21.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/text v0.38.0 // indirect
golang.org/x/time v0.15.0 // indirect
golang.org/x/tools v0.43.0 // indirect
golang.org/x/tools v0.46.0 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
modernc.org/libc v1.66.8 // indirect
modernc.org/mathutil v1.7.1 // indirect
Expand Down
Loading
Loading