vendor; update protobuild

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2019-10-03 11:21:01 -04:00
parent 5c2daadf80
commit c677518065
No known key found for this signature in database
GPG key ID: A519480096146526
823 changed files with 424082 additions and 13 deletions

19
go.mod Normal file
View file

@ -0,0 +1,19 @@
module github.com/stellarproject/guard
go 1.12
require (
github.com/certifi/gocertifi v0.0.0-20190905060710-a5e0173ced67 // indirect
github.com/crosbymichael/guard v0.0.0-20190716141324-5c2daadf8067
github.com/getsentry/raven-go v0.2.0
github.com/gogo/googleapis v1.3.0
github.com/gogo/protobuf v1.3.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.1.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/urfave/cli v1.22.1
google.golang.org/grpc v1.24.0
)