Godep vendoring for external packages

This commit is contained in:
Leonel Quinteros
2016-07-19 14:18:24 -03:00
parent 745244309c
commit 41d0924ac6
14 changed files with 5392 additions and 0 deletions

22
Godeps/Godeps.json generated Normal file
View File

@@ -0,0 +1,22 @@
{
"ImportPath": "github.com/leonelquinteros/gotext",
"GoVersion": "go1.6",
"GodepVersion": "v74",
"Packages": [
"./..."
],
"Deps": [
{
"ImportPath": "github.com/mattn/anko/ast",
"Rev": "a8c68fa2983e7dd5d3472992b1fbe2f7c44261f0"
},
{
"ImportPath": "github.com/mattn/anko/parser",
"Rev": "a8c68fa2983e7dd5d3472992b1fbe2f7c44261f0"
},
{
"ImportPath": "github.com/mattn/anko/vm",
"Rev": "a8c68fa2983e7dd5d3472992b1fbe2f7c44261f0"
}
]
}