13 lines
315 B
Modula-2
13 lines
315 B
Modula-2
module git.neet.dev/zuckerberg/dynamic-frame/server
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.8
|
|
github.com/mattn/go-ciede2000 v0.0.0-20170301095244-782e8c62fec3
|
|
github.com/muesli/smartcrop v0.3.0
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
)
|
|
|
|
require golang.org/x/image v0.7.0 // indirect
|