File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ replace github.com/dlclark/regexp2 => github.com/dlclark/regexp2 v1.7.0
39
39
40
40
// There are a few minor changes we make to Tailscale that we're slowly upstreaming. Compare here:
41
41
// https://github.com/tailscale/tailscale/compare/main...coder:tailscale:main
42
- replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20241003034647-02286e537fc2
42
+ replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20241218201526-b53d914d625f
43
43
44
44
// This is replaced to include
45
45
// 1. a fix for a data race: c.f. https://github.com/tailscale/wireguard-go/pull/25
@@ -230,6 +230,7 @@ require (
230
230
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
231
231
github.com/charmbracelet/x/ansi v0.4.5 // indirect
232
232
github.com/charmbracelet/x/term v0.2.0 // indirect
233
+ github.com/coder/websocket v1.8.12 // indirect
233
234
github.com/dop251/goja v0.0.0-20241024094426-79f3a7efcdbd // indirect
234
235
github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4 // indirect
235
236
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
Original file line number Diff line number Diff line change @@ -234,10 +234,12 @@ github.com/coder/serpent v0.10.0 h1:ofVk9FJXSek+SmL3yVE3GoArP83M+1tX+H7S4t8BSuM=
234
234
github.com/coder/serpent v0.10.0 /go.mod h1:cZFW6/fP+kE9nd/oRkEHJpG6sXCtQ+AX7WMMEHv0Y3Q =
235
235
github.com/coder/ssh v0.0.0-20231128192721-70855dedb788 h1:YoUSJ19E8AtuUFVYBpXuOD6a/zVP3rcxezNsoDseTUw =
236
236
github.com/coder/ssh v0.0.0-20231128192721-70855dedb788 /go.mod h1:aGQbuCLyhRLMzZF067xc84Lh7JDs1FKwCmF1Crl9dxQ =
237
- github.com/coder/tailscale v1.1.1-0.20241003034647-02286e537fc2 h1:mBbPFyJ2i9o490IwWGvWgtG0qmvIk45R7GWJpoaXotI =
238
- github.com/coder/tailscale v1.1.1-0.20241003034647-02286e537fc2 /go.mod h1:rp6BIJxCp127/hvvDWNkHC9MxAlKvQfoOtBr8s5sCqo =
237
+ github.com/coder/tailscale v1.1.1-0.20241218201526-b53d914d625f h1:CctU+8mmHp/Y/cteK/bMJCUfe7c6gDIy3TJGaHaxrbU =
238
+ github.com/coder/tailscale v1.1.1-0.20241218201526-b53d914d625f /go.mod h1:LOne094of6xzi3PdF+WyhPvKjK5zVuGADQ8WP46iIrM =
239
239
github.com/coder/terraform-provider-coder v1.0.2 h1:xKbnJF/XUxcUJlZoC3ZkNOj4PZvk5Stdkel2TCZluDQ =
240
240
github.com/coder/terraform-provider-coder v1.0.2 /go.mod h1:1f3EjO+DA9QcIbM7sBSk/Ffw3u7kh6vXNBIQfV59yUk =
241
+ github.com/coder/websocket v1.8.12 h1:5bUXkEPPIbewrnkU8LTCLVaxi4N4J8ahufH2vlo4NAo =
242
+ github.com/coder/websocket v1.8.12 /go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs =
241
243
github.com/coder/wgtunnel v0.1.13-0.20240522110300-ade90dfb2da0 h1:C2/eCr+r0a5Auuw3YOiSyLNHkdMtyCZHPFBx7syN4rk =
242
244
github.com/coder/wgtunnel v0.1.13-0.20240522110300-ade90dfb2da0 /go.mod h1:qANbdpqyAGlo2bg+4gQKPj24H1ZWa3bQU2Q5/bV5B3Y =
243
245
github.com/coder/wireguard-go v0.0.0-20240522052547-769cdd7f7818 h1:bNhUTaKl3q0bFn78bBRq7iIwo72kNTvUD9Ll5TTzDDk =
You can’t perform that action at this time.
0 commit comments