From c3b8166f595b3a8f4231609daec843cd0eb91418 Mon Sep 17 00:00:00 2001 From: Suraj Date: Sat, 30 Jan 2016 22:25:01 +0530 Subject: [PATCH] removed heroku config --- Godeps/Godeps.json | 52 ---------------------------------------------- Godeps/Readme | 5 ----- Procfile | 1 - 3 files changed, 58 deletions(-) delete mode 100644 Godeps/Godeps.json delete mode 100644 Godeps/Readme delete mode 100644 Procfile diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json deleted file mode 100644 index 14a4395..0000000 --- a/Godeps/Godeps.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "ImportPath": "github.com/thewhitetulip/Tasks", - "GoVersion": "go1.5", - "Deps": [ - { - "ImportPath": "github.com/mattn/go-sqlite3", - "Comment": "v1.1.0-11-gb808f01", - "Rev": "b808f01f660667b1510acf216aa2b9fe7f555ddb" - }, - { - "ImportPath": "github.com/microcosm-cc/bluemonday", - "Rev": "4ac6f27528d0a3f2a59e0b0a6f6b3ff0bb89fe20" - }, - { - "ImportPath": "github.com/russross/blackfriday", - "Comment": "v1.4-21-g006144a", - "Rev": "006144af03eeeff1037240a71865a9fd61f1c25f" - }, - { - "ImportPath": "github.com/sergi/go-diff/diffmatchpatch", - "Rev": "ec7fdbb58eb3e300c8595ad5ac74a5aa50019cc7" - }, - { - "ImportPath": "github.com/shurcooL/github_flavored_markdown", - "Rev": "b3921bea4a899100a4fd522dd940b819af56e437" - }, - { - "ImportPath": "github.com/shurcooL/highlight_diff", - "Rev": "8f0db662adc4a5ba63b4ca15bf66ab08123f7161" - }, - { - "ImportPath": "github.com/shurcooL/highlight_go", - "Rev": "562bf7c1e73e56cf3c10c2506b1e29fccc63d1c9" - }, - { - "ImportPath": "github.com/shurcooL/sanitized_anchor_name", - "Rev": "10ef21a441db47d8b13ebcc5fd2310f636973c77" - }, - { - "ImportPath": "github.com/sourcegraph/annotate", - "Rev": "f4cad6c6324d3f584e1743d8b3e0e017a5f3a636" - }, - { - "ImportPath": "github.com/sourcegraph/syntaxhighlight", - "Rev": "637a8b8b94eca8bb8cd559b950cc4f42629ec137" - }, - { - "ImportPath": "golang.org/x/net/html", - "Rev": "51854aba4682903632d14998d47781fe34e62a02" - } - ] -} diff --git a/Godeps/Readme b/Godeps/Readme deleted file mode 100644 index 4cdaa53..0000000 --- a/Godeps/Readme +++ /dev/null @@ -1,5 +0,0 @@ -This directory tree is generated automatically by godep. - -Please do not edit. - -See https://github.com/tools/godep for more information. diff --git a/Procfile b/Procfile deleted file mode 100644 index ae867fd..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: Tasks