forked from jessfraz/morningpaper2remarkable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
17 lines (15 loc) · 731 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/jessfraz/morningpaper2remarkable
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.2.0
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/genuinetools/pkg v0.0.0-20181022210355-2fcf164d37cb
github.com/juruen/rmapi v0.0.5-0.20181208194722-cbda5ccab439
github.com/mmcdole/gofeed v1.0.0-beta2
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
github.com/sirupsen/logrus v1.2.0
golang.org/x/net v0.0.0-20181217023233-e147a9138326 // indirect
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)