b988182415
Boxen: The p2p device manager, and beyond...
14 lines
339 B
Modula-2
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
|
|
)
|