Skip to content

Commit 0feac85

Browse files
committed
fixup! Merge branch 'main' into colin/ts-1.46
1 parent 2e5e08d commit 0feac85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ replace github.com/dlclark/regexp2 => github.com/dlclark/regexp2 v1.7.0
3838
// https://github.com/tailscale/tailscale/compare/main...coder:tailscale:main
3939
replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230803194128-b940c19ca61b
4040

41+
// This is replaced to include a fix that causes a deadlock when closing the
42+
// wireguard network.
43+
// The branch used is from https://github.com/coder/wireguard-go/tree/colin/tailscale
44+
// It is based on https://github.com/tailscale/wireguard-go/tree/tailscale, but
45+
// includes the upstream fix https://github.com/WireGuard/wireguard-go/commit/b7cd547315bed421a648d0a0f1ee5a0fc1b1151e
4146
replace github.com/tailscale/wireguard-go => github.com/coder/wireguard-go v0.0.0-20230807234434-d825b45ccbf5
4247

4348
// Use our tempfork of gvisor that includes a fix for TCP connection stalls:

0 commit comments

Comments
 (0)