mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 03:58:45 +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
|
||||
|
||||
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
|
||||
github.com/klauspost/lctime v0.1.0
|
||||
github.com/mattn/go-colorable v0.1.11
|
||||
github.com/mattn/go-runewidth v0.0.13
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue