Skip to content

Commit 94a0612

Browse files
authored
chore: update tailscale (coder#9817)
1 parent c900b5f commit 94a0612

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ replace github.com/dlclark/regexp2 => github.com/dlclark/regexp2 v1.7.0
3333

3434
// There are a few minor changes we make to Tailscale that we're slowly upstreaming. Compare here:
3535
// https://github.com/tailscale/tailscale/compare/main...coder:tailscale:main
36-
replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230829194950-a67722fa7a82
36+
replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230921183700-c821c9c9966d
3737

3838
// This is replaced to include a fix that causes a deadlock when closing the
3939
// wireguard network.

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ github.com/coder/retry v1.4.0 h1:g0fojHFxcdgM3sBULqgjFDxw1UIvaCqk4ngUDu0EWag=
227227
github.com/coder/retry v1.4.0/go.mod h1:blHMk9vs6LkoRT9ZHyuZo360cufXEhrxqvEzeMtRGoY=
228228
github.com/coder/ssh v0.0.0-20230621095435-9a7e23486f1c h1:TI7TzdFI0UvQmwgyQhtI1HeyYNRxAQpr8Tw/rjT8VSA=
229229
github.com/coder/ssh v0.0.0-20230621095435-9a7e23486f1c/go.mod h1:aGQbuCLyhRLMzZF067xc84Lh7JDs1FKwCmF1Crl9dxQ=
230-
github.com/coder/tailscale v1.1.1-0.20230829194950-a67722fa7a82 h1:kscNsmYro53j6uPNTU3KYDLGFLu1N42qI28eZ6vuUVY=
231-
github.com/coder/tailscale v1.1.1-0.20230829194950-a67722fa7a82/go.mod h1:L8tPrwSi31RAMEMV8rjb0vYTGs7rXt8rAHbqY/p41j4=
230+
github.com/coder/tailscale v1.1.1-0.20230921183700-c821c9c9966d h1:Y2nq36GM7lKzjrM2pi3BnjS4BNGDTJqkqhMMYAUl+YE=
231+
github.com/coder/tailscale v1.1.1-0.20230921183700-c821c9c9966d/go.mod h1:L8tPrwSi31RAMEMV8rjb0vYTGs7rXt8rAHbqY/p41j4=
232232
github.com/coder/terraform-provider-coder v0.11.1 h1:1sXcHfQrX8XhmLbtKxBED2lZ5jk3/ezBtaw6uVhpJZ4=
233233
github.com/coder/terraform-provider-coder v0.11.1/go.mod h1:UIfU3bYNeSzJJvHyJ30tEKjD6Z9utloI+HUM/7n94CY=
234234
github.com/coder/wgtunnel v0.1.12 h1:j3v1Q7qyplrRyyNPm0DK50d3O3flboIErxBFhm4NCkA=

0 commit comments

Comments
 (0)