Skip to content

Commit

Permalink
Update make tools modules
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykarle committed May 2, 2019
1 parent a617b4a commit 697bbb9
Show file tree
Hide file tree
Showing 8 changed files with 188 additions and 38 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/akshaykarle/go-http-digest-auth-client v0.3.1
github.com/akshaykarle/go-mongodbatlas v0.0.0-20190502185858-46d09d059743
github.com/golang/protobuf v1.3.1 // indirect
github.com/golangci/golangci-lint v1.16.0 // indirect
github.com/google/go-cmp v0.3.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20190430183046-3dfebdfc4595 // indirect
github.com/hashicorp/terraform v0.0.0-20190502144719-b1d0b1383f62
Expand Down
130 changes: 130 additions & 0 deletions go.sum

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion vendor/github.com/hashicorp/hcl/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 21 additions & 16 deletions vendor/github.com/hashicorp/hcl/decoder.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions vendor/github.com/hashicorp/hcl/hcl/parser/parser.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 16 additions & 15 deletions vendor/github.com/hashicorp/hcl/hcl/scanner/scanner.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/hashicorp/hcl/json/scanner/scanner.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ github.com/hashicorp/go-safetemp
github.com/hashicorp/go-uuid
# github.com/hashicorp/go-version v1.1.0
github.com/hashicorp/go-version
# github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f
# github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
github.com/hashicorp/hcl
github.com/hashicorp/hcl/hcl/ast
github.com/hashicorp/hcl/hcl/parser
Expand Down

0 comments on commit 697bbb9

Please sign in to comment.