mirror of
https://github.com/yudai/gotty.git
synced 2026-02-24 00:44:08 +01:00
Fix upstream module rename
Also run `go get -u` again afterwards
This commit is contained in:
parent
f050474f94
commit
0e16740b7d
4 changed files with 18 additions and 3 deletions
5
go.mod
5
go.mod
|
|
@ -4,19 +4,22 @@ go 1.17
|
|||
|
||||
require (
|
||||
github.com/NYTimes/gziphandler v1.1.1
|
||||
github.com/codegangsta/cli v1.20.0
|
||||
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
|
||||
github.com/urfave/cli v1.22.5
|
||||
github.com/yudai/hcl v0.0.0-20151013225006-5fa2393b3552
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
||||
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
|
||||
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
||||
github.com/stretchr/testify v1.7.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20220224120231-95c6836cb0e7 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue