Skip to content

Commit

Permalink
chore(deps): bump golang.org/x/image from 0.10.0 to 0.18.0 in /example
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.10.0 to 0.18.0.
- [Commits](golang/image@v0.10.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 5, 2024
1 parent c101b4b commit b765178
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ go 1.17

require (
github.com/yeqown/go-qrcode v1.5.10
github.com/yeqown/go-qrcode/v2 v2.2.2
github.com/yeqown/go-qrcode/v2 v2.2.4
github.com/yeqown/go-qrcode/writer/file v0.0.0-20240609015435-b5ed6383d118
github.com/yeqown/go-qrcode/writer/standard v1.1.1
github.com/yeqown/go-qrcode/writer/terminal v1.0.0-beta
)
Expand All @@ -16,7 +17,7 @@ require (
github.com/nsf/termbox-go v1.1.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/yeqown/reedsolomon v1.0.0 // indirect
golang.org/x/image v0.10.0 // indirect
golang.org/x/image v0.18.0 // indirect
)

replace (
Expand Down

0 comments on commit b765178

Please sign in to comment.