Conversation
horay
alanshaw
approved these changes
Oct 31, 2025
Contributor
|
Suggested version: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index d966394..a3bd1c7 100644
--- a/go.mod
+++ b/go.mod
@@ -1,23 +1,25 @@
module github.com/storacha/piri
-go 1.24.4
+go 1.25.3
require (
github.com/BurntSushi/toml v1.4.0
github.com/aws/aws-lambda-go v1.47.0
- github.com/aws/aws-sdk-go-v2 v1.38.1
+ github.com/aws/aws-sdk-go-v2 v1.39.2
github.com/aws/aws-sdk-go-v2/config v1.31.2
github.com/aws/aws-sdk-go-v2/credentials v1.18.6
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.15
github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression v1.7.50
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.49.1
- github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1
- github.com/aws/aws-sdk-go-v2/service/sqs v1.37.0
+ github.com/aws/aws-sdk-go-v2/service/s3 v1.88.4
+ github.com/aws/aws-sdk-go-v2/service/sqs v1.42.8
github.com/aws/aws-sdk-go-v2/service/ssm v1.55.5
github.com/awslabs/aws-lambda-go-api-proxy v0.16.2
- github.com/cenkalti/backoff/v5 v5.0.2
- github.com/ethereum/go-ethereum v1.16.2
+ github.com/cenkalti/backoff/v5 v5.0.3
+ github.com/docker/docker v28.3.3+incompatible
+ github.com/ethereum/go-ethereum v1.16.5
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
@@ -27,7 +29,7 @@ require (
github.com/ipfs/go-cid v0.5.0
github.com/ipfs/go-datastore v0.8.2
github.com/ipfs/go-ds-leveldb v0.5.0
- github.com/ipfs/go-log/v2 v2.6.0
+ github.com/ipfs/go-log/v2 v2.8.2
github.com/ipld/go-ipld-prime v0.21.1-0.20240917223228-6148356a4c2e
github.com/ipni/go-libipni v0.6.18
github.com/labstack/echo/v4 v4.13.4
@@ -45,12 +47,15 @@ require (
github.com/schollz/progressbar/v3 v3.18.0
github.com/snadrus/must v0.0.0-20240605044437-98cedd57f8eb
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.7
- github.com/storacha/go-ucanto v0.6.5
- github.com/stretchr/testify v1.10.0
- github.com/testcontainers/testcontainers-go v0.37.0
+ github.com/spf13/viper v1.21.0
+ github.com/storacha/delegator v0.0.2-0.20251027182137-7d26b5ae9a70
+ github.com/storacha/filecoin-services/go v0.0.1
+ github.com/storacha/go-libstoracha v0.3.3
+ github.com/storacha/go-ucanto v0.6.6
+ github.com/storacha/piri-signing-service v0.0.1
+ github.com/stretchr/testify v1.11.1
+ github.com/testcontainers/testcontainers-go v0.39.0
+ github.com/testcontainers/testcontainers-go/modules/minio v0.39.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0
go.opentelemetry.io/otel/sdk v1.37.0
go.opentelemetry.io/otel/sdk/metric v1.37.0
@@ -66,7 +71,7 @@ require (
require (
aead.dev/minisign v0.2.0 // indirect
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
- dario.cat/mergo v1.0.1 // indirect
+ dario.cat/mergo v1.0.2 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Masterminds/semver/v3 v3.4.0 // indirect
@@ -80,19 +85,20 @@ require (
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/consensys/gnark-crypto v0.18.0 // indirect
+ github.com/containerd/errdefs v1.0.0 // indirect
+ github.com/containerd/errdefs/pkg v0.3.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/platforms v0.2.1 // indirect
github.com/cpuguy83/dockercfg v0.3.2 // indirect
- github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
+ github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
github.com/distribution/reference v0.6.0 // indirect
- github.com/docker/docker v28.0.1+incompatible // indirect
- github.com/docker/go-connections v0.5.0 // indirect
+ github.com/docker/go-connections v0.6.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
- github.com/ebitengine/purego v0.8.2 // indirect
- github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
+ github.com/ebitengine/purego v0.8.4 // indirect
+ github.com/ethereum/c-kzg-4844/v2 v2.1.3 // indirect
github.com/ethereum/go-verkle v0.2.2 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/filecoin-project/go-amt-ipld/v2 v2.1.0 // indirect
@@ -114,7 +120,7 @@ require (
github.com/filecoin-project/specs-actors/v5 v5.0.6 // indirect
github.com/filecoin-project/specs-actors/v6 v6.0.2 // indirect
github.com/filecoin-project/specs-actors/v7 v7.0.1 // indirect
- github.com/fsnotify/fsnotify v1.8.0 // indirect
+ github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
github.com/gbrlsnchs/jwt/v3 v3.0.1 // indirect
github.com/go-ini/ini v1.67.0 // indirect
@@ -150,9 +156,10 @@ require (
github.com/minio/md5-simd v1.1.2 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
+ github.com/moby/go-archive v0.1.0 // indirect
github.com/moby/patternmatcher v0.6.0 // indirect
- github.com/moby/sys/sequential v0.5.0 // indirect
- github.com/moby/sys/user v0.1.0 // indirect
+ github.com/moby/sys/sequential v0.6.0 // indirect
+ github.com/moby/sys/user v0.4.0 // indirect
github.com/moby/sys/userns v0.1.0 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
@@ -160,7 +167,7 @@ require (
github.com/ncruces/julianday v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.1 // indirect
- github.com/pelletier/go-toml/v2 v2.2.3 // indirect
+ github.com/pelletier/go-toml/v2 v2.2.4 // indirect
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
github.com/pion/dtls/v3 v3.0.7 // indirect
@@ -180,16 +187,16 @@ require (
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rs/xid v1.6.0 // indirect
- github.com/sagikazarmark/locafero v0.7.0 // indirect
+ github.com/sagikazarmark/locafero v0.11.0 // indirect
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
- github.com/shirou/gopsutil/v4 v4.25.1 // indirect
+ github.com/shirou/gopsutil/v4 v4.25.6 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
- github.com/sourcegraph/conc v0.3.0 // indirect
- github.com/spf13/afero v1.12.0 // indirect
- github.com/spf13/cast v1.7.1 // indirect
- github.com/spf13/pflag v1.0.6 // indirect
+ github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
+ github.com/spf13/afero v1.15.0 // indirect
+ github.com/spf13/cast v1.10.0 // indirect
+ github.com/spf13/pflag v1.0.10 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
- github.com/supranational/blst v0.3.14 // indirect
+ github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
github.com/tetratelabs/wazero v1.9.0 // indirect
github.com/tinylib/msgp v1.3.0 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
@@ -207,6 +214,7 @@ require (
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
go.uber.org/dig v1.18.0 // indirect
+ go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/net v0.43.0 // indirect
golang.org/x/term v0.34.0 // indirect
golang.org/x/text v0.28.0 // indirect
@@ -224,22 +232,22 @@ require (
)
require (
- github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect
+ github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.1 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.4 // indirect
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.4 // indirect
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.4 // indirect
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.9 // indirect
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.9 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
- github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.29 // indirect
+ github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.9 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.5 // indirect
- github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.0 // indirect
- github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.3 // indirect
+ github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.1 // indirect
+ github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.11.4 // indirect
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.4 // indirect
- github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.10 // indirect
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.9 // indirect
+ github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.9 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.28.2 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.33.2 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.38.0 // indirect
- github.com/aws/smithy-go v1.22.5 // indirect
+ github.com/aws/smithy-go v1.23.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
github.com/filecoin-project/go-address v1.2.0
@@ -252,7 +260,7 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
- github.com/golang/snappy v0.0.5-0.20231225225746-43d5d4cd4e0e // indirect
+ github.com/golang/snappy v1.0.0 // indirect
github.com/google/uuid v1.6.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1
@@ -306,7 +314,7 @@ require (
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.41.0
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
- golang.org/x/sys v0.35.0 // indirect
+ golang.org/x/sys v0.36.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
google.golang.org/protobuf v1.36.6 // indirect
gopkg.in/yaml.v3 v3.0.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.
horay, party party