mirror of
https://github.com/yudai/gotty.git
synced 2026-01-24 18:26:11 +01:00
webtty: upgrade Run to use an errgroup to join 2 i/o routines
This commit is contained in:
parent
c830287cb0
commit
b5d904cb14
4 changed files with 52 additions and 41 deletions
3
go.mod
3
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/ghthor/gotty/v2
|
||||
|
||||
go 1.23.0
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/NYTimes/gziphandler v1.1.1
|
||||
|
|
@ -11,6 +11,7 @@ require (
|
|||
github.com/pkg/errors v0.9.1
|
||||
github.com/urfave/cli v1.22.14
|
||||
github.com/yudai/hcl v0.0.0-20151013225006-5fa2393b3552
|
||||
golang.org/x/sync v0.17.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue