Files
weatherapi/go.mod
Eric Rakestraw 0bccfc50d9
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful
Implemented the weather forecast discussion product from weatherfeeder v0.8.3
2026-03-28 17:36:35 -05:00

12 lines
236 B
Modula-2

module gitea.maximumdirect.net/ejr/weatherapi
go 1.25.5
require (
gitea.maximumdirect.net/ejr/feedapi v0.1.0
gitea.maximumdirect.net/ejr/weatherfeeder v0.8.3
github.com/lib/pq v1.10.9
)
require gopkg.in/yaml.v3 v3.0.1 // indirect