2019-10-02 18:43:03 +00:00
|
|
|
module github.com/stellarproject/gatekeeper
|
2019-09-13 03:08:41 +00:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
|
2019-09-13 15:26:20 +00:00
|
|
|
github.com/crosbymichael/guard v0.0.0-20190716141324-5c2daadf8067
|
2019-09-13 03:08:41 +00:00
|
|
|
github.com/gliderlabs/ssh v0.2.2
|
2019-09-13 15:26:20 +00:00
|
|
|
github.com/gogo/protobuf v1.3.0 // indirect
|
2019-09-13 04:13:38 +00:00
|
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
2019-09-13 15:26:20 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
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
|
2019-09-13 15:26:20 +00:00
|
|
|
google.golang.org/grpc v1.23.1
|
2019-09-13 03:08:41 +00:00
|
|
|
)
|