From 87a06d219b457673208747e4332cb071524f7331 Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Wed, 1 Apr 2026 13:36:31 +0200 Subject: [PATCH] chore: bump deps --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 50b2604..301fe90 100644 --- a/go.mod +++ b/go.mod @@ -32,8 +32,8 @@ require ( github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect github.com/stretchr/testify v1.11.1 // indirect github.com/yuin/goldmark v1.7.8 // indirect - golang.org/x/image v0.24.0 // indirect - golang.org/x/net v0.35.0 // indirect + golang.org/x/image v0.38.0 // indirect + golang.org/x/net v0.38.0 // indirect golang.org/x/sys v0.30.0 // indirect golang.org/x/text v0.22.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect