mirror of
https://github.com/fumiama/deepinfra.git
synced 2026-06-10 21:16:55 +08:00
chore: tidy deps
This commit is contained in:
13
go.mod
13
go.mod
@@ -2,18 +2,7 @@ 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/fumiama/imgsz v0.0.4
|
||||
|
||||
require (
|
||||
github.com/pkg/errors v0.9.1
|
||||
|
||||
Reference in New Issue
Block a user