coder/pty
Kyle Carberry 22e781eced
chore: add /v2 to import module path (#9072)
* chore: add /v2 to import module path

go mod requires semantic versioning with versions greater than 1.x

This was a mechanical update by running:
```
go install github.com/marwan-at-work/mod/cmd/mod@latest
mod upgrade
```

Migrate generated files to import /v2

* Fix gen
2023-08-18 18:55:43 +00:00
..
ptytest chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
pty.go refactor: PTY & SSH (#7100) 2023-04-24 14:53:57 +04:00
pty_linux.go fix: Terminal emulation used by SSH sessions (#3473) 2022-09-12 19:27:51 +03:00
pty_other.go refactor: PTY & SSH (#7100) 2023-04-24 14:53:57 +04:00
pty_windows.go fix(pty): close output writer before reader on Windows to unblock close (#8299) 2023-07-05 15:25:07 +03:00
ssh_other.go fix: Terminal emulation used by SSH sessions (#3473) 2022-09-12 19:27:51 +03:00
start.go fix: pty.Start respects context on Windows too (#7373) 2023-05-03 11:43:05 +04:00
start_other.go fix: pty.Start respects context on Windows too (#7373) 2023-05-03 11:43:05 +04:00
start_other_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
start_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
start_windows.go fix: pty.Start respects context on Windows too (#7373) 2023-05-03 11:43:05 +04:00
start_windows_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00