mirror of
https://github.com/chubin/wttr.in
synced 2024-11-15 00:27:09 +00:00
8 lines
129 B
Modula-2
8 lines
129 B
Modula-2
module github.com/chubin/wttr.in/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/hashicorp/golang-lru v0.6.0
|
|
github.com/robfig/cron v1.2.0
|
|
)
|