secushare-box/go.mod
Devan Carpenter b988182415
"Let there be life."
Boxen: The p2p device manager, and beyond...
2019-10-04 03:22:53 -07:00

14 lines
339 B
Modula-2

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