mirror of
https://github.com/wahyd4/forego.git
synced 2026-08-09 05:07:05 +10:00
* remove godeps * remove dist for now * add colortext * godeps * vendor * remove unneeded fixture * fix vendor * switch to circle * dont run example during tests * no circle.yml * circle release * fix equinox download * equinox release * fix shell * fix shell * fix shell * fix shell * release from circle-release to test * release from circle-release * release from circle-release * download key * remove update for now * back to var for key * and back to url * clean up makefile * date versions * badge * only master branch releases
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"ImportPath": "github.com/ddollar/forego",
|
|
"GoVersion": "go1.6",
|
|
"GodepVersion": "v61",
|
|
"Packages": [
|
|
"./..."
|
|
],
|
|
"Deps": [
|
|
{
|
|
"ImportPath": "github.com/daviddengcn/go-colortext",
|
|
"Rev": "3b18c8575a432453d41fdafb340099fff5bba2f7"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/subosito/gotenv",
|
|
"Comment": "v0.1.0",
|
|
"Rev": "a37a0e8fb3298354bf97daad07b38feb2d0fa263"
|
|
}
|
|
]
|
|
}
|