mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 12:08:47 +00:00
9 lines
172 B
Modula-2
9 lines
172 B
Modula-2
module github.com/chubin/wttr.in/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/klauspost/lctime v0.1.0
|
|
github.com/mattn/go-colorable v0.1.11
|
|
github.com/mattn/go-runewidth v0.0.13
|
|
)
|