wttr.in/share/we-lang/go.mod

10 lines
172 B
Modula-2
Raw Normal View History

2021-04-04 17:31:59 +00:00
module github.com/chubin/wttr.in/v2
go 1.15
2021-10-30 15:47:43 +00:00
require (
2021-11-02 07:51:26 +00:00
github.com/klauspost/lctime v0.1.0
github.com/mattn/go-colorable v0.1.11
github.com/mattn/go-runewidth v0.0.13
2021-10-30 15:47:43 +00:00
)