2021-04-11 04:39:41 +00:00
|
|
|
module github.com/sorenisanerd/gotty
|
2020-02-28 06:42:08 +00:00
|
|
|
|
2023-07-28 15:09:15 +00:00
|
|
|
go 1.20
|
2020-02-28 06:42:08 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/NYTimes/gziphandler v1.1.1
|
2021-04-18 14:01:31 +00:00
|
|
|
github.com/creack/pty v1.1.11
|
2020-02-28 06:42:08 +00:00
|
|
|
github.com/fatih/structs v1.1.0
|
2021-04-18 14:01:31 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-02-28 06:42:08 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-04-13 03:58:39 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2020-02-28 06:42:08 +00:00
|
|
|
github.com/yudai/hcl v0.0.0-20151013225006-5fa2393b3552
|
2023-07-28 15:09:15 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
|
|
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
2023-02-25 07:56:11 +00:00
|
|
|
golang.org/x/sys v0.1.0 // indirect
|
2020-02-28 06:42:08 +00:00
|
|
|
)
|