48d43ee2ee
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
23 lines
857 B
Modula-2
23 lines
857 B
Modula-2
module github.com/stellarproject/heimdall
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/certifi/gocertifi v0.0.0-20190905060710-a5e0173ced67 // indirect
|
|
github.com/containerd/typeurl v0.0.0-20190911142611-5eb25027c9fd
|
|
github.com/crosbymichael/guard v0.0.0-20190716141324-5c2daadf8067 // indirect
|
|
github.com/digineo/go-ping v1.0.0
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/getsentry/raven-go v0.2.0 // indirect
|
|
github.com/gogo/googleapis v1.3.0
|
|
github.com/gogo/protobuf v1.3.0
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
|
github.com/google/uuid v1.1.1
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stellarproject/atlas v0.1.0
|
|
github.com/stellarproject/guard v0.0.0-20190716141324-5c2daadf8067
|
|
github.com/urfave/cli v1.22.1
|
|
google.golang.org/grpc v1.24.0
|
|
)
|