mirror of
https://github.com/fumiama/deepinfra.git
synced 2026-06-13 06:40:25 +08:00
feat: support image upload
This commit is contained in:
18
go.mod
18
go.mod
@@ -1,3 +1,21 @@
|
||||
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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user