goptimize/go.mod

11 lines
218 B
Modula-2
Raw Normal View History

2019-10-26 09:19:46 +00:00
module github.com/axllent/goptimize
go 1.13
require (
2019-11-03 06:12:02 +00:00
github.com/axllent/ghru v1.1.3
2019-10-26 09:19:46 +00:00
github.com/disintegration/imaging v1.6.1
github.com/spf13/pflag v1.0.5
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
)