1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Subscribe to feeds with the Android Share menu

This commit is contained in:
Ilya Mateyko 2021-01-01 13:15:33 +00:00 committed by fguillot
parent 94eaf0e254
commit ab82c4b300
4 changed files with 45 additions and 8 deletions

1
go.mod
View file

@ -21,6 +21,7 @@ require (
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/square/go-jose.v2 v2.5.0 // indirect
mvdan.cc/xurls/v2 v2.2.0
)
go 1.11