weather/go.mod
2024-04-09 11:53:44 -04:00

11 lines
172 B
Modula-2

module weather
go 1.22.1
require github.com/tidwall/gjson v1.17.1
require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
)