Skip to content

Commit 697bbb9

Browse files
committed
Update make tools modules
1 parent a617b4a commit 697bbb9

File tree

8 files changed

+188
-38
lines changed

8 files changed

+188
-38
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/akshaykarle/go-http-digest-auth-client v0.3.1
77
github.com/akshaykarle/go-mongodbatlas v0.0.0-20190502185858-46d09d059743
88
github.com/golang/protobuf v1.3.1 // indirect
9+
github.com/golangci/golangci-lint v1.16.0 // indirect
910
github.com/google/go-cmp v0.3.0 // indirect
1011
github.com/hashicorp/hcl2 v0.0.0-20190430183046-3dfebdfc4595 // indirect
1112
github.com/hashicorp/terraform v0.0.0-20190502144719-b1d0b1383f62

go.sum

Lines changed: 130 additions & 0 deletions
Large diffs are not rendered by default.

vendor/github.com/hashicorp/hcl/.travis.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/hcl/decoder.go

Lines changed: 21 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/hcl/hcl/parser/parser.go

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/hcl/hcl/scanner/scanner.go

Lines changed: 16 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/hcl/json/scanner/scanner.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ github.com/hashicorp/go-safetemp
9191
github.com/hashicorp/go-uuid
9292
# github.com/hashicorp/go-version v1.1.0
9393
github.com/hashicorp/go-version
94-
# github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f
94+
# github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
9595
github.com/hashicorp/hcl
9696
github.com/hashicorp/hcl/hcl/ast
9797
github.com/hashicorp/hcl/hcl/parser

0 commit comments

Comments
 (0)