Bump wireguard-go for the idempotent netTun.Close

Picks up netbirdio/wireguard-go#19, which guards netTun.Close so a second call
no longer closes an already closed channel and panics the process. Running many
embedded clients in one process hit that reliably: 500 clients against a
staging deployment, and locally at 35 of 100.

The pin also crosses netbirdio/wireguard-go#18, which disables gVisor TCP RACK
loss detection on Windows, since master had already moved past the previous
commit.
This commit is contained in:
mlsmaycon
2026-09-04 20:52:26 +02:00
parent 3823bf5be9
commit 6b871aa2b4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ replace github.com/kardianos/service => github.com/netbirdio/service v0.0.0-2024
replace github.com/getlantern/systray => github.com/netbirdio/systray v0.0.0-20231030152038-ef1ed2a27949
replace golang.zx2c4.com/wireguard => github.com/netbirdio/wireguard-go v0.0.0-20260628102922-2834bebf6c1a
replace golang.zx2c4.com/wireguard => github.com/netbirdio/wireguard-go v0.0.0-20260904184957-e5c60e1195b3
replace github.com/cloudflare/circl => codeberg.org/cunicu/circl v0.0.0-20230801113412-fec58fc7b5f6