Skip to content

Conversation

@sukunrt
Copy link
Member

@sukunrt sukunrt commented Dec 11, 2025

I think this needs to be a minor version bump because quic-go v0.57 has a breaking change: https://github.com/quic-go/quic-go/releases/tag/v0.57.0

http3: Transport.MaxResponseBytes is now an int (before: int64): quic-go/quic-go#5433

@sukunrt sukunrt requested a review from MarcoPolo December 11, 2025 20:13
@github-actions
Copy link

Suggested version: 0.46.0

Comparing to: v0.45.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index a373b025..1557cfb5 100644
--- a/go.mod
+++ b/go.mod
@@ -19,7 +19,6 @@ require (
 	github.com/ipfs/go-datastore v0.8.2
 	github.com/jackpal/go-nat-pmp v1.0.2
 	github.com/jbenet/go-temp-err-catcher v0.1.0
-	github.com/klauspost/compress v1.18.0
 	github.com/koron/go-ssdp v0.0.6
 	github.com/libp2p/go-buffer-pool v0.1.0
 	github.com/libp2p/go-flow-metrics v0.2.0
@@ -52,9 +51,9 @@ require (
 	github.com/pion/webrtc/v4 v4.1.2
 	github.com/prometheus/client_golang v1.22.0
 	github.com/prometheus/client_model v0.6.2
-	github.com/quic-go/quic-go v0.55.0
+	github.com/quic-go/quic-go v0.57.1
 	github.com/quic-go/webtransport-go v0.9.0
-	github.com/stretchr/testify v1.10.0
+	github.com/stretchr/testify v1.11.1
 	go.uber.org/fx v1.24.0
 	go.uber.org/goleak v1.3.0
 	go.uber.org/mock v0.5.2
@@ -70,7 +69,6 @@ require (
 	github.com/beorn7/perks v1.0.1 // indirect
 	github.com/cespare/xxhash/v2 v2.3.0 // indirect
 	github.com/davecgh/go-spew v1.1.1 // indirect
-	github.com/francoispqt/gojay v1.2.13 // indirect
 	github.com/google/uuid v1.6.0 // indirect
 	github.com/klauspost/cpuid/v2 v2.2.10 // indirect
 	github.com/miekg/dns v1.1.66 // indirect
@@ -94,7 +92,7 @@ require (
 	github.com/pmezard/go-difflib v1.0.0 // indirect
 	github.com/prometheus/common v0.64.0 // indirect
 	github.com/prometheus/procfs v0.16.1 // indirect
-	github.com/quic-go/qpack v0.5.1 // indirect
+	github.com/quic-go/qpack v0.6.0 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
 	github.com/wlynxg/anet v0.0.5 // indirect
 	go.uber.org/dig v1.19.0 // indirectdiff --git a/test-plans/go.mod b/test-plans/go.mod
index 29e3819b..396717d9 100644
--- a/test-plans/go.mod
+++ b/test-plans/go.mod
@@ -16,14 +16,12 @@ require (
 	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
 	github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
 	github.com/flynn/noise v1.1.0 // indirect
-	github.com/francoispqt/gojay v1.2.13 // indirect
 	github.com/google/uuid v1.6.0 // indirect
 	github.com/gorilla/websocket v1.5.3 // indirect
 	github.com/huin/goupnp v1.3.0 // indirect
 	github.com/ipfs/go-cid v0.5.0 // indirect
 	github.com/jackpal/go-nat-pmp v1.0.2 // indirect
 	github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
-	github.com/klauspost/compress v1.18.0 // indirect
 	github.com/klauspost/cpuid/v2 v2.2.10 // indirect
 	github.com/koron/go-ssdp v0.0.6 // indirect
 	github.com/libp2p/go-buffer-pool v0.1.0 // indirect
@@ -74,8 +72,8 @@ require (
 	github.com/prometheus/client_model v0.6.2 // indirect
 	github.com/prometheus/common v0.64.0 // indirect
 	github.com/prometheus/procfs v0.16.1 // indirect
-	github.com/quic-go/qpack v0.5.1 // indirect
-	github.com/quic-go/quic-go v0.55.0 // indirect
+	github.com/quic-go/qpack v0.6.0 // indirect
+	github.com/quic-go/quic-go v0.57.1 // indirect
 	github.com/quic-go/webtransport-go v0.9.0 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
 	github.com/wlynxg/anet v0.0.5 // indirect

gorelease says:

gorelease: preparing to load packages for github.com/libp2p/go-libp2p: looking for missing dependencies: go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/libp2p/go-libp2p v0.22.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/libp2p/go-openssl v0.1.0
go: downloading github.com/ipfs/go-log/v2 v2.5.1
go: downloading github.com/golang/mock v1.6.0
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading go.opencensus.io v0.23.0
go: downloading github.com/libp2p/go-yamux/v3 v3.1.2
go: downloading github.com/raulk/go-watchdog v1.3.0
go: downloading github.com/libp2p/go-nat v0.1.0
go: downloading github.com/google/gopacket v1.1.19
go: downloading github.com/klauspost/compress v1.18.0
go: downloading github.com/lucas-clemente/quic-go v0.28.1
go: downloading github.com/mattn/go-isatty v0.0.16
go: downloading github.com/containerd/cgroups v1.0.4
go: downloading github.com/elastic/gosigar v0.14.2
go: downloading github.com/mattn/go-pointer v0.0.1
go: downloading github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572
go: downloading github.com/cheekybits/genny v1.0.0
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading github.com/francoispqt/gojay v1.2.13
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/coreos/go-systemd/v22 v22.3.2
go: downloading github.com/godbus/dbus/v5 v5.1.0
go: downloading github.com/opencontainers/runtime-spec v1.0.2
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
go: downloading github.com/marten-seemann/qtls-go1-16 v0.1.5
go: downloading github.com/marten-seemann/qtls-go1-17 v0.1.2
go: downloading github.com/marten-seemann/qtls-go1-18 v0.1.2
go: downloading github.com/marten-seemann/qtls-go1-19 v0.1.0
go: downloading github.com/nxadm/tail v1.4.8
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: downloading github.com/fsnotify/fsnotify v1.5.4
go: downloading github.com/libp2p/go-libp2p v0.45.0
go: gorelease-load-module imports
	github.com/libp2p/go-libp2p/p2p/transport/quicreuse imports
	github.com/quic-go/quic-go/logging: cannot find module providing package github.com/quic-go/quic-go/logging
go: gorelease-load-module imports
	github.com/libp2p/go-libp2p/p2p/transport/quicreuse imports
	github.com/quic-go/quic-go/metrics: cannot find module providing package github.com/quic-go/quic-go/metrics

gocompat says:

HEAD is now at d0ecbf99 Release v0.45.0 (#3424)
Previous HEAD position was d0ecbf99 Release v0.45.0 (#3424)
Switched to branch 'master'
Your branch is up to date with 'origin/master'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@sukunrt sukunrt merged commit 20ba3c9 into master Dec 13, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants