-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
24 lines (22 loc) · 897 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module code.rosaelefanten.org/rssfs
go 1.15
require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/billziss-gh/cgofuse v1.5.0
github.com/google/btree v1.1.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/hanwen/go-fuse v1.0.0 // indirect
github.com/hanwen/go-fuse/v2 v2.2.0
github.com/hashicorp/hcl/v2 v2.16.1
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mmcdole/gofeed v1.2.0
github.com/mmcdole/goxpp v1.0.0 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/rivo/uniseg v0.4.3 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
golang.org/x/net v0.7.0 // indirect
jaytaylor.com/html2text v0.0.0-20211105163654-bc68cce691ba
)