Conversation
Contributor
|
Suggested version: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index e525023..67b0b29 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,9 @@
-module github.com/storacha/storage
+module github.com/storacha/piri
go 1.23.3
require (
github.com/aws/aws-lambda-go v1.47.0
- github.com/aws/aws-sdk-go v1.55.6
github.com/aws/aws-sdk-go-v2 v1.34.0
github.com/aws/aws-sdk-go-v2/config v1.28.3
github.com/aws/aws-sdk-go-v2/credentials v1.17.44
@@ -20,6 +19,8 @@ require (
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.31.1
+ github.com/glebarez/go-sqlite v1.21.2
+ github.com/glebarez/sqlite v1.11.0
github.com/golang-jwt/jwt/v4 v4.5.2
github.com/ipfs/go-cid v0.5.0
github.com/ipfs/go-datastore v0.6.0
@@ -27,8 +28,8 @@ require (
github.com/ipfs/go-log/v2 v2.5.1
github.com/ipld/go-ipld-prime v0.21.1-0.20240917223228-6148356a4c2e
github.com/ipni/go-libipni v0.6.16
- github.com/jackc/pgconn v1.14.3
github.com/labstack/echo/v4 v4.13.3
+ github.com/labstack/gommon v0.4.2
github.com/libp2p/go-libp2p v0.39.1
github.com/multiformats/go-multiaddr v0.14.0
github.com/multiformats/go-multibase v0.2.0
@@ -36,15 +37,14 @@ require (
github.com/ncruces/go-sqlite3 v0.24.1
github.com/samber/lo v1.39.0
github.com/snadrus/must v0.0.0-20240605044437-98cedd57f8eb
- github.com/storacha/go-libstoracha v0.0.2
+ github.com/storacha/go-libstoracha v0.0.5
github.com/storacha/go-ucanto v0.3.0
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v2 v2.27.5
go.uber.org/mock v0.5.0
gorm.io/datatypes v1.2.5
- gorm.io/driver/postgres v1.5.7
- gorm.io/gorm v1.25.11
-
+ gorm.io/gorm v1.26.1
+ modernc.org/sqlite v1.23.1
)
require (
@@ -52,6 +52,7 @@ require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
+ github.com/aws/aws-sdk-go v1.55.7 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/benbjohnson/clock v1.3.5 // indirect
github.com/beorn7/perks v1.0.1 // indirect
@@ -63,6 +64,7 @@ require (
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
+ github.com/dustin/go-humanize v1.0.1 // indirect
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
github.com/ethereum/go-verkle v0.2.2 // indirect
github.com/filecoin-project/go-amt-ipld/v2 v2.1.0 // indirect
@@ -97,17 +99,9 @@ require (
github.com/invopop/jsonschema v0.12.0 // indirect
github.com/ipfs/boxo v0.21.0 // indirect
github.com/ipld/go-car/v2 v2.13.1 // indirect
- github.com/jackc/chunkreader/v2 v2.0.1 // indirect
- github.com/jackc/pgio v1.0.0 // indirect
- github.com/jackc/pgpassfile v1.0.0 // indirect
- github.com/jackc/pgproto3/v2 v2.3.3 // indirect
- github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
- github.com/jackc/pgx/v5 v5.6.0 // indirect
- github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.17.11 // indirect
- github.com/labstack/gommon v0.4.2 // indirect
github.com/libp2p/go-flow-metrics v0.2.0 // indirect
github.com/magefile/mage v1.9.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
@@ -124,6 +118,7 @@ require (
github.com/prometheus/statsd_exporter v0.22.7 // indirect
github.com/puzpuzpuz/xsync/v2 v2.4.0 // indirect
github.com/raulk/clock v1.1.0 // indirect
+ github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
github.com/supranational/blst v0.3.14 // indirect
github.com/tetratelabs/wazero v1.9.0 // indirect
@@ -145,6 +140,11 @@ require (
golang.org/x/time v0.9.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/mysql v1.5.6 // indirect
+ gorm.io/driver/postgres v1.5.7 // indirect
+ gorm.io/driver/sqlite v1.5.7 // indirect
+ modernc.org/libc v1.22.5 // indirect
+ modernc.org/mathutil v1.5.0 // indirect
+ modernc.org/memory v1.5.0 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)
@@ -240,7 +240,6 @@ require (
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.3.0 // indirect
-
)
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20240617180043-68d350f18fd4
Cutting a Release (and modifying non-markdown files)This PR is modifying both Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Member
|
humm, something appears wrong with the release artifacts, the binary in the *.tar file is named |
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.