Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump AWS SDK to version v1.37.7 to support AWS SSO #1537

Merged
merged 1 commit into from
Mar 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ go 1.13

require (
cloud.google.com/go/storage v1.10.0
github.com/aws/aws-sdk-go v1.29.34
github.com/aws/aws-sdk-go v1.37.7
github.com/creack/pty v1.1.9
github.com/fatih/color v1.9.0
github.com/fatih/structs v1.1.0
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0
github.com/gruntwork-io/terratest v0.30.26
Expand All @@ -25,6 +24,6 @@ require (
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
google.golang.org/api v0.35.0
)
Loading