2019-09-13 03:08:41 +00:00
|
|
|
module github.com/ehazlett/gatekeeper
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
|
|
|
|
github.com/gliderlabs/ssh v0.2.2
|
2019-09-13 04:13:38 +00:00
|
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
2019-09-13 03:08:41 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
github.com/urfave/cli v1.22.1
|
2019-09-13 04:13:38 +00:00
|
|
|
go.etcd.io/bbolt v1.3.3
|
2019-09-13 03:08:41 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
|
|
|
|
)
|