chore: update dependencies

This commit is contained in:
止语 2021-09-01 19:48:55 +08:00
parent a080c85cbc
commit d5ad37a6ad
7 changed files with 76 additions and 25 deletions

0
vendor/github.com/codegangsta/cli/generate-flag-types generated vendored Executable file → Normal file
View file

0
vendor/github.com/codegangsta/cli/runtests generated vendored Executable file → Normal file
View file

10
vendor/github.com/kr/pty/types.go generated vendored
View file

@ -1,10 +0,0 @@
// +build ignore
package pty
import "C"
type (
_C_int C.int
_C_uint C.uint
)

View file

@ -1,15 +0,0 @@
// +build ignore
package pty
/*
#include <sys/param.h>
#include <sys/filio.h>
*/
import "C"
const (
_C_SPECNAMELEN = C.SPECNAMELEN /* max length of devicename */
)
type fiodgnameArg C.struct_fiodgname_arg