1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-12 00:51:01 +00:00

add vendor gopkg.in/yaml.v2

This commit is contained in:
astaxie
2018-07-31 21:18:07 +08:00
parent de66d2bdfd
commit 9dd7d19ce7
19 changed files with 9927 additions and 0 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
)