mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-09 17:45:03 +09:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.4 to 1.13.12. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.4...v1.13.12) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
113 lines
4.8 KiB
Modula-2
113 lines
4.8 KiB
Modula-2
module github.com/anyproto/any-sync
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.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.2
|
|
github.com/ethereum/go-ethereum v1.13.12
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/goccy/go-graphviz v0.1.2
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/google/uuid v1.6.0
|
|
github.com/hashicorp/yamux v0.1.1
|
|
github.com/huandu/skiplist v1.2.0
|
|
github.com/ipfs/boxo v0.13.1
|
|
github.com/ipfs/go-block-format v0.2.0
|
|
github.com/ipfs/go-cid v0.4.1
|
|
github.com/ipfs/go-ipld-format v0.6.0
|
|
github.com/libp2p/go-libp2p v0.32.2
|
|
github.com/miguelmota/go-ethereum-hdwallet v0.1.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.18.0
|
|
github.com/quic-go/quic-go v0.40.1
|
|
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/mock v0.4.0
|
|
go.uber.org/zap v1.26.0
|
|
golang.org/x/crypto v0.19.0
|
|
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3
|
|
golang.org/x/net v0.21.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/bits-and-blooms/bitset v1.10.0 // indirect
|
|
github.com/btcsuite/btcd v0.21.0-beta // indirect
|
|
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
|
|
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/consensys/bavard v0.1.13 // indirect
|
|
github.com/consensys/gnark-crypto v0.12.1 // indirect
|
|
github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
|
|
github.com/crate-crypto/go-kzg-4844 v0.7.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.2.0 // indirect
|
|
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
|
|
github.com/fogleman/gg v1.3.0 // indirect
|
|
github.com/go-logr/logr v1.3.0 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/google/pprof v0.0.0-20240207164012-fb44976bdcd5 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
|
|
github.com/holiman/uint256 v1.2.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-util v0.0.2 // 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.0.1 // 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/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.20 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
|
github.com/mmcloughlin/addchain v0.4.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.12.0 // indirect
|
|
github.com/multiformats/go-multicodec v0.9.0 // indirect
|
|
github.com/multiformats/go-multistream v0.5.0 // indirect
|
|
github.com/multiformats/go-varint v0.0.7 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.15.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/polydawn/refmt v0.89.0 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.45.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
github.com/quic-go/qtls-go1-20 v0.4.1 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/supranational/blst v0.3.11 // indirect
|
|
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
|
|
github.com/zeebo/errs v1.3.0 // indirect
|
|
go.opentelemetry.io/otel v1.14.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.14.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/image v0.14.0 // indirect
|
|
golang.org/x/mod v0.15.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
golang.org/x/tools v0.17.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
lukechampine.com/blake3 v1.2.1 // indirect
|
|
rsc.io/tmplfunc v0.0.3 // indirect
|
|
)
|