From 1cf86daa99992d80a36570ce48250f91512e41b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:46:33 +0000 Subject: [PATCH] fix(deps): update patch digest dependencies --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 05d2364..7caa8af 100644 --- a/go.mod +++ b/go.mod @@ -4,14 +4,14 @@ go 1.24.5 require ( github.com/go-bindata/go-bindata/v3 v3.1.3 - github.com/go-logr/logr v1.4.2 + github.com/go-logr/logr v1.4.3 github.com/google/uuid v1.6.0 - github.com/gorilla/mux v1.8.0 - github.com/harvester/webhook v0.1.4 + github.com/gorilla/mux v1.8.1 + github.com/harvester/webhook v0.1.5 github.com/onsi/ginkgo/v2 v2.22.0 github.com/onsi/gomega v1.36.1 github.com/rancher/dynamiclistener v0.3.5 - github.com/rancher/wrangler v1.1.1 + github.com/rancher/wrangler v1.1.2 github.com/sirupsen/logrus v1.9.3 github.com/stmcginnis/gofish v0.14.1-0.20230920133920-77490fd98fa2 github.com/stretchr/testify v1.9.0