File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,10 @@ replace tailscale.com => github.com/coder/tailscale v0.0.0-20230522123520-747122
42
42
// https://github.com/coder/coder/issues/7388
43
43
// The basis for this fork is: gvisor.dev/gvisor v0.0.0-20230504175454-7b0a1988a28f
44
44
// This is the same version as used by Tailscale `main`:
45
- // https://github.com/tailscale/tailscale/blob/c19b5bfbc391637b11c2acb3c725909a0046d849/go.mod
45
+ // https://github.com/tailscale/tailscale/blob/c19b5bfbc391637b11c2acb3c725909a0046d849/go.mod#L88
46
+ //
47
+ // Latest gvisor otherwise has refactored packages and is currently incompatible with
48
+ // Tailscale, to remove our tempfork this needs to be addressed.
46
49
replace gvisor.dev/gvisor => github.com/coder/gvisor v0.0.0-20230714132058-be2e4ac102c3
47
50
48
51
// Switch to our fork that imports fixes from http://github.com/tailscale/ssh.
You can’t perform that action at this time.
0 commit comments