9 lines
120 B
Modula-2

module weatherstation
go 1.21
require (
github.com/lib/pq v1.10.9 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)