Files
weatherfeeder/go.mod
Eric Rakestraw aa4774e0dd weatherfeeder: split the former maximumdirect.net/weatherd project in two.
feedkit now contains a reusable core, while weatherfeeder is a concrete implementation that includes weather-specific functions.
2026-01-13 18:14:21 -06:00

10 lines
214 B
Modula-2

module gitea.maximumdirect.net/ejr/weatherfeeder
go 1.22
require gitea.maximumdirect.net/ejr/feedkit v0.0.0
require gopkg.in/yaml.v3 v3.0.1 // indirect
replace gitea.maximumdirect.net/ejr/feedkit => ../feedkit