Tasks/Godeps/Godeps.json

17 lines
340 B
JSON

{
"ImportPath": "github.com/thewhitetulip/Tasks",
"GoVersion": "go1.5",
"Packages": [
"./..."
],
"Deps": [
{
"ImportPath": "github.com/mattn/go-sqlite3"
},
{
"ImportPath" : "github.com/shurcooL/github_flavored_markdown"
}
...
]
}