mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-07 21:47:02 +09:00
120 lines
5 KiB
Modula-2
120 lines
5 KiB
Modula-2
module github.com/anyproto/any-sync
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.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
|
|
github.com/anyproto/lexid v0.0.4
|
|
github.com/anyproto/protobuf v1.3.3-0.20240814124528-72b8c7e0e0f5
|
|
github.com/btcsuite/btcd v0.22.1
|
|
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
|
|
github.com/cespare/xxhash v1.1.0
|
|
github.com/cheggaaa/mb/v3 v3.0.2
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/goccy/go-graphviz v0.2.9
|
|
github.com/google/uuid v1.6.0
|
|
github.com/hashicorp/yamux v0.1.2
|
|
github.com/huandu/skiplist v1.2.1
|
|
github.com/ipfs/boxo v0.29.1
|
|
github.com/ipfs/go-block-format v0.2.0
|
|
github.com/ipfs/go-cid v0.5.0
|
|
github.com/ipfs/go-ipld-format v0.6.0
|
|
github.com/libp2p/go-libp2p v0.41.1
|
|
github.com/mr-tron/base58 v1.2.0
|
|
github.com/multiformats/go-multibase v0.2.0
|
|
github.com/multiformats/go-multihash v0.2.3
|
|
github.com/prometheus/client_golang v1.22.0
|
|
github.com/quic-go/quic-go v0.52.0
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/tyler-smith/go-bip39 v1.1.0
|
|
github.com/zeebo/blake3 v0.2.4
|
|
go.uber.org/atomic v1.11.0
|
|
go.uber.org/mock v0.5.2
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.38.0
|
|
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
|
|
golang.org/x/net v0.40.0
|
|
golang.org/x/sys v0.33.0
|
|
golang.org/x/time v0.11.0
|
|
golang.org/x/tools v0.33.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
storj.io/drpc v0.0.34
|
|
)
|
|
|
|
require (
|
|
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/crackcomm/go-gitignore v0.0.0-20241020182519-7843d2ba8fdf // 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/disintegration/imaging v1.6.2 // 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
|
|
github.com/gammazero/deque v1.0.0 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/google/pprof v0.0.0-20250317173921-a4b03ec1a45e // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/ipfs/bbloom v0.0.4 // indirect
|
|
github.com/ipfs/go-bitfield v1.1.0 // indirect
|
|
github.com/ipfs/go-datastore v0.8.2 // indirect
|
|
github.com/ipfs/go-ipfs-util v0.0.3 // indirect
|
|
github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
|
|
github.com/ipfs/go-log/v2 v2.5.1 // indirect
|
|
github.com/ipfs/go-metrics-interface v0.3.0 // indirect
|
|
github.com/ipld/go-codec-dagpb v1.6.0 // indirect
|
|
github.com/ipld/go-ipld-prime v0.21.0 // indirect
|
|
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
|
|
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/minio/sha256-simd v1.0.1 // 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.15.0 // indirect
|
|
github.com/multiformats/go-multicodec v0.9.0 // indirect
|
|
github.com/multiformats/go-multistream v0.6.0 // indirect
|
|
github.com/multiformats/go-varint v0.0.7 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.22.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/polydawn/refmt v0.89.0 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.62.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/tetratelabs/wazero v1.8.1 // indirect
|
|
github.com/valyala/fastjson v1.6.4 // indirect
|
|
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
|
|
github.com/zeebo/errs v1.3.0 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.opentelemetry.io/otel v1.34.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.34.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.34.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/image v0.21.0 // indirect
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/sync v0.14.0 // indirect
|
|
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.7 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
modernc.org/sqlite v1.37.0 // indirect
|
|
zombiezen.com/go/sqlite v1.4.0 // indirect
|
|
)
|