aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index a046bf3..1a56384 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -20,6 +20,10 @@
# name = "github.com/x/y"
# version = "2.4.0"
+[metadata.heroku]
+ root-package = "github.com/miniflux/miniflux"
+ go-version = "go1.10"
+ ensure = "false"
[[constraint]]
name = "github.com/PuerkitoBio/goquery"