goptimize/go.mod

13 lines
248 B
Modula-2
Raw Permalink Normal View History

module git.sdf.org/kashifshah/goptimize
2019-10-26 05:19:46 -04:00
2023-05-23 07:01:19 -04:00
go 1.20
2019-10-26 05:19:46 -04:00
require (
2023-02-25 05:04:02 -05:00
github.com/axllent/ghru v1.2.1
github.com/disintegration/imaging v1.6.2
2019-10-26 05:19:46 -04:00
github.com/spf13/pflag v1.0.5
2023-02-25 05:04:02 -05:00
golang.org/x/image v0.5.0
2019-10-26 05:19:46 -04:00
)
2023-05-23 07:01:19 -04:00
require github.com/axllent/semver v0.0.1 // indirect