Skip to content

Commit

Permalink
Merge pull request #3164 from hashicorp/v-go-getter
Browse files Browse the repository at this point in the history
Update go-getter
  • Loading branch information
dadgar authored Sep 5, 2017
2 parents 9f49f93 + 807c878 commit c2648f9
Show file tree
Hide file tree
Showing 9 changed files with 117 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ BUG FIXES:
* api: Don't merge empty update stanza from job into task groups [GH-3139]
* cli: All status commands handle even UUID prefixes with hyphens [GH-3122]
* cli: Fix autocompletion of paths that include directories on zsh [GH-3129]
* cli: Handle reading files that are in a symlinked directory [GH-3164]
* cli: Status command honors exact job match even when it is the prefix of
another job [GH-3120]
* cli: Fix setting of TLSServerName for node API Client. This fixes an issue of
Expand Down
31 changes: 31 additions & 0 deletions vendor/github.com/hashicorp/go-getter/README.md

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

8 changes: 7 additions & 1 deletion vendor/github.com/hashicorp/go-getter/client.go

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

29 changes: 29 additions & 0 deletions vendor/github.com/hashicorp/go-getter/decompress_tar.go

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

6 changes: 6 additions & 0 deletions vendor/github.com/hashicorp/go-getter/detect.go

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

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

12 changes: 10 additions & 2 deletions vendor/github.com/hashicorp/go-getter/get_http.go

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

21 changes: 21 additions & 0 deletions vendor/github.com/hashicorp/go-getter/source.go

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

22 changes: 11 additions & 11 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,16 +750,16 @@
"revisionTime": "2017-06-02T22:43:19Z"
},
{
"checksumSHA1": "Glhu9BTy826XCLfMw7rexQ5mKeY=",
"checksumSHA1": "aYYfKsxwxF3pz3YqKlmDVxGMrnM=",
"path": "github.com/hashicorp/go-getter",
"revision": "6aae8e4e2dee8131187c6a54b52664796e5a02b0",
"revisionTime": "2017-07-13T01:23:01Z"
"revision": "80eb888f740e980f6585273d48582c74b3a34f88",
"revisionTime": "2017-09-05T20:52:06Z"
},
{
"checksumSHA1": "9J+kDr29yDrwsdu2ULzewmqGjpA=",
"path": "github.com/hashicorp/go-getter/helper/url",
"revision": "2814e6fb2ca5b3bd950c97eff22553ecb3c7f77b",
"revisionTime": "2017-07-06T02:51:20Z"
"revision": "80eb888f740e980f6585273d48582c74b3a34f88",
"revisionTime": "2017-09-05T20:52:06Z"
},
{
"checksumSHA1": "miVF4/7JP0lRwZvFJGKwZWk7aAQ=",
Expand Down Expand Up @@ -1293,17 +1293,17 @@
"revisionTime": "2017-06-05T21:53:11Z"
},
{
"checksumSHA1": "nqWNlnMmVpt628zzvyo6Yv2CX5Q=",
"path": "golang.org/x/crypto/ssh/terminal",
"revision": "eb71ad9bd329b5ac0fd0148dd99bd62e8be8e035",
"revisionTime": "2017-08-07T10:11:13Z"
},
{
"checksumSHA1": "pE9lQ5mMiW10+m6CS9XQDhSACNU=",
"path": "golang.org/x/crypto/blake2b",
"revision": "eb71ad9bd329b5ac0fd0148dd99bd62e8be8e035",
"revisionTime": "2017-08-07T10:11:13Z"
},
{
"checksumSHA1": "nqWNlnMmVpt628zzvyo6Yv2CX5Q=",
"path": "golang.org/x/crypto/ssh/terminal",
"revision": "eb71ad9bd329b5ac0fd0148dd99bd62e8be8e035",
"revisionTime": "2017-08-07T10:11:13Z"
},
{
"checksumSHA1": "9jjO5GjLa0XF/nfWihF02RoH4qc=",
"path": "golang.org/x/net/context",
Expand Down

0 comments on commit c2648f9

Please sign in to comment.