fix(bskyweb): promote x/image direct dep and ensure png decoder

This commit is contained in:
vineyardbovines
2026-06-25 16:09:56 -04:00
parent 5433c9b8d8
commit 331f63b750
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -12,6 +12,7 @@ require (
github.com/labstack/echo/v4 v4.13.4
github.com/prometheus/client_golang v1.22.0
github.com/urfave/cli/v2 v2.25.7
golang.org/x/image v0.43.0
)
require github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -91,7 +92,6 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/image v0.43.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/sys v0.38.0 // indirect