mirror of
https://github.com/chubin/wttr.in
synced 2025-01-26 02:34:59 +00:00
Fix we-lang formatting
This commit is contained in:
parent
0b119dc0dc
commit
582fc5bad6
2 changed files with 24 additions and 24 deletions
|
@ -3,7 +3,7 @@ module github.com/chubin/wttr.in/v2
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/klauspost/lctime v0.1.0 // indirect
|
github.com/klauspost/lctime v0.1.0
|
||||||
github.com/mattn/go-colorable v0.1.11 // indirect
|
github.com/mattn/go-colorable v0.1.11
|
||||||
github.com/mattn/go-runewidth v0.0.13 // indirect
|
github.com/mattn/go-runewidth v0.0.13
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue