-
Notifications
You must be signed in to change notification settings - Fork 49
bump version #579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump version #579
Conversation
New patch version for updated dependencies.
Suggested version: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index f4cefd7..23a806d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,41 +1,32 @@
module github.com/ipld/go-car
-go 1.22
+go 1.23.8
require (
- github.com/ipfs/go-block-format v0.2.0
- github.com/ipfs/go-cid v0.4.1
- github.com/ipfs/go-ipld-cbor v0.1.0
- github.com/ipfs/go-ipld-format v0.6.0
- github.com/ipfs/go-merkledag v0.11.0
- github.com/ipld/go-codec-dagpb v1.6.0
+ github.com/ipfs/boxo v0.30.0
+ github.com/ipfs/go-block-format v0.2.1
+ github.com/ipfs/go-cid v0.5.0
+ github.com/ipfs/go-ipld-cbor v0.2.0
+ github.com/ipfs/go-ipld-format v0.6.1
+ github.com/ipld/go-codec-dagpb v1.7.0
github.com/ipld/go-ipld-prime v0.21.0
github.com/multiformats/go-multihash v0.2.3
- github.com/stretchr/testify v1.9.0
+ github.com/stretchr/testify v1.10.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/gammazero/deque v1.0.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
- github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/uuid v1.6.0 // indirect
- 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
- github.com/ipfs/go-blockservice v0.5.2 // indirect
- github.com/ipfs/go-datastore v0.6.0 // indirect
- github.com/ipfs/go-ipfs-blockstore v1.3.1 // indirect
- github.com/ipfs/go-ipfs-ds-help v1.1.1 // indirect
- github.com/ipfs/go-ipfs-exchange-interface v0.2.1 // indirect
- github.com/ipfs/go-ipfs-exchange-offline v0.3.0 // indirect
- github.com/ipfs/go-ipfs-util v0.0.3 // indirect
+ github.com/ipfs/go-datastore v0.8.2 // indirect
github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
- github.com/ipfs/go-log v1.0.5 // indirect
github.com/ipfs/go-log/v2 v2.5.1 // indirect
- github.com/ipfs/go-metrics-interface v0.0.1 // indirect
- github.com/ipfs/go-verifcid v0.0.3 // indirect
- github.com/jbenet/goprocess v0.1.4 // indirect
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
+ github.com/ipfs/go-metrics-interface v0.3.0 // indirect
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
@@ -43,21 +34,20 @@ require (
github.com/multiformats/go-base36 v0.2.0 // indirect
github.com/multiformats/go-multibase v0.2.0 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
- github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/polydawn/refmt v0.89.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/whyrusleeping/cbor-gen v0.1.2 // indirect
- go.opentelemetry.io/otel v1.29.0 // indirect
- go.opentelemetry.io/otel/metric v1.29.0 // indirect
- go.opentelemetry.io/otel/trace v1.29.0 // indirect
- go.uber.org/atomic v1.11.0 // indirect
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
+ go.opentelemetry.io/otel v1.35.0 // indirect
+ go.opentelemetry.io/otel/metric v1.35.0 // indirect
+ go.opentelemetry.io/otel/trace v1.35.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
- golang.org/x/crypto v0.27.0 // indirect
- golang.org/x/sys v0.25.0 // indirect
+ golang.org/x/crypto v0.37.0 // indirect
+ golang.org/x/sys v0.32.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
- google.golang.org/protobuf v1.34.2 // indirect
+ google.golang.org/protobuf v1.36.6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
- lukechampine.com/blake3 v1.3.0 // indirect
+ lukechampine.com/blake3 v1.4.0 // indirect
)diff --git a/cmd/go.mod b/cmd/go.mod
index 7f5bd15..f89e459 100644
--- a/cmd/go.mod
+++ b/cmd/go.mod
@@ -1,40 +1,38 @@
module github.com/ipld/go-car/cmd
-go 1.22.0
-
-toolchain go1.22.7
+go 1.23.8
require (
github.com/dustin/go-humanize v1.0.1
- github.com/ipfs/go-block-format v0.2.0
- github.com/ipfs/go-cid v0.4.1
- github.com/ipfs/go-ipld-format v0.6.0
- github.com/ipfs/go-unixfsnode v1.9.1
+ github.com/ipfs/go-block-format v0.2.1
+ github.com/ipfs/go-cid v0.5.0
+ github.com/ipfs/go-ipld-format v0.6.1
+ github.com/ipfs/go-unixfsnode v1.10.0
github.com/ipld/go-car v0.6.2
- github.com/ipld/go-car/v2 v2.14.1
- github.com/ipld/go-codec-dagpb v1.6.0
+ github.com/ipld/go-car/v2 v2.14.2
+ github.com/ipld/go-codec-dagpb v1.7.0
github.com/ipld/go-ipld-prime v0.21.0
github.com/multiformats/go-multicodec v0.9.0
github.com/multiformats/go-multihash v0.2.3
github.com/multiformats/go-varint v0.0.7
github.com/polydawn/refmt v0.89.0
- github.com/rogpeppe/go-internal v1.13.1
- github.com/urfave/cli/v2 v2.27.4
- golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
+ github.com/rogpeppe/go-internal v1.14.1
+ github.com/urfave/cli/v2 v2.27.6
+ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
)
require (
- github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
+ github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/ipfs/bbloom v0.0.4 // indirect
- github.com/ipfs/boxo v0.23.0 // indirect
+ github.com/ipfs/boxo v0.30.0 // indirect
github.com/ipfs/go-bitfield v1.1.0 // indirect
github.com/ipfs/go-blockservice v0.5.2 // indirect
- github.com/ipfs/go-datastore v0.6.0 // indirect
+ github.com/ipfs/go-datastore v0.8.2 // indirect
github.com/ipfs/go-ipfs-blockstore v1.3.1 // indirect
github.com/ipfs/go-ipfs-ds-help v1.1.1 // indirect
github.com/ipfs/go-ipfs-exchange-interface v0.2.1 // indirect
@@ -44,10 +42,9 @@ require (
github.com/ipfs/go-log v1.0.5 // indirect
github.com/ipfs/go-log/v2 v2.5.1 // indirect
github.com/ipfs/go-merkledag v0.11.0 // indirect
- github.com/ipfs/go-metrics-interface v0.0.1 // indirect
+ github.com/ipfs/go-metrics-interface v0.3.0 // indirect
github.com/ipfs/go-verifcid v0.0.3 // indirect
- github.com/jbenet/goprocess v0.1.4 // indirect
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
@@ -63,16 +60,17 @@ require (
github.com/whyrusleeping/cbor-gen v0.1.2 // indirect
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
- go.opentelemetry.io/otel v1.29.0 // indirect
- go.opentelemetry.io/otel/metric v1.29.0 // indirect
- go.opentelemetry.io/otel/trace v1.29.0 // indirect
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
+ go.opentelemetry.io/otel v1.35.0 // indirect
+ go.opentelemetry.io/otel/metric v1.35.0 // indirect
+ go.opentelemetry.io/otel/trace v1.35.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
- golang.org/x/crypto v0.27.0 // indirect
- golang.org/x/sys v0.25.0 // indirect
- golang.org/x/tools v0.25.0 // indirect
+ golang.org/x/crypto v0.37.0 // indirect
+ golang.org/x/sys v0.32.0 // indirect
+ golang.org/x/tools v0.32.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
- google.golang.org/protobuf v1.34.2 // indirect
- lukechampine.com/blake3 v1.3.0 // indirect
+ google.golang.org/protobuf v1.36.6 // indirect
+ lukechampine.com/blake3 v1.4.0 // indirect
)
diff --git a/v2/go.mod b/v2/go.mod
index 6a3ee30..b35a7d7 100644
--- a/v2/go.mod
+++ b/v2/go.mod
@@ -1,23 +1,23 @@
module github.com/ipld/go-car/v2
-go 1.22
+go 1.23.8
require (
- github.com/ipfs/go-block-format v0.2.0
- github.com/ipfs/go-cid v0.4.1
- github.com/ipfs/go-ipld-cbor v0.1.0
- github.com/ipfs/go-ipld-format v0.6.0
- github.com/ipfs/go-unixfsnode v1.9.1
- github.com/ipld/go-codec-dagpb v1.6.0
+ github.com/ipfs/go-block-format v0.2.1
+ github.com/ipfs/go-cid v0.5.0
+ github.com/ipfs/go-ipld-cbor v0.2.0
+ github.com/ipfs/go-ipld-format v0.6.1
+ github.com/ipfs/go-unixfsnode v1.10.0
+ github.com/ipld/go-codec-dagpb v1.7.0
github.com/ipld/go-ipld-prime v0.21.0
github.com/ipld/go-ipld-prime/storage/bsadapter v0.0.0-20230102063945-1a409dc236dd
github.com/multiformats/go-multicodec v0.9.0
github.com/multiformats/go-multihash v0.2.3
github.com/multiformats/go-varint v0.0.7
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9
- github.com/stretchr/testify v1.9.0
+ github.com/stretchr/testify v1.10.0
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
+ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
)
require (
@@ -26,17 +26,15 @@ require (
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/ipfs/bbloom v0.0.4 // indirect
- github.com/ipfs/boxo v0.22.0 // indirect
+ github.com/ipfs/boxo v0.30.0 // indirect
github.com/ipfs/go-bitfield v1.1.0 // indirect
- github.com/ipfs/go-datastore v0.6.0 // indirect
+ github.com/ipfs/go-datastore v0.8.2 // indirect
github.com/ipfs/go-ipfs-blockstore v1.3.1 // indirect
github.com/ipfs/go-ipfs-ds-help v1.1.1 // indirect
- github.com/ipfs/go-ipfs-util v0.0.3 // indirect
github.com/ipfs/go-log v1.0.5 // indirect
github.com/ipfs/go-log/v2 v2.5.1 // indirect
- github.com/ipfs/go-metrics-interface v0.0.1 // indirect
- github.com/jbenet/goprocess v0.1.4 // indirect
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
+ github.com/ipfs/go-metrics-interface v0.3.0 // indirect
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
@@ -53,10 +51,10 @@ require (
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
- golang.org/x/crypto v0.27.0 // indirect
- golang.org/x/sys v0.25.0 // indirect
+ golang.org/x/crypto v0.37.0 // indirect
+ golang.org/x/sys v0.32.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
- google.golang.org/protobuf v1.34.2 // indirect
+ google.golang.org/protobuf v1.36.6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
- lukechampine.com/blake3 v1.3.0 // indirect
+ lukechampine.com/blake3 v1.4.0 // indirect
)
Automatically created GitHub ReleasePre-creating GitHub Releases on release PRs initiated from forks is not supported. |
bump - do the maintainers want this? I cannot merge. Let me know if there is anything else you are waiting on other than more maintainer reviews. |
New patch version for updated dependencies.
Reviewer: I do not know if there is anything else required for creating a new v2 release. If there is, please let me know so I can include it in the PR or let someone else create release.