mirror of
https://github.com/fumiama/deepinfra.git
synced 2026-06-05 00:32:46 +08:00
22 lines
509 B
Modula-2
22 lines
509 B
Modula-2
module github.com/fumiama/deepinfra
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/FloatTech/gg v1.1.3
|
|
github.com/FloatTech/imgfactory v0.2.1
|
|
github.com/fumiama/imgsz v0.0.4
|
|
)
|
|
|
|
require (
|
|
github.com/disintegration/imaging v1.6.2 // indirect
|
|
github.com/ericpauley/go-quantize v0.0.0-20200331213906-ae555eb2afa4 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
golang.org/x/image v0.16.0 // indirect
|
|
)
|