-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #233 from ipfs/update-deps
Update dependencies
- Loading branch information
Showing
3 changed files
with
216 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,67 @@ | ||
module github.com/ipfs/go-ds-crdt | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/dgraph-io/badger v1.6.2 | ||
github.com/golang/protobuf v1.5.3 | ||
github.com/ipfs/bbloom v0.0.4 | ||
github.com/ipfs/boxo v0.13.1 | ||
github.com/ipfs/boxo v0.22.0 | ||
github.com/ipfs/go-cid v0.4.1 | ||
github.com/ipfs/go-datastore v0.6.0 | ||
github.com/ipfs/go-ds-badger v0.3.0 | ||
github.com/ipfs/go-ipld-format v0.6.0 | ||
github.com/ipfs/go-log/v2 v2.5.1 | ||
github.com/jbenet/goprocess v0.1.4 | ||
github.com/libp2p/go-libp2p-pubsub v0.9.3 | ||
github.com/libp2p/go-libp2p-pubsub v0.11.0 | ||
github.com/multiformats/go-multihash v0.2.3 | ||
github.com/pkg/errors v0.9.1 | ||
go.uber.org/multierr v1.11.0 | ||
google.golang.org/protobuf v1.31.0 | ||
google.golang.org/protobuf v1.34.2 | ||
) | ||
|
||
require ( | ||
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect | ||
github.com/cespare/xxhash v1.1.0 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect | ||
github.com/dgraph-io/ristretto v0.0.2 // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/go-logr/logr v1.2.4 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect | ||
github.com/ipfs/go-block-format v0.1.2 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect | ||
github.com/ipfs/go-block-format v0.2.0 // indirect | ||
github.com/ipfs/go-detect-race v0.0.1 // 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-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/klauspost/cpuid/v2 v2.2.5 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect | ||
github.com/libp2p/go-buffer-pool v0.1.0 // indirect | ||
github.com/libp2p/go-libp2p v0.30.0 // indirect | ||
github.com/libp2p/go-libp2p v0.36.1 // indirect | ||
github.com/libp2p/go-msgio v0.3.0 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/minio/sha256-simd v1.0.1 // indirect | ||
github.com/mr-tron/base58 v1.2.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.11.0 // indirect | ||
github.com/multiformats/go-multiaddr v0.13.0 // indirect | ||
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect | ||
github.com/multiformats/go-multibase v0.2.0 // indirect | ||
github.com/multiformats/go-multicodec v0.9.0 // indirect | ||
github.com/multiformats/go-multistream v0.4.1 // indirect | ||
github.com/multiformats/go-multistream v0.5.0 // indirect | ||
github.com/multiformats/go-varint v0.0.7 // indirect | ||
github.com/polydawn/refmt v0.89.0 // indirect | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
go.opentelemetry.io/otel v1.16.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.16.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.16.0 // indirect | ||
go.uber.org/zap v1.25.0 // indirect | ||
golang.org/x/crypto v0.14.0 // indirect | ||
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
lukechampine.com/blake3 v1.2.1 // indirect | ||
go.opentelemetry.io/otel v1.27.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.27.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.27.0 // indirect | ||
go.uber.org/zap v1.27.0 // indirect | ||
golang.org/x/crypto v0.25.0 // indirect | ||
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
lukechampine.com/blake3 v1.3.0 // indirect | ||
) |
Oops, something went wrong.