mirror of
https://github.com/fumiama/deepinfra.git
synced 2026-06-05 00:32:46 +08:00
11 lines
169 B
Modula-2
11 lines
169 B
Modula-2
module github.com/fumiama/deepinfra
|
|
|
|
go 1.20
|
|
|
|
require github.com/fumiama/imgsz v0.0.4
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
golang.org/x/image v0.16.0 // indirect
|
|
)
|