Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 1 addition & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,23 @@ module github.com/ValidUSA/terraform-module-versions
go 1.15

require (
cloud.google.com/go v0.74.0 // indirect
cloud.google.com/go/storage v1.12.0 // indirect
github.com/Masterminds/semver/v3 v3.1.1
github.com/agext/levenshtein v1.2.3 // indirect
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/aws/aws-sdk-go v1.37.0 // indirect
github.com/gliderlabs/ssh v0.3.1 // indirect
github.com/go-git/go-git/v5 v5.4.2
github.com/go-test/deep v1.0.7 // indirect
github.com/hashicorp/go-getter v1.5.11
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/hashicorp/go-getter v1.7.0
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl/v2 v2.10.0 // indirect
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
github.com/jstemmer/go-junit-report v0.9.1
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/peterbourgon/ff/v3 v3.1.2
github.com/sgreben/flagvar v1.10.1
github.com/zclconf/go-cty v1.8.3 // indirect
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
golang.org/x/tools v0.0.0-20201211025543-abf6a1d87e11 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
503 changes: 450 additions & 53 deletions go.sum

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions vendor/cloud.google.com/go/.gitignore

This file was deleted.

1,792 changes: 0 additions & 1,792 deletions vendor/cloud.google.com/go/CHANGES.md

This file was deleted.

44 changes: 0 additions & 44 deletions vendor/cloud.google.com/go/CODE_OF_CONDUCT.md

This file was deleted.

303 changes: 0 additions & 303 deletions vendor/cloud.google.com/go/CONTRIBUTING.md

This file was deleted.

Loading