diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-26 19:35:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 19:35:29 +0000 |
commit | 50edc62247dc73789deb06e60e3dca49a0d7db67 (patch) | |
tree | 310ac561ff04c0c0d361468b4328c23dd6c4d548 /go.mod | |
parent | 6c56a6884e78a50982a01acb9d8da4e7f28287a7 (diff) |
build(deps): bump golang.org/x/image from 0.11.0 to 0.18.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.11.0 to 0.18.0.
- [Commits](https://github.com/golang/image/compare/v0.11.0...v0.18.0)
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ require ( github.com/aws/aws-sdk-go v1.40.6 github.com/nickjwhite/gofpdf v1.12.7-0.20240307131705-b017c7c7e41b github.com/wcharczuk/go-chart/v2 v2.1.0 - golang.org/x/image v0.11.0 + golang.org/x/image v0.18.0 rescribe.xyz/pdf v0.1.6 rescribe.xyz/preproc v0.4.3 rescribe.xyz/utils v0.1.3 @@ -40,7 +40,7 @@ require ( golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda // indirect golang.org/x/net v0.17.0 // indirect golang.org/x/sys v0.13.0 // indirect - golang.org/x/text v0.13.0 // indirect + golang.org/x/text v0.16.0 // indirect gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect gopkg.in/yaml.v3 v3.0.1 // indirect honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2 // indirect |