forked from kashifshah-mirrors/goptimize
11 lines
218 B
Modula-2
11 lines
218 B
Modula-2
module github.com/axllent/goptimize
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/axllent/ghru v1.1.3
|
|
github.com/disintegration/imaging v1.6.1
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
|
|
)
|