about summary refs log tree commit diff
path: root/go.mod
blob: 33afb879d9c196fb2490117aeb57a81d441eec69 (plain)
1
2
3
4
5
6
7
8
9
10
module git.darknebu.la/honeysuite/ssh-grab-password-map

go 1.13

require (
	github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
	github.com/gliderlabs/ssh v0.2.2
	github.com/gorilla/mux v1.7.3
	golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d // indirect
)