heroku deployment
This commit is contained in:
parent
65506a7723
commit
d75710930d
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"ImportPath": "github.com/thewhitetulip/Tasks",
|
||||||
|
"GoVersion": "go1.5",
|
||||||
|
"Packages": [
|
||||||
|
"./..."
|
||||||
|
],
|
||||||
|
"Deps": [
|
||||||
|
{
|
||||||
|
"ImportPath": "github.com/mattn/go-sqlite3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ImportPath" : "github.com/shurcooL/github_flavored_markdown"
|
||||||
|
}
|
||||||
|
...
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue