Files
identicon-algorithms/go.mod

11 lines
211 B
Modula-2
Raw Normal View History

2026-02-24 17:34:02 +01:00
module profile-picture-generator
go 1.25.0
require github.com/fogleman/gg v1.3.0
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
golang.org/x/image v0.36.0 // indirect
)