mirror of
https://github.com/yudai/gotty.git
synced 2026-01-15 05:58:52 +01:00
24 lines
717 B
Modula-2
24 lines
717 B
Modula-2
module gotty
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/kr/pty v1.1.8
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/urfave/cli v1.22.9
|
|
github.com/yudai/hcl v0.0.0-20151013225006-5fa2393b3552
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/creack/pty v1.1.18 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
)
|