module github.com/blacknon/lssh require ( github.com/BurntSushi/toml v0.3.1 github.com/ThalesIgnite/crypto11 v0.1.0 github.com/blacknon/go-scplib v0.0.0-20190214025421-eff8fdc20f75 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect github.com/kevinburke/ssh_config v0.0.0-20180830205328-81db2a75821e github.com/mattn/go-runewidth v0.0.4 github.com/miekg/pkcs11 v1.0.2 github.com/nsf/termbox-go v0.0.0-20190325093121-288510b9734e github.com/pelletier/go-buffruneio v0.2.0 // indirect github.com/stretchr/testify v1.3.0 // indirect github.com/urfave/cli v1.20.0 github.com/youtube/vitess v2.1.1+incompatible // indirect golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480 golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 golang.org/x/sys v0.0.0-20190419153524-e8e3143a4f4a // indirect )