mirror of
https://github.com/axllent/goptimize.git
synced 2026-06-05 18:29:25 -04:00
13 lines
239 B
Modula-2
13 lines
239 B
Modula-2
module github.com/axllent/goptimize
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/axllent/ghru/v2 v2.0.2
|
|
github.com/kovidgoyal/imaging v1.6.4
|
|
github.com/spf13/pflag v1.0.10
|
|
golang.org/x/image v0.31.0
|
|
)
|
|
|
|
require golang.org/x/mod v0.28.0 // indirect
|