wttr.in/go.mod

9 lines
126 B
Modula-2
Raw Normal View History

2022-11-29 20:24:53 +00:00
module github.com/chubin/wttr.in
2022-11-16 16:21:28 +00:00
go 1.16
require (
github.com/hashicorp/golang-lru v0.6.0
github.com/robfig/cron v1.2.0
)