From bded479082438a45f64e44daba2b05d8c3ca61b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:53:42 +0100 Subject: [PATCH] build(deps): bump github.com/shoenig/test from 1.11.0 to 1.12.0 (#606) Bumps [github.com/shoenig/test](https://github.com/shoenig/test) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/shoenig/test/releases) - [Commits](https://github.com/shoenig/test/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/shoenig/test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 6a032ac8..99ed7dd2 100644 --- a/go.mod +++ b/go.mod @@ -37,7 +37,7 @@ require ( github.com/olekukonko/tablewriter v0.0.5 github.com/posener/complete v1.2.3 github.com/ryanuber/columnize v2.1.2+incompatible - github.com/shoenig/test v1.11.0 + github.com/shoenig/test v1.12.0 github.com/spf13/afero v1.11.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.10.0 diff --git a/go.sum b/go.sum index 9675ec13..c752c1cf 100644 --- a/go.sum +++ b/go.sum @@ -1084,8 +1084,8 @@ github.com/shoenig/go-landlock v1.2.1 h1:3s88osJQX1AWpQ2DE2A0EWuQTzoeIF95uOC2oTD github.com/shoenig/go-landlock v1.2.1/go.mod h1:p7huQuJHejPeOKTpjPCCV83+jiQMezZWZ0oqsM7Wb88= github.com/shoenig/go-m1cpu v0.1.6 h1:nxdKQNcEB6vzgA2E2bvzKIYRuNj7XNJ4S/aRSwKzFtM= github.com/shoenig/go-m1cpu v0.1.6/go.mod h1:1JJMcUBvfNwpq05QDQVAnx3gUHr9IYF7GNg9SUEw2VQ= -github.com/shoenig/test v1.11.0 h1:NoPa5GIoBwuqzIviCrnUJa+t5Xb4xi5Z+zODJnIDsEQ= -github.com/shoenig/test v1.11.0/go.mod h1:UxJ6u/x2v/TNs/LoLxBNJRV9DiwBBKYxXSyczsBHFoI= +github.com/shoenig/test v1.12.0 h1:5gu0WaxkayLUad6B/VCnBWMi5VR7oVYCw/d34SU1ed0= +github.com/shoenig/test v1.12.0/go.mod h1:UxJ6u/x2v/TNs/LoLxBNJRV9DiwBBKYxXSyczsBHFoI= github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k= github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=