Update handling of news

This commit is contained in:
Tom Wiesing 2023-01-09 11:19:47 +01:00
parent 73d821e320
commit dcd5f910ae
No known key found for this signature in database
22 changed files with 587 additions and 61 deletions

3
go.mod
View file

@ -19,6 +19,8 @@ require (
github.com/rs/zerolog v1.28.0
github.com/tdewolff/minify v2.3.6+incompatible
github.com/tkw1536/goprogram v0.2.4
github.com/yuin/goldmark v1.4.13
github.com/yuin/goldmark-meta v1.1.0
golang.org/x/crypto v0.3.0
golang.org/x/exp v0.0.0-20230105202349-8879d0199aa3
golang.org/x/sync v0.1.0
@ -41,4 +43,5 @@ require (
github.com/tdewolff/test v1.0.7 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/tools v0.4.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)