Files
upscayl-server/go.mod

12 lines
211 B
Modula-2

module trle5.xyz/upscayl-server
go 1.25.3
require (
github.com/dustin/go-humanize v1.0.1
github.com/go-chi/chi/v5 v5.2.5
github.com/google/uuid v1.6.0
golang.org/x/image v0.40.0
gopkg.in/yaml.v3 v3.0.1
)