From 8637008ba9773dc8f3b483fe36e51630a23f31de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:25:13 +0000 Subject: [PATCH] deps: bump github.com/anishathalye/porcupine from 1.1.0 to 1.2.0 Bumps [github.com/anishathalye/porcupine](https://github.com/anishathalye/porcupine) from 1.1.0 to 1.2.0. - [Commits](https://github.com/anishathalye/porcupine/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: github.com/anishathalye/porcupine dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 508acb3..0f19e31 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module go.thesmos.sh/testkit go 1.26.2 require ( - github.com/anishathalye/porcupine v1.1.0 + github.com/anishathalye/porcupine v1.2.0 github.com/google/go-cmp v0.7.0 github.com/spf13/cobra v1.10.2 github.com/spf13/viper v1.21.0 diff --git a/go.sum b/go.sum index e49fed0..7ab3fa2 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/anishathalye/porcupine v1.1.0 h1:jkMLqDejaWqvhvjxYKyqwQO3d1Jw+/08wHiIw0O4wcU= -github.com/anishathalye/porcupine v1.1.0/go.mod h1:WM0SsFjWNl2Y4BqHr/E/ll2yY1GY1jqn+W7Z/84Zoog= +github.com/anishathalye/porcupine v1.2.0 h1:TMmK7S/Ihx9nWjTiBGsDYozuM9qjCf+dzi4JWUW/3TY= +github.com/anishathalye/porcupine v1.2.0/go.mod h1:WM0SsFjWNl2Y4BqHr/E/ll2yY1GY1jqn+W7Z/84Zoog= github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=