aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-04-15 20:27:10 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-04-15 21:07:59 -0700
commit0429bbb19db777bf5979df02ab21815b33541e7e (patch)
tree636dc7d41bdef8805e55e4d13ad7065958eb7c56 /Gopkg.toml
parent45dde0cf4a5794f36fb278e24e2cd9899d03922a (diff)
Simplify Heroku deployment
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"