mirror of
https://github.com/axllent/goptimize.git
synced 2026-08-05 09:22:22 -04:00
15 lines
258 B
AMPL
15 lines
258 B
AMPL
module github.com/axllent/goptimize
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.1
|
|
|
|
require (
|
|
github.com/axllent/ghru/v2 v2.0.1
|
|
github.com/kovidgoyal/imaging v1.6.3
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/image v0.18.0
|
|
)
|
|
|
|
require golang.org/x/mod v0.25.0 // indirect
|