14 lines
230 B
Modula-2
14 lines
230 B
Modula-2
|
|
module spoolweight
|
||
|
|
|
||
|
|
go 1.26.2
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/makiuchi-d/gozxing v0.1.1
|
||
|
|
golang.org/x/image v0.41.0
|
||
|
|
)
|
||
|
|
|
||
|
|
require (
|
||
|
|
golang.org/x/text v0.37.0 // indirect
|
||
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
||
|
|
)
|