chore(dependencies): update dependencies

Run `make vendor-update`.
This commit is contained in:
Chris Lane
2020-11-27 09:50:55 -05:00
parent 08fb9e11a9
commit 367673d5d9
65 changed files with 508 additions and 116 deletions

8
vendor/gopkg.in/yaml.v2/go.mod generated vendored
View File

@ -1,5 +1,5 @@
module "gopkg.in/yaml.v2"
module gopkg.in/yaml.v2
require (
"gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
)
go 1.15
require gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405