summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-07 00:23:52 +0000
committerGitHub <noreply@github.com>2025-03-07 00:23:52 +0000
commitf33d33d6598222966dd3cfbf60ff8ebf5135037b (patch)
tree2c7ba0eb11b4064d3902eb7b9a556f0adf9d568f /go.mod
parentc327873be179cbff9e6a1dba68bb6effbb44fb1f (diff)
deps(go): Bump gotest.tools/v3 from 3.5.1 to 3.5.2 (#2333)
Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/gotestyourself/gotest.tools/releases) - [Commits](https://github.com/gotestyourself/gotest.tools/compare/v3.5.1...v3.5.2) --- updated-dependencies: - dependency-name: gotest.tools/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 99f18377..9bcfb433 100644
--- a/go.mod
+++ b/go.mod
@@ -31,7 +31,7 @@ require (
golang.org/x/sys v0.31.0
golang.org/x/term v0.30.0
golang.org/x/text v0.23.0
- gotest.tools/v3 v3.5.1
+ gotest.tools/v3 v3.5.2
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a
k8s.io/client-go v0.32.2
)