2019-10-03 13:49:23 +00:00
|
|
|
module github.com/stellarproject/heimdall
|
2019-09-13 03:08:41 +00:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-10-04 11:47:16 +00:00
|
|
|
github.com/certifi/gocertifi v0.0.0-20190905060710-a5e0173ced67 // indirect
|
2019-10-05 02:56:46 +00:00
|
|
|
github.com/containerd/typeurl v0.0.0-20190911142611-5eb25027c9fd
|
2019-10-04 11:47:16 +00:00
|
|
|
github.com/crosbymichael/guard v0.0.0-20190716141324-5c2daadf8067 // indirect
|
2019-10-08 03:37:13 +00:00
|
|
|
github.com/digineo/go-ping v1.0.0
|
2019-10-07 02:10:29 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2019-10-04 11:47:16 +00:00
|
|
|
github.com/getsentry/raven-go v0.2.0 // indirect
|
2019-10-03 13:49:23 +00:00
|
|
|
github.com/gogo/googleapis v1.3.0
|
|
|
|
github.com/gogo/protobuf v1.3.0
|
2019-09-13 04:13:38 +00:00
|
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
2019-10-03 13:49:23 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
2019-10-04 11:47:16 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
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
|
2019-10-05 02:56:46 +00:00
|
|
|
github.com/stellarproject/atlas v0.1.0
|
2019-10-04 11:47:16 +00:00
|
|
|
github.com/stellarproject/guard v0.0.0-20190716141324-5c2daadf8067
|
2019-09-13 03:08:41 +00:00
|
|
|
github.com/urfave/cli v1.22.1
|
2019-10-03 13:49:23 +00:00
|
|
|
google.golang.org/grpc v1.24.0
|
2019-09-13 03:08:41 +00:00
|
|
|
)
|