From 9b12181263682f49a6d6d400b4533b2ece3e8830 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 05:42:15 +0000 Subject: [PATCH] Update module github.com/stretchr/testify to v1.11.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 461c6c0..f69b79d 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/diggerhq/go-bitbucket v0.0.7 github.com/k0kubun/pp v3.0.1+incompatible github.com/mitchellh/mapstructure v1.5.0 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.11.1 golang.org/x/net v0.15.0 golang.org/x/oauth2 v0.12.0 )