Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6a404 commit 9de6ff4Copy full SHA for 9de6ff4
go.mod
@@ -43,6 +43,9 @@ replace tailscale.com => github.com/coder/tailscale v0.0.0-20230522123520-747122
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
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
replace gvisor.dev/gvisor => github.com/coder/gvisor v0.0.0-20230714132058-be2e4ac102c3
50
51
// Switch to our fork that imports fixes from http://github.com/tailscale/ssh.
0 commit comments