You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
339 B

  1. module boxen
  2. go 1.12
  3. require (
  4. github.com/bvinc/go-sqlite-lite v0.6.1
  5. github.com/eugenmayer/go-sshclient v0.0.0-20190908070959-1e92f9869e7c
  6. github.com/mitchellh/go-homedir v1.1.0
  7. github.com/sethvargo/go-password v0.1.2
  8. github.com/spf13/cobra v0.0.5
  9. golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
  10. gopkg.in/ini.v1 v1.48.0
  11. )