Update vendored deps

This commit is contained in:
Matthias Loibl 2019-04-24 18:24:41 +02:00
parent d95948a351
commit 2ac07139f6
No known key found for this signature in database
GPG key ID: 78A796CA74CA38BA
22 changed files with 6045 additions and 0 deletions

6
vendor/modules.txt vendored
View file

@ -3,6 +3,8 @@ github.com/alecthomas/template
github.com/alecthomas/template/parse
# github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
github.com/alecthomas/units
# github.com/davecgh/go-spew v1.1.0
github.com/davecgh/go-spew/spew
# github.com/fatih/color v1.7.0
github.com/fatih/color
# github.com/mattn/go-colorable v0.0.9
@ -11,6 +13,10 @@ github.com/mattn/go-colorable
github.com/mattn/go-isatty
# github.com/pkg/errors v0.8.0
github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
github.com/pmezard/go-difflib/difflib
# github.com/stretchr/testify v1.3.0
github.com/stretchr/testify/assert
# golang.org/x/sys v0.0.0-20190310054646-10058d7d4faa
golang.org/x/sys/unix
# gopkg.in/alecthomas/kingpin.v2 v2.2.6