16 lines
358 B
Modula-2
16 lines
358 B
Modula-2
|
module github.com/averagemarcus/gopherss
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
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
|
||
|
)
|