123456789101112131415161718192021 |
- module zerone
- go 1.19
- require (
- git.wecise.com/wecise/common v0.0.0-20221129092339-3223d60ef015
- github.com/atrox/homedir v1.0.0
- github.com/creack/pty v1.1.18
- github.com/kevinburke/ssh_config v1.2.0
- golang.org/x/crypto v0.3.0
- golang.org/x/term v0.2.0
- gopkg.in/yaml.v2 v2.4.0
- )
- require (
- github.com/fatih/color v1.9.0 // indirect
- github.com/mattn/go-colorable v0.1.7 // indirect
- github.com/mattn/go-isatty v0.0.12 // indirect
- github.com/spf13/cast v1.3.1 // indirect
- golang.org/x/sys v0.2.0 // indirect
- )
|