@@ -40,7 +40,7 @@ replace github.com/tcnksm/go-httpstat => github.com/kylecarbs/go-httpstat v0.0.0
4040
4141// There are a few minor changes we make to Tailscale that we're slowly upstreaming. Compare here:
4242// 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
4444
4545// Switch to our fork that imports fixes from http://github.com/tailscale/ssh.
4646// See: https://github.com/coder/coder/issues/3371
@@ -60,7 +60,6 @@ require (
6060github.com/AlecAivazis/survey/v2 v2.3.5
6161github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
6262github.com/adrg/xdg v0.4.0
63- github.com/ammario/prefixsuffix v0.0.0-20200405191514-5a0456bf2cfd
6463github.com/andybalholm/brotli v1.0.4
6564github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
6665github.com/awalterschulze/gographviz v2.0.3+incompatible
@@ -162,7 +161,6 @@ require (
162161golang.org/x/sync v0.1.0
163162golang.org/x/sys v0.5.0
164163golang.org/x/term v0.5.0
165- golang.org/x/text v0.7.0
166164golang.org/x/tools v0.6.0
167165golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
168166golang.zx2c4.com/wireguard v0.0.0-20230223181233-21636207a675
@@ -193,6 +191,7 @@ require (
193191github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
194192github.com/modern-go/reflect2 v1.0.2 // indirect
195193github.com/muesli/cancelreader v0.2.2 // indirect
194+ golang.org/x/text v0.7.0 // indirect
196195golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230215201556-9c5414ab4bde // indirect
197196)
198197