aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 8f67391929d7a7c3d20257470264f6a0ceff789f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/Necoro/feed2imap-go

go 1.19

require (
	github.com/Necoro/go-readability v0.0.0-20220610220921-ea81c68a0622
	github.com/Necoro/gofeed v1.2.2-0.20230305145438-f7a233d95a2f
	github.com/Necoro/html2text v0.0.0-20211029113451-0e111ca632ef
	github.com/PuerkitoBio/goquery v1.8.1
	github.com/antonmedv/expr v1.12.1
	github.com/emersion/go-imap v1.2.1
	github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9
	github.com/emersion/go-message v0.16.0
	github.com/gabriel-vasile/mimetype v1.4.2
	github.com/google/go-cmp v0.5.9
	github.com/google/uuid v1.3.0
	github.com/mitchellh/mapstructure v1.5.0
	github.com/nightlyone/lockfile v1.0.0
	golang.org/x/net v0.8.0
	gopkg.in/yaml.v3 v3.0.1
)

require (
	github.com/andybalholm/cascadia v1.3.1 // indirect
	github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
	github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
	github.com/go-shiori/dom v0.0.0-20210627111528-4e4722cd0d65 // indirect
	github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28 // indirect
	github.com/json-iterator/go v1.1.12 // indirect
	github.com/mattn/go-runewidth v0.0.9 // indirect
	github.com/mmcdole/goxpp v1.1.0 // indirect
	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
	github.com/modern-go/reflect2 v1.0.2 // indirect
	github.com/olekukonko/tablewriter v0.0.5 // indirect
	github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
	golang.org/x/text v0.8.0 // indirect
)