Changed rss package to tagged version

This commit is contained in:
Jason Streifling 2024-04-04 17:17:55 +02:00
parent e3ce1d7b55
commit 8dc8f02504
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module streifling.com/jason/cpolis
go 1.22.0
require (
git.streifling.com/jason/rss v0.0.0-20240404150220-c4aea5c6a64d
git.streifling.com/jason/rss v0.1.2
github.com/go-sql-driver/mysql v1.7.1
github.com/gorilla/sessions v1.2.2
github.com/microcosm-cc/bluemonday v1.0.26

4
go.sum
View File

@ -1,5 +1,5 @@
git.streifling.com/jason/rss v0.0.0-20240404150220-c4aea5c6a64d h1:Kcuzgwt6y6CHRVhvk/tr+fPtWdJSOqVcrLAmjQ3+8Ss=
git.streifling.com/jason/rss v0.0.0-20240404150220-c4aea5c6a64d/go.mod h1:gpZF0nZbQSstMpyHD9DTAvlQEG7v4pjO5c7aIMWM4Jg=
git.streifling.com/jason/rss v0.1.2 h1:UB3UHJXMt5WDDh9y8n0Z6nS1XortbPXjEr7QZTdovY4=
git.streifling.com/jason/rss v0.1.2/go.mod h1:gpZF0nZbQSstMpyHD9DTAvlQEG7v4pjO5c7aIMWM4Jg=
github.com/aymerick/douceur v0.2.0 h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk=
github.com/aymerick/douceur v0.2.0/go.mod h1:wlT5vV2O3h55X9m7iVYN0TBM0NH/MmbLnd30/FjWUq4=
github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=