-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,11 @@ require ( | |
// Note, cockroachdb/pebble has no tagged release. Instead, it uses branches. | ||
// The version below is from: https://github.com/cockroachdb/pebble/tree/crl-release-22.1 | ||
// To update to latest, run: go get github.com/cockroachdb/[email protected] | ||
github.com/cockroachdb/pebble v0.0.0-20240328175803-1dc54dfdc519 | ||
github.com/cockroachdb/pebble v0.0.0-20240506181943-f03e7efeebfd | ||
github.com/gammazero/radixtree v0.3.1 | ||
github.com/ipfs/go-cid v0.4.1 | ||
github.com/ipfs/go-log/v2 v2.5.1 | ||
github.com/ipni/go-libipni v0.5.16 | ||
github.com/ipni/go-libipni v0.5.17 | ||
github.com/libp2p/go-libp2p v0.33.2 | ||
github.com/mr-tron/base58 v1.2.0 | ||
github.com/multiformats/go-multihash v0.2.3 | ||
|
@@ -28,6 +28,7 @@ require ( | |
github.com/cockroachdb/redact v1.1.5 // indirect | ||
github.com/cockroachdb/swiss v0.0.0-20240303172742-c161743eb608 // indirect | ||
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect | ||
github.com/getsentry/sentry-go v0.18.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
|
@@ -45,17 +46,20 @@ require ( | |
github.com/multiformats/go-multibase v0.2.0 // indirect | ||
github.com/multiformats/go-multicodec v0.9.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v1.18.0 // indirect | ||
github.com/prometheus/client_model v0.6.0 // indirect | ||
github.com/prometheus/common v0.47.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/rogpeppe/go-internal v1.10.0 // indirect | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
github.com/stretchr/testify v1.8.4 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
go.uber.org/zap v1.27.0 // indirect | ||
golang.org/x/crypto v0.19.0 // indirect | ||
golang.org/x/crypto v0.23.0 // indirect | ||
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/text v0.15.0 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
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