Update vendor/ with new required vndr go.mod files

Signed-off-by: msg555 <msg555@gmail.com>
This commit is contained in:
msg555
2019-04-28 18:20:43 -04:00
parent 53830f66fd
commit c7f067f278
9 changed files with 37 additions and 0 deletions

5
vendor/github.com/gogo/googleapis/go.mod generated vendored Normal file
View File

@@ -0,0 +1,5 @@
module github.com/gogo/googleapis
go 1.12
require github.com/gogo/protobuf v1.2.1

3
vendor/github.com/gogo/protobuf/go.mod generated vendored Normal file
View File

@@ -0,0 +1,3 @@
module github.com/gogo/protobuf
require github.com/kisielk/errcheck v1.1.0 // indirect

1
vendor/github.com/google/uuid/go.mod generated vendored Normal file
View File

@@ -0,0 +1 @@
module github.com/google/uuid

View File

@@ -0,0 +1 @@
module github.com/konsorten/go-windows-terminal-sequences

10
vendor/github.com/sirupsen/logrus/go.mod generated vendored Normal file
View File

@@ -0,0 +1,10 @@
module github.com/sirupsen/logrus
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.2.2
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
)