-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (26 loc) · 1.02 KB
/
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
25
26
27
28
29
30
module github.com/limero/offlinerss
go 1.21.5
require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/limero/go-newsblur v0.0.0-20230729151935-6011f9ac849b
github.com/limero/linkcleaner v0.0.0-20240131161408-476a6a565f9c
github.com/mattn/go-sqlite3 v1.14.19
github.com/stretchr/testify v1.8.4
miniflux.app v1.0.46
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
mvdan.cc/xurls/v2 v2.5.0 // indirect
)
//replace github.com/limero/go-newsblur => ../go-newsblur
//replace github.com/limero/linkcleaner => ../linkcleaner