1
0
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:
源文雨
2025-09-25 00:21:07 +08:00
parent 348633b5c6
commit cf156d49a0
2 changed files with 1 additions and 26 deletions

13
go.mod
View File

@@ -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