forked from snyk/snyk-iac-parsers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (20 loc) · 680 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
module github.com/snyk/snyk-iac-parsers
go 1.17
require (
github.com/ghodss/yaml v1.0.0
github.com/hashicorp/hcl/v2 v2.6.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/tmccombs/hcl2json v0.3.1
github.com/zclconf/go-cty v1.6.1
)
require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v12 v12.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)