go.mod: update golang.org/x/image

also update github.com/jackc/pgx/v5 for caddy module.
This commit is contained in:
Will Norris 2026-06-26 09:30:22 -07:00
parent b99696ff29
commit 0730b7db1a
4 changed files with 9 additions and 9 deletions

2
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.41.0
golang.org/x/image v0.43.0
willnorris.com/go/gifresize v1.0.0
)