Skip to content

Commit 42a0256

Browse files
build(deps): bump golang.org/x/image from 0.6.0 to 0.10.0 (#421)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.6.0 to 0.10.0. - [Commits](golang/image@v0.6.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b671a10 commit 42a0256

File tree

2 files changed

+540
-4
lines changed

2 files changed

+540
-4
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ require (
5454
github.com/spf13/pflag v1.0.5 // indirect
5555
github.com/stretchr/testify v1.8.0 // indirect
5656
golang.org/x/crypto v0.7.0 // indirect
57-
golang.org/x/image v0.6.0 // indirect
57+
golang.org/x/image v0.10.0 // indirect
5858
golang.org/x/sys v0.6.0 // indirect
5959
golang.org/x/term v0.6.0 // indirect
60-
golang.org/x/text v0.8.0 // indirect
60+
golang.org/x/text v0.11.0 // indirect
6161
gonum.org/v1/plot v0.12.0 // indirect
6262
gopkg.in/yaml.v2 v2.4.0 // indirect
6363
)

0 commit comments

Comments
 (0)