From 514f20e275a6d7565931f6f18efb66d244826b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 02:46:54 +0000 Subject: [PATCH] build(deps): bump github.com/shoenig/test from 1.12.2 to 1.13.2 Bumps [github.com/shoenig/test](https://github.com/shoenig/test) from 1.12.2 to 1.13.2. - [Release notes](https://github.com/shoenig/test/releases) - [Commits](https://github.com/shoenig/test/compare/v1.12.2...v1.13.2) --- updated-dependencies: - dependency-name: github.com/shoenig/test dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- go.sum | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 498a73b..154e11f 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,10 @@ module cattlecloud.net/go/babycli -go 1.23 +go 1.24 require ( cattlecloud.net/go/stacks v1.1.2 - github.com/shoenig/test v1.12.2 + github.com/shoenig/test v1.13.2 ) -require github.com/google/go-cmp v0.6.0 // indirect +require github.com/google/go-cmp v0.7.0 // indirect diff --git a/go.sum b/go.sum index 5e2bc1f..f16de60 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ cattlecloud.net/go/stacks v1.1.2 h1:sr4bYJBh1Y14js/ZSA8F0dRJO+Bf3SLGvkgIBngDu1I= cattlecloud.net/go/stacks v1.1.2/go.mod h1:FvyB+rT9qnhvNz9ZmP7xuueS130Q85TXJdd+xqVbSK8= -github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= -github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= -github.com/shoenig/test v1.12.2 h1:ZVT8NeIUwGWpZcKaepPmFMoNQ3sVpxvqUh/MAqwFiJI= -github.com/shoenig/test v1.12.2/go.mod h1:UxJ6u/x2v/TNs/LoLxBNJRV9DiwBBKYxXSyczsBHFoI= +github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= +github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= +github.com/shoenig/test v1.13.2 h1:SaGxHxg7xkRuKuNtuFmHf0LgNGaAgcBT7HN4WHCKfqU= +github.com/shoenig/test v1.13.2/go.mod h1:MKmiRyEeuFl8y9PCoThaRDgYQZeWBhRQlH99poXz5LI=