From 1de59cf446c9b7efd9d199177b760a593a456819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:45:23 +0000 Subject: [PATCH] build(deps): Bump github.com/ctrf-io/go-ctrf-json-reporter Bumps the development-dependencies group with 1 update: [github.com/ctrf-io/go-ctrf-json-reporter](https://github.com/ctrf-io/go-ctrf-json-reporter). Updates `github.com/ctrf-io/go-ctrf-json-reporter` from 0.0.12 to 0.0.14 - [Release notes](https://github.com/ctrf-io/go-ctrf-json-reporter/releases) - [Changelog](https://github.com/ctrf-io/go-ctrf-json-reporter/blob/main/.goreleaser.yaml) - [Commits](https://github.com/ctrf-io/go-ctrf-json-reporter/compare/v0.0.12...v0.0.14) --- updated-dependencies: - dependency-name: github.com/ctrf-io/go-ctrf-json-reporter dependency-version: 0.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... 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 17e2727..7e39d39 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module gh-actions go 1.24.0 require ( - github.com/ctrf-io/go-ctrf-json-reporter v0.0.12 + github.com/ctrf-io/go-ctrf-json-reporter v0.0.14 github.com/jstemmer/go-junit-report/v2 v2.1.0 gotest.tools/gotestsum v1.13.0 ) diff --git a/go.sum b/go.sum index 26e60e7..0854d19 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/bitfield/gotestdox v0.2.2 h1:x6RcPAbBbErKLnapz1QeAlf3ospg8efBsedU93CDsnE= github.com/bitfield/gotestdox v0.2.2/go.mod h1:D+gwtS0urjBrzguAkTM2wodsTQYFHdpx8eqRJ3N+9pY= -github.com/ctrf-io/go-ctrf-json-reporter v0.0.12 h1:MnOii3IKVTiTmBBcNM/gXuPeu3QBB8EN/zdMiTgTgJU= -github.com/ctrf-io/go-ctrf-json-reporter v0.0.12/go.mod h1:36bVomyu0b70mpxgIQVllRXYyQFPSS+CeHZTn7zxYzQ= +github.com/ctrf-io/go-ctrf-json-reporter v0.0.14 h1:/Yyx+wedA4i62+M1r+/LLNIJ0XK8GV/y7CUTVq/JMcg= +github.com/ctrf-io/go-ctrf-json-reporter v0.0.14/go.mod h1:36bVomyu0b70mpxgIQVllRXYyQFPSS+CeHZTn7zxYzQ= 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= github.com/dnephin/pflag v1.0.7 h1:oxONGlWxhmUct0YzKTgrpQv9AUA1wtPBn7zuSjJqptk=