File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,13 @@ import (
19
19
gosshagent "golang.org/x/crypto/ssh/agent"
20
20
"golang.org/x/term"
21
21
"golang.org/x/xerrors"
22
- tslogger "tailscale.com/types/logger"
23
22
24
23
"github.com/coder/coder/cli/cliflag"
25
24
"github.com/coder/coder/cli/cliui"
26
25
"github.com/coder/coder/coderd/autobuild/notify"
27
26
"github.com/coder/coder/coderd/util/ptr"
28
27
"github.com/coder/coder/codersdk"
29
28
"github.com/coder/coder/cryptorand"
30
- "github.com/coder/coder/peer/peerwg"
31
29
)
32
30
33
31
var workspacePollInterval = time .Minute
@@ -114,7 +112,7 @@ func ssh() *cobra.Command {
114
112
newSSHClient = conn .SSHClient
115
113
} else {
116
114
// TODO: more granual control of Tailscale logging.
117
- peerwg .Logf = tslogger .Discard
115
+ // peerwg.Logf = tslogger.Discard
118
116
119
117
// ipv6 := peerwg.UUIDToNetaddr(uuid.New())
120
118
// wgn, err := peerwg.New(
Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ export interface WorkspaceAgent {
427
427
readonly startup_script ?: string
428
428
readonly directory ?: string
429
429
readonly apps : WorkspaceApp [ ]
430
- // Named type "inet.af/netaddr.IP " unknown, using "any"
430
+ // Named type "net/netip.Addr " unknown, using "any"
431
431
// eslint-disable-next-line @typescript-eslint/no-explicit-any
432
432
readonly ip_addresses : any [ ]
433
433
// Named type "tailscale.com/types/key.NodePublic" unknown, using "any"
You can’t perform that action at this time.
0 commit comments