2022-02-26 18:32:53 -05:00
|
|
|
module github.com/ghthor/gotty/v2
|
2022-02-26 16:38:41 -05:00
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
|
|
require (
|
2022-02-26 17:44:35 -05:00
|
|
|
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/kr/pty v1.1.8
|
|
|
|
|
github.com/pkg/errors v0.9.1
|
2022-02-26 17:48:20 -05:00
|
|
|
github.com/urfave/cli v1.22.5
|
2022-02-26 16:38:41 -05:00
|
|
|
github.com/yudai/hcl v0.0.0-20151013225006-5fa2393b3552
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2022-02-26 17:48:20 -05:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
2022-02-26 17:44:35 -05:00
|
|
|
github.com/creack/pty v1.1.17 // indirect
|
|
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2022-02-26 17:48:20 -05:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2022-02-26 16:38:41 -05:00
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
|
|
|
)
|