2018-08-26 19:43:53 -04:00
|
|
|
module miniflux.app
|
|
|
|
|
2018-08-29 23:45:49 -04:00
|
|
|
// +heroku goVersion go1.11
|
|
|
|
|
2018-08-26 19:43:53 -04:00
|
|
|
require (
|
2020-10-12 01:21:27 -04:00
|
|
|
github.com/PuerkitoBio/goquery v1.6.0
|
2020-03-07 21:45:19 -05:00
|
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
2020-08-24 02:30:32 -04:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2020-08-03 02:51:56 -04:00
|
|
|
github.com/lib/pq v1.8.0
|
2020-03-07 21:45:19 -05:00
|
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
2020-09-27 19:01:06 -04:00
|
|
|
github.com/prometheus/client_golang v1.7.1
|
|
|
|
github.com/prometheus/common v0.14.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.2.0 // indirect
|
2020-09-06 16:15:11 -04:00
|
|
|
github.com/rylans/getlang v0.0.0-20200505200108-4c3188ff8a2d
|
|
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
2020-10-15 01:19:05 -04:00
|
|
|
github.com/tdewolff/minify/v2 v2.9.7 // indirect
|
2020-09-27 19:01:06 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
2020-04-25 23:55:33 -04:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-09-27 19:01:06 -04:00
|
|
|
golang.org/x/sys v0.0.0-20200926100807-9d91bd62050c // indirect
|
2020-04-25 23:55:33 -04:00
|
|
|
google.golang.org/appengine v1.6.6 // indirect
|
2020-09-27 19:01:06 -04:00
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
2020-04-25 23:55:33 -04:00
|
|
|
gopkg.in/square/go-jose.v2 v2.5.0 // indirect
|
2018-08-26 19:43:53 -04:00
|
|
|
)
|
2019-09-06 00:39:32 -04:00
|
|
|
|
|
|
|
go 1.11
|