Conversation
|
Suggested tag: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 4366527..a927335 100644
--- a/go.mod
+++ b/go.mod
@@ -5,23 +5,23 @@ go 1.25.7
require (
github.com/gammazero/chanqueue v1.1.2
github.com/hashicorp/go-retryablehttp v0.7.8
- github.com/ipfs/go-cid v0.6.0
+ github.com/ipfs/go-cid v0.6.1
github.com/ipfs/go-datastore v0.9.1
github.com/ipfs/go-ipld-format v0.6.3
github.com/ipfs/go-log/v2 v2.9.1
- github.com/ipfs/go-test v0.2.3
+ github.com/ipfs/go-test v0.3.0
github.com/ipld/go-ipld-prime v0.22.0
github.com/libp2p/go-libp2p v0.48.0
github.com/libp2p/go-libp2p-pubsub v0.15.0
github.com/libp2p/go-msgio v0.3.0
- github.com/mr-tron/base58 v1.2.0
+ github.com/mr-tron/base58 v1.3.0
github.com/multiformats/go-multiaddr v0.16.1
github.com/multiformats/go-multicodec v0.10.0
github.com/multiformats/go-multihash v0.2.3
github.com/multiformats/go-varint v0.1.0
github.com/stretchr/testify v1.11.1
github.com/whyrusleeping/cbor-gen v0.3.1
- golang.org/x/crypto v0.49.0
+ golang.org/x/crypto v0.50.0
google.golang.org/protobuf v1.36.11
)
@@ -66,7 +66,7 @@ require (
github.com/multiformats/go-base36 v0.2.0 // indirect
github.com/multiformats/go-multiaddr-dns v0.4.1 // indirect
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
- github.com/multiformats/go-multibase v0.2.0 // indirect
+ github.com/multiformats/go-multibase v0.3.0 // indirect
github.com/multiformats/go-multistream v0.6.1 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
@@ -104,14 +104,14 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.1 // indirect
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 // indirect
- golang.org/x/mod v0.33.0 // indirect
- golang.org/x/net v0.51.0 // indirect
+ golang.org/x/mod v0.34.0 // indirect
+ golang.org/x/net v0.52.0 // indirect
golang.org/x/sync v0.20.0 // indirect
- golang.org/x/sys v0.42.0 // indirect
- golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
- golang.org/x/text v0.35.0 // indirect
+ golang.org/x/sys v0.43.0 // indirect
+ golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
+ golang.org/x/text v0.36.0 // indirect
golang.org/x/time v0.12.0 // indirect
- golang.org/x/tools v0.42.0 // indirect
+ golang.org/x/tools v0.43.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.