-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from legal90/bump-aws-sdk
Bump Golang and aws-sdk-go-v2 versions
- Loading branch information
Showing
3 changed files
with
568 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,21 @@ | ||
module github.com/legal90/awscurl | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2 v0.22.0 | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/aws/aws-sdk-go-v2 v1.9.1 | ||
github.com/aws/aws-sdk-go-v2/config v1.8.2 | ||
github.com/aws/aws-sdk-go-v2/credentials v1.4.2 | ||
github.com/spf13/cobra v1.2.1 | ||
) | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.5.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.2.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.3.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.4.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.7.1 // indirect | ||
github.com/aws/smithy-go v1.8.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
) |
Oops, something went wrong.