fix(deps): update module github.com/owenrumney/go-sarif/v2 to v3.2.1 (#20)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-14 02:18:28 +03:00
committed by GitHub
parent 4ef7e226e2
commit 4997c5a694
2 changed files with 10 additions and 1 deletions

10
go.mod
View File

@@ -2,9 +2,17 @@ module github.com/ivuorinen/go-test-sarif-action
go 1.24.1
require github.com/owenrumney/go-sarif/v2 v2.3.3
require (
github.com/owenrumney/go-sarif/v2 v2.3.3
github.com/owenrumney/go-sarif/v3 v3.2.1
)
require gopkg.in/yaml.v3 v3.0.1 // indirect
replace golang.org/x/crypto => golang.org/x/crypto v0.40.0
replace golang.org/x/net => golang.org/x/net v0.42.0
replace golang.org/x/text => golang.org/x/text v0.27.0
replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.1