Feed insertions and other feed stuff

This commit is contained in:
Melody Becker 2025-07-07 12:41:08 +02:00
parent 72e1c67488
commit 5232bb0741
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
7 changed files with 134 additions and 8 deletions

2
go.mod
View file

@ -3,6 +3,7 @@ module git.mstar.dev/mstar/linstrom
go 1.24.2
require (
golang.org/x/sync v0.15.0
git.mstar.dev/mstar/goutils v1.16.1
github.com/BurntSushi/toml v1.5.0
github.com/PeerDB-io/gluabit32 v1.0.2
@ -80,7 +81,6 @@ require (
go.uber.org/mock v0.5.0 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/text v0.24.0 // indirect
golang.org/x/tools v0.32.0 // indirect
gorm.io/datatypes v1.2.5 // indirect