File: go.mod

package info (click to toggle)
golang-github-owenrumney-go-sarif 2.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 712 kB
  • sloc: makefile: 13
file content (10 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/owenrumney/go-sarif

go 1.16

require (
	github.com/kr/pretty v0.1.0 // indirect
	github.com/stretchr/testify v1.9.0
	github.com/zclconf/go-cty v1.14.4
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)