Files

18 lines
403 B
Modula-2
Raw Permalink Normal View History

2026-04-08 15:31:23 +06:30
module gt.mokkon.com/sainw/libgofunc
2026-03-16 22:42:30 +06:30
2026-04-08 15:31:23 +06:30
go 1.25.0
2026-03-16 22:42:30 +06:30
require (
github.com/dlclark/regexp2 v1.11.5
github.com/fogleman/gg v1.3.0
github.com/kenshaw/escpos v0.0.0-20221114190919-df06b682a8fc
2026-04-08 15:31:23 +06:30
golang.org/x/image v0.38.0
golang.org/x/net v0.52.0
)
2026-03-16 22:42:30 +06:30
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
2026-04-08 15:31:23 +06:30
github.com/google/gousb v1.1.3
golang.org/x/text v0.35.0 // indirect
2026-03-16 22:42:30 +06:30
)