diff options
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 |