chore(deps): update dependencies

This commit is contained in:
2025-07-16 12:33:12 +03:00
parent ffb5da2a8e
commit 2c64a14328
2 changed files with 11 additions and 41 deletions

10
go.mod
View File

@@ -3,13 +3,3 @@ 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/stretchr/testify v1.10.0 // 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