go.mod: bump golang.org/x/* packages

This addresses the two specific vulnerabilities that were disclosed for
/x/image and /x/sys, but also updates the rest for good measure.
This commit is contained in:
Will Norris 2026-05-21 15:37:17 -07:00
parent 5b6d07d0c3
commit b218d95c64
2 changed files with 12 additions and 12 deletions

8
go.mod
View file

@ -16,7 +16,7 @@ require (
github.com/peterbourgon/diskv v0.0.0-20171120014656-2973218375c3
github.com/prometheus/client_golang v1.22.0
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
golang.org/x/image v0.39.0
golang.org/x/image v0.41.0
willnorris.com/go/gifresize v1.0.0
)
@ -74,11 +74,11 @@ require (
go.opentelemetry.io/otel/trace v1.42.0 // indirect
golang.org/x/crypto v0.51.0 // indirect
golang.org/x/net v0.54.0 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.44.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.37.0 // indirect
golang.org/x/time v0.11.0 // indirect
golang.org/x/time v0.15.0 // indirect
google.golang.org/api v0.229.0 // indirect
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect