mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.12.0. - [Commits](https://github.com/golang/net/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
106 lines
4.4 KiB
Modula-2
106 lines
4.4 KiB
Modula-2
module github.com/anyproto/any-sync
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.0.0
|
|
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/cespare/xxhash v1.1.0
|
|
github.com/cheggaaa/mb/v3 v3.0.1
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/goccy/go-graphviz v0.1.1
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/hashicorp/yamux v0.1.1
|
|
github.com/huandu/skiplist v1.2.0
|
|
github.com/ipfs/go-block-format v0.1.2
|
|
github.com/ipfs/go-blockservice v0.5.2
|
|
github.com/ipfs/go-cid v0.4.1
|
|
github.com/ipfs/go-ipfs-blockstore v1.3.1
|
|
github.com/ipfs/go-ipfs-chunker v0.0.6
|
|
github.com/ipfs/go-ipfs-exchange-interface v0.2.1
|
|
github.com/ipfs/go-ipld-format v0.5.0
|
|
github.com/ipfs/go-merkledag v0.11.0
|
|
github.com/ipfs/go-unixfs v0.4.6
|
|
github.com/libp2p/go-libp2p v0.28.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.16.0
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/tyler-smith/go-bip39 v1.1.0
|
|
github.com/zeebo/blake3 v0.2.3
|
|
go.uber.org/atomic v1.11.0
|
|
go.uber.org/zap v1.24.0
|
|
golang.org/x/crypto v0.11.0
|
|
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
|
|
golang.org/x/net v0.12.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
storj.io/drpc v0.0.33
|
|
)
|
|
|
|
require (
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // 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.2.0 // indirect
|
|
github.com/fogleman/gg v1.3.0 // indirect
|
|
github.com/go-logr/logr v1.2.4 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/ipfs/bbloom v0.0.4 // indirect
|
|
github.com/ipfs/go-bitfield v1.1.0 // indirect
|
|
github.com/ipfs/go-datastore v0.6.0 // indirect
|
|
github.com/ipfs/go-ipfs-ds-help v1.1.0 // indirect
|
|
github.com/ipfs/go-ipfs-files v0.2.0 // indirect
|
|
github.com/ipfs/go-ipfs-posinfo v0.0.1 // indirect
|
|
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
|
|
github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
|
|
github.com/ipfs/go-log v1.0.5 // indirect
|
|
github.com/ipfs/go-log/v2 v2.5.1 // indirect
|
|
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
|
|
github.com/ipfs/go-verifcid v0.0.1 // indirect
|
|
github.com/ipld/go-codec-dagpb v1.6.0 // indirect
|
|
github.com/ipld/go-ipld-prime v0.20.0 // indirect
|
|
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
|
|
github.com/jbenet/goprocess v0.1.4 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // 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.9.0 // indirect
|
|
github.com/multiformats/go-multicodec v0.9.0 // indirect
|
|
github.com/multiformats/go-multistream v0.4.1 // indirect
|
|
github.com/multiformats/go-varint v0.0.7 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect
|
|
github.com/prometheus/client_model v0.4.0 // indirect
|
|
github.com/prometheus/common v0.44.0 // indirect
|
|
github.com/prometheus/procfs v0.10.1 // indirect
|
|
github.com/quic-go/quic-go v0.35.1 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
|
|
github.com/zeebo/errs v1.3.0 // indirect
|
|
go.opentelemetry.io/otel v1.7.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.7.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/image v0.6.0 // indirect
|
|
golang.org/x/sync v0.2.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
golang.org/x/tools v0.9.3 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
lukechampine.com/blake3 v1.2.1 // indirect
|
|
)
|