mirror of
https://github.com/yudai/gotty.git
synced 2026-02-10 02:14:21 +01:00
Update to go modules
```shell go mod init github.com/yudai/gotty g rm -r vendor/ go mod tidy g rm -r Godeps/ make gotty ```
This commit is contained in:
parent
a080c85cbc
commit
ad8f09f53a
110 changed files with 55 additions and 14356 deletions
21
go.mod
Normal file
21
go.mod
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
module github.com/yudai/gotty
|
||||
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/NYTimes/gziphandler v0.0.0-20170804200234-967539e5e271
|
||||
github.com/codegangsta/cli v1.19.1
|
||||
github.com/elazarl/go-bindata-assetfs v0.0.0-20150813044622-d5cac425555c
|
||||
github.com/fatih/structs v0.0.0-20150526064352-a9f7daa9c272
|
||||
github.com/gorilla/websocket v0.0.0-20150811171432-b6ab76f1fe98
|
||||
github.com/kr/pty v0.0.0-20150511174710-5cf931ef8f76
|
||||
github.com/pkg/errors v0.8.1-0.20161029093637-248dadf4e906
|
||||
github.com/yudai/hcl v0.0.0-20151013225006-5fa2393b3552
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/hashicorp/go-multierror v0.0.0-20150608033521-56912fb08d85 // indirect
|
||||
github.com/stretchr/testify v1.7.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/yudai/gotty => ./
|
||||
Loading…
Add table
Add a link
Reference in a new issue