mirror of https://github.com/chubin/wttr.in
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.
11 lines
277 B
11 lines
277 B
![]()
1 year ago
|
module example.com/m/v2
|
||
|
|
||
|
go 1.20
|
||
|
|
||
|
require (
|
||
|
github.com/fogleman/gg v1.3.0 // indirect
|
||
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
||
|
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02 // indirect
|
||
|
golang.org/x/image v0.14.0 // indirect
|
||
|
)
|