constellation/hack/tools/go.mod
Paul Meyer 0f6e56badf bazel: get tfsec as binary download
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-03-20 11:17:16 -04:00

14 lines
359 B
Modula-2

module github.com/edgelesssys/constellation/v2/hack/tools
go 1.20
require github.com/katexochen/sh/v3 v3.6.0
require (
github.com/google/renameio/v2 v2.0.0 // indirect
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/term v0.3.0 // indirect
mvdan.cc/editorconfig v0.2.0 // indirect
)