release: v0.0.15#271
Merged
Merged
Conversation
Contributor
|
Suggested version: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 900a36e..d966394 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,6 @@ require (
github.com/cenkalti/backoff/v5 v5.0.2
github.com/ethereum/go-ethereum v1.16.2
github.com/filecoin-project/go-commp-utils v0.1.4
- github.com/filecoin-project/go-commp-utils/nonffi v0.0.0-20240802040721-2a04ffc8ffe8
github.com/filecoin-project/lotus v1.32.0-rc1
github.com/getsentry/sentry-go v0.35.1
github.com/glebarez/go-sqlite v1.21.2
@@ -48,8 +47,8 @@ require (
github.com/spf13/cobra v1.9.1
github.com/spf13/viper v1.20.1
github.com/storacha/delegator v0.0.2-0.20250917082246-b34dc3785c92
- github.com/storacha/go-libstoracha v0.2.6
- github.com/storacha/go-ucanto v0.6.3
+ github.com/storacha/go-libstoracha v0.2.7
+ github.com/storacha/go-ucanto v0.6.5
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.37.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0
@@ -57,6 +56,7 @@ require (
go.opentelemetry.io/otel/sdk/metric v1.37.0
go.uber.org/fx v1.23.0
go.uber.org/mock v0.6.0
+ golang.org/x/mod v0.27.0
golang.org/x/sync v0.16.0
gorm.io/datatypes v1.2.5
gorm.io/gorm v1.26.1
@@ -245,7 +245,7 @@ require (
github.com/filecoin-project/go-address v1.2.0
github.com/filecoin-project/go-commp-utils/v2 v2.1.0
github.com/filecoin-project/go-data-segment v0.0.1
- github.com/filecoin-project/go-fil-commcid v0.2.0
+ github.com/filecoin-project/go-fil-commcid v0.3.1
github.com/filecoin-project/go-fil-commp-hashhash v0.2.0
github.com/filecoin-project/go-state-types v0.16.0-rc1
github.com/go-logr/logr v1.4.3 // indirect
@@ -255,7 +255,7 @@ require (
github.com/golang/snappy v0.0.5-0.20231225225746-43d5d4cd4e0e // indirect
github.com/google/uuid v1.6.0
github.com/hashicorp/errwrap v1.1.0 // indirect
- github.com/hashicorp/go-multierror v1.1.1 // indirect
+ github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/ipfs/bbloom v0.0.4 // indirect
@@ -272,7 +272,7 @@ require (
github.com/ipfs/go-merkledag v0.11.0 // indirect
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
github.com/ipfs/go-verifcid v0.0.3 // indirect
- github.com/ipld/go-car v0.6.2 // indirect
+ github.com/ipld/go-car v0.6.2
github.com/ipld/go-codec-dagpb v1.6.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
@@ -285,7 +285,7 @@ require (
github.com/multiformats/go-base32 v0.1.0 // indirect
github.com/multiformats/go-base36 v0.2.0 // indirect
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
- github.com/multiformats/go-multicodec v0.9.1
+ github.com/multiformats/go-multicodec v0.9.2
github.com/multiformats/go-multistream v0.6.0 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/onsi/gomega v1.37.0 // indirect
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
alanshaw
approved these changes
Oct 7, 2025
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.