Skip to content

Commit

Permalink
update go mod files
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Kanchwala committed Jul 22, 2020
1 parent 1851c58 commit feb58c8
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 0 deletions.
11 changes: 11 additions & 0 deletions go.mod
@@ -0,0 +1,11 @@
module github.com/accurics/terrascan

go 1.14

require (
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/hcl/v2 v2.3.0
github.com/hashicorp/terraform v0.12.28
github.com/spf13/afero v1.3.2
github.com/zclconf/go-cty v1.2.1
)

0 comments on commit feb58c8

Please sign in to comment.