From 93208a6b4ec69f4852e99335d373a199106738f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:46:08 +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 cd7b1d6..5307a22 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,10 @@ module cattlecloud.net/go/urlpath -go 1.23 +go 1.24 require ( github.com/gorilla/mux v1.8.1 - 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 b45b4f9..da55940 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ -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/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= +github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY= github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ= -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/shoenig/test v1.13.2 h1:SaGxHxg7xkRuKuNtuFmHf0LgNGaAgcBT7HN4WHCKfqU= +github.com/shoenig/test v1.13.2/go.mod h1:MKmiRyEeuFl8y9PCoThaRDgYQZeWBhRQlH99poXz5LI=