mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 12:08:47 +00:00
10 lines
276 B
Modula-2
10 lines
276 B
Modula-2
module example.com/m/v2
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/chubin/vt10x v0.0.0-20231112153020-ef4f56837bf1 // indirect
|
|
github.com/fogleman/gg v1.3.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
golang.org/x/image v0.14.0 // indirect
|
|
)
|