mirror of
https://github.com/axllent/goptimize.git
synced 2024-11-17 17:56:18 -05:00
dedca9b41d
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.15.0 to 0.18.0. - [Commits](https://github.com/golang/image/compare/v0.15.0...v0.18.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
261 B
Modula-2
15 lines
261 B
Modula-2
module github.com/axllent/goptimize
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.22.2
|
|
|
|
require (
|
|
github.com/axllent/ghru v1.2.1
|
|
github.com/kovidgoyal/imaging v1.6.3
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/image v0.18.0
|
|
)
|
|
|
|
require github.com/axllent/semver v0.0.1 // indirect
|