goptimize/go.mod

11 lines
194 B
Modula-2
Raw Normal View History

module git.sdf.org/kashifshah/goptimize
2019-10-26 09:19:46 +00:00
go 1.13
require (
2023-02-25 10:04:02 +00:00
github.com/axllent/ghru v1.2.1
github.com/disintegration/imaging v1.6.2
2019-10-26 09:19:46 +00:00
github.com/spf13/pflag v1.0.5
2023-02-25 10:04:02 +00:00
golang.org/x/image v0.5.0
2019-10-26 09:19:46 +00:00
)