forked from aquasecurity/tfsec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 785 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/aquasecurity/tfsec
go 1.16
require (
github.com/AlecAivazis/survey/v2 v2.3.4
github.com/Masterminds/semver v1.5.0
github.com/aquasecurity/defsec v0.36.0
github.com/hashicorp/go-version v1.4.0
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/liamg/clinch v1.5.6
github.com/liamg/gifwrap v0.0.6
github.com/liamg/tml v0.6.0
github.com/owenrumney/squealer v0.3.2
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.1
github.com/zclconf/go-cty v1.10.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/liamg/memoryfs v1.2.0
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/owenrumney/go-sarif/v2 v2.1.1
github.com/rivo/uniseg v0.2.0 // indirect
)