Add tests

This commit is contained in:
Joakim Hellsén 2024-02-04 19:20:38 +01:00
commit a2b80c108d
5 changed files with 353 additions and 25 deletions

5
go.mod
View file

@ -4,13 +4,16 @@ go 1.21.6
require (
github.com/go-chi/chi/v5 v5.0.11
github.com/mmcdole/gofeed v1.2.1
github.com/stretchr/testify v1.8.1
gorm.io/driver/sqlite v1.5.4
gorm.io/gorm v1.25.6
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)