mirror of https://github.com/chubin/wttr.in
parent
8a348f4546
commit
5782f4f53e
@ -1,3 +1,9 @@
|
|||||||
module github.com/chubin/wttr.in/v2
|
module github.com/chubin/wttr.in/v2
|
||||||
|
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
|
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
|
||||||
|
)
|
||||||
|
Loading…
Reference in new issue