Skip to content

Commit

Permalink
Make latest changes compatible with Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Aug 30, 2018
1 parent 9ba9858 commit 41ce0a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: miniflux
web: miniflux.app
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module miniflux.app

// +heroku goVersion go1.11

require (
github.com/PuerkitoBio/goquery v1.4.1
github.com/andybalholm/cascadia v1.0.0 // indirect
Expand Down

0 comments on commit 41ce0a3

Please sign in to comment.