Bumps [golang.org/x/image](https://github.com/golang/image) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/golang/image/releases) - [Commits](https://github.com/golang/image/compare/v0.3.0...v0.5.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
478 B
Modula-2
18 lines
478 B
Modula-2
module kitty
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/ALTree/bigfloat v0.0.0-20220102081255-38c8b72a9924
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/google/go-cmp v0.5.8
|
|
github.com/google/uuid v1.3.0
|
|
github.com/jamesruan/go-rfc1924 v0.0.0-20170108144916-2767ca7c638f
|
|
github.com/seancfoley/ipaddress-go v1.5.3
|
|
golang.org/x/exp v0.0.0-20230202163644-54bba9f4231b
|
|
golang.org/x/image v0.5.0
|
|
golang.org/x/sys v0.4.0
|
|
)
|
|
|
|
require github.com/seancfoley/bintree v1.2.1 // indirect
|