mirror of
https://github.com/axllent/goptimize.git
synced 2026-05-23 22:09:16 -04:00
19 lines
462 B
Modula-2
19 lines
462 B
Modula-2
module github.com/axllent/goptimize
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/axllent/ghru/v2 v2.2.0
|
|
github.com/kovidgoyal/imaging v1.8.20
|
|
github.com/spf13/pflag v1.0.10
|
|
golang.org/x/image v0.38.0
|
|
)
|
|
|
|
require (
|
|
github.com/kovidgoyal/go-parallel v1.1.1 // indirect
|
|
github.com/kovidgoyal/go-shm v1.0.0 // indirect
|
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect
|
|
golang.org/x/mod v0.34.0 // indirect
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
)
|