15 lines
290 B
Modula-2
15 lines
290 B
Modula-2
module git.fjla.uk/fred.boniface/map-dots
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/fogleman/gg v1.3.0
|
|
go.uber.org/zap v1.25.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/image v0.11.0 // indirect
|
|
)
|