go-chart/go.mod
2024-10-27 22:24:27 -05:00

8 lines
159 B
Modula-2

module git.smarteching.com/zeni/go-chart/v2
go 1.23.1
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
golang.org/x/image v0.21.0
)