go.mod 518 B

123456789101112131415161718192021
  1. module zerone
  2. go 1.19
  3. require (
  4. git.wecise.com/wecise/common v0.0.0-20221129092339-3223d60ef015
  5. github.com/atrox/homedir v1.0.0
  6. github.com/creack/pty v1.1.18
  7. github.com/kevinburke/ssh_config v1.2.0
  8. golang.org/x/crypto v0.3.0
  9. golang.org/x/term v0.2.0
  10. gopkg.in/yaml.v2 v2.4.0
  11. )
  12. require (
  13. github.com/fatih/color v1.9.0 // indirect
  14. github.com/mattn/go-colorable v0.1.7 // indirect
  15. github.com/mattn/go-isatty v0.0.12 // indirect
  16. github.com/spf13/cast v1.3.1 // indirect
  17. golang.org/x/sys v0.2.0 // indirect
  18. )