From 8f9fe7ffee12c1b89b51a8ece49ed8c333d18248 Mon Sep 17 00:00:00 2001 From: "angelnu-bot[bot]" <115925344+angelnu-bot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 09:05:58 +0000 Subject: [PATCH] feat(deps): update module github.com/stretchr/testify to v1.9.0 | datasource | package | from | to | | ---------- | --------------------------- | ------ | ------ | | go | github.com/stretchr/testify | v1.8.4 | v1.9.0 | --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f59506e..769b6b4 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/oklog/run v1.1.0 github.com/sirupsen/logrus v1.9.3 github.com/slok/kubewebhook/v2 v2.5.0 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 k8s.io/api v0.29.3 k8s.io/apimachinery v0.29.3 )