From d75710930dc23261e1e60d8b05cca88702ef70c7 Mon Sep 17 00:00:00 2001 From: Suraj Date: Sat, 30 Jan 2016 21:47:03 +0530 Subject: [PATCH] heroku deployment --- Godeps/Godeps.json | 16 ++++++++++++++++ Procfile | 1 + 2 files changed, 17 insertions(+) create mode 100644 Godeps/Godeps.json create mode 100644 Procfile 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