Skip to content

Commit

Permalink
Updated modules
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosueiras committed Aug 28, 2019
1 parent 2e9d774 commit cb72e8e
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 51 deletions.
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ go 1.12

require (
cloud.google.com/go v0.38.0 // indirect
github.com/aws/aws-sdk-go v1.19.27 // indirect
github.com/creachadair/jrpc2 v0.1.2
github.com/davecgh/go-spew v1.1.1
github.com/golang/protobuf v1.3.1 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-hclog v0.9.0 // indirect
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20190515223218-4b22149b7cef
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl2 v0.0.0-20190821123243-0c888d1241f6
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/terraform v0.12.2
github.com/hashicorp/terraform v0.12.7
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/mitchellh/go-homedir v1.1.0
Expand All @@ -24,8 +23,8 @@ require (
github.com/spf13/afero v1.2.2 // indirect
github.com/ulikunitz/xz v0.5.6 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/zclconf/go-cty v0.0.0-20190516203816-4fecf87372ec
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284 // indirect
github.com/zclconf/go-cty v1.0.1-0.20190708163926-19588f92a98f
github.com/zserge/webview v0.0.0-20190123072648-16c93bcaeaeb
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
golang.org/x/sys v0.0.0-20190508100423-12bbe5a7a520 // indirect
Expand Down
Loading

0 comments on commit cb72e8e

Please sign in to comment.