gopherss/go.mod

17 lines
397 B
Modula-2
Raw Normal View History

2020-10-17 13:30:30 +00:00
module github.com/averagemarcus/gopherss
go 1.15
require (
2021-03-17 08:02:14 +00:00
github.com/PuerkitoBio/goquery v1.5.1
2020-10-17 13:30:30 +00:00
github.com/dustin/go-humanize v1.0.0
github.com/gofiber/fiber/v2 v2.0.6
github.com/gofiber/template v1.6.3
github.com/mattn/go-sqlite3 v1.14.4
github.com/mmcdole/gofeed v1.1.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.0
gorm.io/driver/sqlite v1.1.3
gorm.io/gorm v1.20.2
)