mirror of
https://github.com/sorenisanerd/gotty.git
synced 2025-04-02 17:10:29 +00:00
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210415045647-66c3f260301c to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
411 B
Modula-2
16 lines
411 B
Modula-2
module github.com/sorenisanerd/gotty
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/creack/pty v1.1.11
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
github.com/yudai/hcl v0.0.0-20151013225006-5fa2393b3552
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
)
|