Update go.mod
Some checks failed
ci/woodpecker/push/build-image Pipeline failed

This commit is contained in:
2026-03-19 19:57:48 -05:00
parent a74591382a
commit e7a9893824

4
go.mod
View File

@@ -3,8 +3,8 @@ module gitea.maximumdirect.net/ejr/weatherapi
go 1.25.5
require (
gitea.maximumdirect.net/ejr/feedapi v0.0.0
gitea.maximumdirect.net/ejr/weatherfeeder v0.0.0
gitea.maximumdirect.net/ejr/feedapi v0.1.0
gitea.maximumdirect.net/ejr/weatherfeeder v0.7.2
github.com/lib/pq v1.10.9
)