diff --git a/go.mod b/go.mod index b49c4529..a99ea7f2 100644 --- a/go.mod +++ b/go.mod @@ -2,13 +2,36 @@ module github.com/aquasecurity/tfsec go 1.17 +require ( + github.com/apparentlymart/go-cidr v1.1.0 + github.com/bmatcuk/doublestar v1.3.4 + github.com/google/go-cmp v0.5.6 + github.com/google/uuid v1.3.0 + github.com/hashicorp/go-uuid v1.0.3 + github.com/hashicorp/go-version v1.3.0 + github.com/hashicorp/hcl/v2 v2.10.1 + 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.4.0 + github.com/mitchellh/go-homedir v1.1.0 + github.com/olekukonko/tablewriter v0.0.5 + github.com/owenrumney/go-sarif v1.0.11 + github.com/owenrumney/squealer v0.2.28 + github.com/spf13/cobra v1.2.1 + github.com/stretchr/testify v1.7.0 + github.com/zclconf/go-cty v1.9.1 + github.com/zclconf/go-cty-yaml v1.0.2 + golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b + golang.org/x/text v0.3.7 + gopkg.in/yaml.v2 v2.4.0 +) + require ( github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect github.com/acomagu/bufpipe v1.0.3 // indirect github.com/agext/levenshtein v1.2.2 // indirect - github.com/apparentlymart/go-cidr v1.1.0 github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect - github.com/bmatcuk/doublestar v1.3.4 github.com/davecgh/go-spew v1.1.1 // indirect github.com/emirpasic/gods v1.12.0 // indirect github.com/gdamore/encoding v1.0.0 // indirect @@ -16,41 +39,21 @@ require ( github.com/go-git/gcfg v1.5.0 // indirect github.com/go-git/go-billy/v5 v5.3.1 // indirect github.com/go-git/go-git/v5 v5.4.2 // indirect - github.com/google/go-cmp v0.5.6 - github.com/google/uuid v1.3.0 - github.com/hashicorp/go-uuid v1.0.2 - github.com/hashicorp/go-version v1.3.0 - github.com/hashicorp/hcl/v2 v2.10.1 - github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect github.com/kylelemons/godebug v1.1.0 // indirect - github.com/liamg/clinch v1.5.6 - github.com/liamg/gifwrap v0.0.6 - github.com/liamg/tml v0.4.0 github.com/lucasb-eyer/go-colorful v1.0.3 // indirect github.com/mattn/go-runewidth v0.0.12 // indirect - github.com/mitchellh/go-homedir v1.1.0 github.com/mitchellh/go-wordwrap v1.0.0 // indirect - github.com/olekukonko/tablewriter v0.0.5 - github.com/owenrumney/go-sarif v1.0.11 - github.com/owenrumney/squealer v0.2.28 github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rivo/uniseg v0.2.0 // indirect github.com/sergi/go-diff v1.1.0 // indirect github.com/sirupsen/logrus v1.8.1 // indirect - github.com/spf13/cobra v1.2.1 github.com/spf13/pflag v1.0.5 // indirect - github.com/stretchr/testify v1.7.0 - github.com/zclconf/go-cty v1.9.1 - github.com/zclconf/go-cty-yaml v1.0.2 - golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect - golang.org/x/text v0.3.7 gopkg.in/warnings.v0 v0.1.2 // indirect - gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect ) diff --git a/go.sum b/go.sum index 90f06b7d..0feaeef7 100644 --- a/go.sum +++ b/go.sum @@ -220,8 +220,8 @@ github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerX github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go-uuid v1.0.2 h1:cfejS+Tpcp13yd5nYHWDI6qVCny6wyX2Mt5SGur2IGE= -github.com/hashicorp/go-uuid v1.0.2/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= +github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8= +github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= github.com/hashicorp/go-version v1.3.0 h1:McDWVJIU/y+u1BRV06dPaLfLCaT7fUTJLp5r04x7iNw= github.com/hashicorp/go-version v1.3.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90= diff --git a/vendor/github.com/hashicorp/go-uuid/LICENSE b/vendor/github.com/hashicorp/go-uuid/LICENSE index e87a115e..a320b309 100644 --- a/vendor/github.com/hashicorp/go-uuid/LICENSE +++ b/vendor/github.com/hashicorp/go-uuid/LICENSE @@ -1,3 +1,5 @@ +Copyright © 2015-2022 HashiCorp, Inc. + Mozilla Public License, version 2.0 1. Definitions diff --git a/vendor/modules.txt b/vendor/modules.txt index 600142b0..54ff3b88 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -128,7 +128,7 @@ github.com/google/go-cmp/cmp/internal/value # github.com/google/uuid v1.3.0 ## explicit github.com/google/uuid -# github.com/hashicorp/go-uuid v1.0.2 +# github.com/hashicorp/go-uuid v1.0.3 ## explicit github.com/hashicorp/go-uuid # github.com/hashicorp/go-version v1.3.0