forked from go/golangs_learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
743 B
20 lines
743 B
module optimus
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/chai2010/webp v1.1.0
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
github.com/foobaz/lossypng v0.0.0-20200814224715-48fa8819852a
|
|
github.com/leaanthony/slicer v1.4.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.7 // indirect
|
|
github.com/muesli/smartcrop v0.3.0
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/vrischmann/userdir v0.0.0-20151206171402-20f291cebd68
|
|
github.com/wailsapp/wails v1.16.9
|
|
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
|
|
golang.org/x/net v0.0.0-20200930145003-4acb6c075d10 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
)
|
|
|