Skip to content

Release v0.47.0#3454

Merged
MarcoPolo merged 1 commit intomasterfrom
release-v0.47.0
Jan 25, 2026
Merged

Release v0.47.0#3454
MarcoPolo merged 1 commit intomasterfrom
release-v0.47.0

Conversation

@MarcoPolo
Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions
Copy link
Copy Markdown

Suggested version: 0.47.0

Comparing to: v0.46.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index 1557cfb5..26b52836 100644
--- a/go.mod
+++ b/go.mod
@@ -29,7 +29,7 @@ require (
 	github.com/libp2p/go-reuseport v0.4.0
 	github.com/libp2p/go-yamux/v5 v5.0.1
 	github.com/libp2p/zeroconf/v2 v2.2.0
-	github.com/marcopolo/simnet v0.0.1
+	github.com/marcopolo/simnet v0.0.4
 	github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
 	github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
 	github.com/mr-tron/base58 v1.2.0
@@ -51,8 +51,8 @@ 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.57.1
-	github.com/quic-go/webtransport-go v0.9.0
+	github.com/quic-go/quic-go v0.59.0
+	github.com/quic-go/webtransport-go v0.10.0
 	github.com/stretchr/testify v1.11.1
 	go.uber.org/fx v1.24.0
 	go.uber.org/goleak v1.3.0
@@ -69,6 +69,7 @@ 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/dunglas/httpsfv v1.1.0 // 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 // indirectdiff --git a/test-plans/go.mod b/test-plans/go.mod
index 396717d9..fe83238d 100644
--- a/test-plans/go.mod
+++ b/test-plans/go.mod
@@ -15,6 +15,7 @@ require (
 	github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
 	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
 	github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
+	github.com/dunglas/httpsfv v1.1.0 // indirect
 	github.com/flynn/noise v1.1.0 // indirect
 	github.com/google/uuid v1.6.0 // indirect
 	github.com/gorilla/websocket v1.5.3 // indirect
@@ -73,8 +74,8 @@ require (
 	github.com/prometheus/common v0.64.0 // indirect
 	github.com/prometheus/procfs v0.16.1 // 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/quic-go/quic-go v0.59.0 // indirect
+	github.com/quic-go/webtransport-go v0.10.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 // indirect

gorelease says:

# github.com/libp2p/go-libp2p/p2p/transport/webtransport
## errors in release version:
/home/runner/go/pkg/mod/github.com/libp2p/go-libp2p@v0.46.0/p2p/transport/webtransport/listener.go:67:8: cannot use http3.Server{…} (value of struct type http3.Server) as *http3.Server value in struct literal

# diagnostics
go.mod: the following requirements are needed
	github.com/cheekybits/genny@v1.0.0
	github.com/containerd/cgroups@v1.0.4
	github.com/coreos/go-systemd/v22@v22.3.2
	github.com/docker/go-units@v0.4.0
	github.com/elastic/gosigar@v0.14.2
	github.com/francoispqt/gojay@v1.2.13
	github.com/fsnotify/fsnotify@v1.5.4
	github.com/go-task/slim-sprig@v0.0.0-20210107165309-348f09dbbbc0
	github.com/godbus/dbus/v5@v5.1.0
	github.com/gogo/protobuf@v1.3.2
	github.com/golang/mock@v1.6.0
	github.com/google/gopacket@v1.1.19
	github.com/hashicorp/golang-lru@v0.5.4
	github.com/ipfs/go-log/v2@v2.5.1
	github.com/klauspost/compress@v1.18.0
	github.com/libp2p/go-nat@v0.1.0
	github.com/libp2p/go-openssl@v0.1.0
	github.com/libp2p/go-yamux/v3@v3.1.2
	github.com/lucas-clemente/quic-go@v0.28.1
	github.com/marten-seemann/qtls-go1-16@v0.1.5
	github.com/marten-seemann/qtls-go1-17@v0.1.2
	github.com/marten-seemann/qtls-go1-18@v0.1.2
	github.com/marten-seemann/qtls-go1-19@v0.1.0
	github.com/mattn/go-isatty@v0.0.16
	github.com/mattn/go-pointer@v0.0.1
	github.com/nxadm/tail@v1.4.8
	github.com/onsi/ginkgo@v1.16.5
	github.com/opencontainers/runtime-spec@v1.0.2
	github.com/pkg/errors@v0.9.1
	github.com/raulk/go-watchdog@v1.3.0
	github.com/spacemonkeygo/spacelog@v0.0.0-20180420211403-2296661a0572
	go.opencensus.io@v0.23.0
	gopkg.in/tomb.v1@v1.0.0-20141024135613-dd632973f1e7
Run 'go mod tidy' to add missing requirements.
required module github.com/microcosm-cc/bluemonday@v1.0.1 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Cannot suggest a release version.
Errors were found.

gocompat says:

HEAD is now at 20ba3c94 Release v0.46.0
Previous HEAD position was 20ba3c94 Release v0.46.0
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.

@MarcoPolo MarcoPolo merged commit b93eda0 into master Jan 25, 2026
14 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.

1 participant