mirror of
https://github.com/chubin/wttr.in
synced 2024-11-14 16:17:19 +00:00
11 lines
258 B
Modula-2
11 lines
258 B
Modula-2
module github.com/chubin/wttr.in
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alecthomas/kong v0.7.1 // indirect
|
|
github.com/hashicorp/golang-lru v0.6.0
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|