mirror of
https://github.com/ivuorinen/go-test-sarif.git
synced 2026-03-04 14:56:53 +00:00
feat: focus repo on cli tool only (#19)
* fix: update dependencies * fix: include package failures and enable trivy
This commit is contained in:
12
go.mod
12
go.mod
@@ -1,3 +1,15 @@
|
||||
module github.com/ivuorinen/go-test-sarif-action
|
||||
|
||||
go 1.24.1
|
||||
|
||||
require github.com/owenrumney/go-sarif/v2 v2.3.3
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user