-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
71 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,36 @@ | ||
module github.com/Lallassu/gorss | ||
|
||
go 1.12 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/OpenPeeDeeP/xdg v0.2.0 | ||
github.com/gdamore/tcell v1.2.0 | ||
github.com/gen2brain/beeep v0.0.0-20230307103607-6e717729cb4f | ||
github.com/gilliek/go-opml v1.0.0 | ||
github.com/mattn/go-sqlite3 v1.11.0 | ||
github.com/mmcdole/gofeed v1.1.0 | ||
github.com/olekukonko/tablewriter v0.0.1 // indirect | ||
github.com/rivo/tview v0.0.0-20190829161255-f8bc69b90341 | ||
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect | ||
jaytaylor.com/html2text v0.0.0-20190408195923-01ec452cbe43 | ||
) | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.5.1 // indirect | ||
github.com/andybalholm/cascadia v1.1.0 // indirect | ||
github.com/gdamore/encoding v1.0.0 // indirect | ||
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect | ||
github.com/godbus/dbus/v5 v5.1.0 // indirect | ||
github.com/json-iterator/go v1.1.10 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.0.2 // indirect | ||
github.com/mattn/go-runewidth v0.0.4 // indirect | ||
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect | ||
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect | ||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect | ||
github.com/olekukonko/tablewriter v0.0.1 // indirect | ||
github.com/rivo/uniseg v0.0.0-20190513083848-b9f5b9457d44 // indirect | ||
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect | ||
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect | ||
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters