11 lines
118 B
Modula-2

module weatherstation
go 1.23.0
toolchain go1.24.5
require (
github.com/lib/pq v1.10.9
gopkg.in/yaml.v3 v3.0.1
)