diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json new file mode 100644 index 0000000..2c66e46 --- /dev/null +++ b/Godeps/Godeps.json @@ -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" + } + ... + ] +} diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..ae867fd --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: Tasks