Skip to content

Commit 3cd2fe9

Browse files
committed
improve comment
1 parent 9b6a404 commit 3cd2fe9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ replace tailscale.com => github.com/coder/tailscale v0.0.0-20230522123520-747122
4242
// https://github.com/coder/coder/issues/7388
4343
// The basis for this fork is: gvisor.dev/gvisor v0.0.0-20230504175454-7b0a1988a28f
4444
// 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.
4649
replace gvisor.dev/gvisor => github.com/coder/gvisor v0.0.0-20230714132058-be2e4ac102c3
4750

4851
// Switch to our fork that imports fixes from http://github.com/tailscale/ssh.

0 commit comments

Comments
 (0)