Skip to content

Commit

Permalink
vendor: update AWS SDK Go
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Feb 15, 2019
1 parent 6f9af71 commit c8c6b40
Show file tree
Hide file tree
Showing 7 changed files with 164 additions and 16 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG-0.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@



<hr>


## [0.2.7](https://github.com/aws/aws-k8s-tester/releases/tag/0.2.7)(2019-02-15)

See [code changes](https://github.com/aws/aws-k8s-tester/compare/0.2.6...0.2.7).

### Dependency

- Upgrade [`github.com/aws/aws-sdk-go`](https://github.com/aws/aws-sdk-go/releases) from [`v1.16.33`](https://github.com/aws/aws-sdk-go/releases/tag/v1.16.33) to [`v1.16.35`](https://github.com/aws/aws-sdk-go/releases/tag/v1.16.35).

### Go

- Compile with [*Go 1.11.5*](https://golang.org/doc/devel/release.html#go1.11).


<hr>


Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require (
cloud.google.com/go v0.30.0 // indirect
contrib.go.opencensus.io/exporter/ocagent v0.4.2 // indirect
github.com/Azure/go-autorest v11.3.1+incompatible // indirect
github.com/aws/aws-sdk-go v1.16.33
github.com/aws/aws-sdk-go v1.16.35
github.com/blang/semver v3.5.1+incompatible
github.com/dustin/go-humanize v1.0.0
github.com/go-yaml/yaml v2.1.0+incompatible // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ contrib.go.opencensus.io/exporter/ocagent v0.4.2/go.mod h1:YuG83h+XWwqWjvCqn7vK4
git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=
github.com/Azure/go-autorest v11.3.1+incompatible h1:Pzn7+3iKqV1UAbwKarPKc4asZMJe9fQvs0csgYl6p4A=
github.com/Azure/go-autorest v11.3.1+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24=
github.com/aws/aws-sdk-go v1.16.33 h1:jXrsqeNbpLkM4TrnZbtr+4k4x7frwcLP3DiWMa7NOtE=
github.com/aws/aws-sdk-go v1.16.33/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.16.35 h1:qz1h7uxswkVaE6kJPoPWwt3F76HlCLrg/UyDJq3cavc=
github.com/aws/aws-sdk-go v1.16.35/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 h1:xJ4a3vCFaGF/jqvzLMYoU8P317H5OQ+Via4RmuPwCS0=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
Expand Down
64 changes: 59 additions & 5 deletions vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.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/aws/aws-sdk-go/aws/version.go

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

Loading

0 comments on commit c8c6b40

Please sign in to comment.