wip modernize code base

This commit is contained in:
Stefan Schwarz 2020-06-04 11:58:44 +02:00
parent c562a21e8c
commit 2579999de0
37 changed files with 11104 additions and 190 deletions

5
vendor/gopkg.in/yaml.v2/go.mod generated vendored Normal file
View file

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