Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3044091

Browse files
authored
chore: add mod replace wireguard-go to fix race condition (#10071)
Fixes#10045
1 parent5021e23 commit3044091

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ replace github.com/dlclark/regexp2 => github.com/dlclark/regexp2 v1.7.0
3535
// https://github.com/tailscale/tailscale/compare/main...coder:tailscale:main
3636
replacetailscale.com =>github.com/coder/tailscalev1.1.1-0.20230921183700-c821c9c9966d
3737

38+
// Fixes a race-condition in coder/wgtunnel.
39+
// Upstream PR: https://github.com/WireGuard/wireguard-go/pull/85
40+
replacegolang.zx2c4.com/wireguard =>github.com/coder/wireguard-gov0.0.0-20230920225835-b7d43c468619
41+
3842
// This is replaced to include a fix that causes a deadlock when closing the
3943
// wireguard network.
4044
// The branch used is from https://github.com/coder/wireguard-go/tree/colin/tailscale

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ github.com/coder/wgtunnel v0.1.12 h1:j3v1Q7qyplrRyyNPm0DK50d3O3flboIErxBFhm4NCkA
241241
github.com/coder/wgtunnelv0.1.12/go.mod h1:QzfptVUdEO+XbkzMKx1kw13i9wwpJlfI1RrZ6SNZ0hA=
242242
github.com/coder/wireguard-gov0.0.0-20230807234434-d825b45ccbf5 h1:eDk/42Kj4xN4yfE504LsvcFEo3dWUiCOaBiWJ2uIH2A=
243243
github.com/coder/wireguard-gov0.0.0-20230807234434-d825b45ccbf5/go.mod h1:QRIcq2+DbdIC5sKh/gcAZhuqu6WT6L6G8/ALPN5wqYw=
244+
github.com/coder/wireguard-gov0.0.0-20230920225835-b7d43c468619 h1:Ug4+d7ooZNjQPVHL+zrHF2hLCr0FOpxHdB2Urr77VmY=
245+
github.com/coder/wireguard-gov0.0.0-20230920225835-b7d43c468619/go.mod h1:tqur9LnfstdR9ep2LaJT4lFUl0EjlHtge+gAjmsHUG4=
244246
github.com/containerd/consolev1.0.3/go.mod h1:7LqA/THxQ86k76b8c/EMSiaJ3h1eZkMkXar0TQ1gf3U=
245247
github.com/containerd/continuityv0.4.2 h1:v3y/4Yz5jwnvqPKJJ+7Wf93fyWoCB3F5EclWG023MDM=
246248
github.com/containerd/continuityv0.4.2/go.mod h1:F6PTNCKepoxEaXLQp3wDAjygEnImnZ/7o4JzpodfroQ=
@@ -1284,8 +1286,6 @@ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 h1:H2TDz8ibqkAF6YGhCdN3j
12841286
golang.org/x/xerrorsv0.0.0-20220907171357-04be3eba64a2/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8=
12851287
golang.zx2c4.com/wintunv0.0.0-20230126152724-0fa3db229ce2 h1:B82qJJgjvYKsXS9jeunTOisW56dUokqW/FOteYJJ/yg=
12861288
golang.zx2c4.com/wintunv0.0.0-20230126152724-0fa3db229ce2/go.mod h1:deeaetjYA+DHMHg+sMSMI58GrEteJUUzzw7en6TJQcI=
1287-
golang.zx2c4.com/wireguardv0.0.0-20230704135630-469159ecf7d1 h1:EY138uSo1JYlDq+97u1FtcOUwPpIU6WL1Lkt7WpYjPA=
1288-
golang.zx2c4.com/wireguardv0.0.0-20230704135630-469159ecf7d1/go.mod h1:tqur9LnfstdR9ep2LaJT4lFUl0EjlHtge+gAjmsHUG4=
12891289
golang.zx2c4.com/wireguard/wgctrlv0.0.0-20230429144221-925a1e7659e6 h1:CawjfCvYQH2OU3/TnxLx97WDSUDRABfT18pCOYwc2GE=
12901290
golang.zx2c4.com/wireguard/wgctrlv0.0.0-20230429144221-925a1e7659e6/go.mod h1:3rxYc4HtVcSG9gVaTs2GEBdehh+sYPOwKtyUWEOTb80=
12911291
golang.zx2c4.com/wireguard/windowsv0.5.3 h1:On6j2Rpn3OEMXqBq00QEDC7bWSZrPIHKIus8eIuExIE=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp