update dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-06 21:04:11 -06:00
parent c9c29f980d
commit 25397e96c9
2 changed files with 4 additions and 6 deletions

4
go.mod
View File

@@ -1,5 +1,5 @@
module deadbeef.codes/steven/mandelmapper
go 1.22
go 1.24.0
require golang.org/x/image v0.22.0
require golang.org/x/image v0.31.0

6
go.sum
View File

@@ -1,4 +1,2 @@
golang.org/x/image v0.18.0 h1:jGzIakQa/ZXI1I0Fxvaa9W7yP25TqT6cHIHn+6CqvSQ=
golang.org/x/image v0.18.0/go.mod h1:4yyo5vMFQjVjUcVk4jEQcU9MGy/rulF5WvUILseCM2E=
golang.org/x/image v0.22.0 h1:UtK5yLUzilVrkjMAZAZ34DXGpASN8i8pj8g+O+yd10g=
golang.org/x/image v0.22.0/go.mod h1:9hPFhljd4zZ1GNSIZJ49sqbp45GKK9t6w+iXvGqZUz4=
golang.org/x/image v0.31.0 h1:mLChjE2MV6g1S7oqbXC0/UcKijjm5fnJLUYKIYrLESA=
golang.org/x/image v0.31.0/go.mod h1:R9ec5Lcp96v9FTF+ajwaH3uGxPH4fKfHHAVbUILxghA=