@@ -40,7 +40,7 @@ replace github.com/tcnksm/go-httpstat => github.com/kylecarbs/go-httpstat v0.0.0
40
40
41
41
// There are a few minor changes we make to Tailscale that we're slowly upstreaming. Compare here:
42
42
// https://github.com/tailscale/tailscale/compare/main...coder:tailscale:main
43
- replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230321171725-fed359a0cafa
43
+ replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230323204624-bf5761af4a29
44
44
45
45
// Switch to our fork that imports fixes from http://github.com/tailscale/ssh.
46
46
// See: https://github.com/coder/coder/issues/3371
@@ -60,7 +60,6 @@ require (
60
60
github.com/AlecAivazis/survey/v2 v2.3.5
61
61
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
62
62
github.com/adrg/xdg v0.4.0
63
- github.com/ammario/prefixsuffix v0.0.0-20200405191514-5a0456bf2cfd
64
63
github.com/andybalholm/brotli v1.0.4
65
64
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
66
65
github.com/awalterschulze/gographviz v2.0.3+incompatible
@@ -162,7 +161,6 @@ require (
162
161
golang.org/x/sync v0.1.0
163
162
golang.org/x/sys v0.5.0
164
163
golang.org/x/term v0.5.0
165
- golang.org/x/text v0.7.0
166
164
golang.org/x/tools v0.6.0
167
165
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
168
166
golang.zx2c4.com/wireguard v0.0.0-20230223181233-21636207a675
@@ -193,6 +191,7 @@ require (
193
191
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
194
192
github.com/modern-go/reflect2 v1.0.2 // indirect
195
193
github.com/muesli/cancelreader v0.2.2 // indirect
194
+ golang.org/x/text v0.7.0 // indirect
196
195
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230215201556-9c5414ab4bde // indirect
197
196
)
198
197
0 commit comments