You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wttr.in/share/we-lang/go.mod

10 lines
208 B

module github.com/chubin/wttr.in/v2
go 1.15
3 years ago
require (
github.com/klauspost/lctime v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
)