Updates to accommodate the new upstream version of feedkit (v0.5.0), which now supports both polling sources and streaming sources.
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful

This commit is contained in:
2026-02-08 15:05:53 -06:00
parent 123e8ff763
commit f464592c56
3 changed files with 17 additions and 7 deletions

2
go.mod
View File

@@ -2,7 +2,7 @@ module gitea.maximumdirect.net/ejr/weatherfeeder
go 1.25
require gitea.maximumdirect.net/ejr/feedkit v0.4.1
require gitea.maximumdirect.net/ejr/feedkit v0.5.0
require (
github.com/klauspost/compress v1.17.2 // indirect