We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9b6a404 commit3cd2fe9Copy full SHA for 3cd2fe9
go.mod
@@ -42,7 +42,10 @@ replace tailscale.com => github.com/coder/tailscale v0.0.0-20230522123520-747122
42
// https://github.com/coder/coder/issues/7388
43
// The basis for this fork is: gvisor.dev/gvisor v0.0.0-20230504175454-7b0a1988a28f
44
// This is the same version as used by Tailscale `main`:
45
-// https://github.com/tailscale/tailscale/blob/c19b5bfbc391637b11c2acb3c725909a0046d849/go.mod
+// 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.
49
replacegvisor.dev/gvisor =>github.com/coder/gvisorv0.0.0-20230714132058-be2e4ac102c3
50
51
// Switch to our fork that imports fixes from http://github.com/tailscale/ssh.