aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 79aabc646b1c341db88403803758f271d3f7cdbc (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
38
module github.com/Necoro/feed2imap-go

go 1.21

require (
	github.com/Necoro/gofeed v1.2.2-0.20230305145438-f7a233d95a2f
	github.com/Necoro/html2text v0.0.0-20230328182301-cda867cd9dbf
	github.com/PuerkitoBio/goquery v1.8.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.17.0
	github.com/expr-lang/expr v1.15.7
	github.com/gabriel-vasile/mimetype v1.4.3
	github.com/go-shiori/go-readability v0.0.0-20231029095239-6b97d5aba789
	github.com/google/go-cmp v0.5.9
	github.com/google/uuid v1.5.0
	github.com/mitchellh/mapstructure v1.5.0
	github.com/nightlyone/lockfile v1.0.0
	golang.org/x/net v0.19.0
	gopkg.in/yaml.v3 v3.0.1
)

require (
	github.com/andybalholm/cascadia v1.3.2 // indirect
	github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 // indirect
	github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
	github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c // indirect
	github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
	github.com/json-iterator/go v1.1.12 // indirect
	github.com/mattn/go-runewidth v0.0.15 // 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/rivo/uniseg v0.4.4 // indirect
	github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
	golang.org/x/text v0.14.0 // indirect
)