Skip to content

Commit

Permalink
vendor: bump github.com/aws/aws-sdk-go-v2 to 0.24.0
Browse files Browse the repository at this point in the history
According to the changelog [1] this release will mark the final release
using the current SDK design.

[1] https://github.com/aws/aws-sdk-go-v2/blob/master/CHANGELOG.md#release-v0240-2020-07-21

Other than that, only the updated AWS service API definitions that
should affect Cilium.

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser authored and borkmann committed Aug 18, 2020
1 parent fef1a0d commit 79faec9
Show file tree
Hide file tree
Showing 79 changed files with 2,212 additions and 327 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/Azure/go-autorest/autorest/to v0.3.0
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
github.com/aws/aws-sdk-go-v2 v0.23.0
github.com/aws/aws-sdk-go-v2 v0.24.0
github.com/blang/semver v3.5.0+incompatible
github.com/cilium/arping v1.0.1-0.20190728065459-c5eaf8d7a710
github.com/cilium/deepequal-gen v0.0.0-20200406125435-ad6a9003139e
Expand Down
4 changes: 2 additions & 2 deletions go.sum

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

Loading

0 comments on commit 79faec9

Please sign in to comment.