-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9981897
commit 95c2d9e
Showing
2 changed files
with
57 additions
and
87 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,13 +1,32 @@ | ||
module github.com/seqsense/uawscli | ||
|
||
go 1.15 | ||
go 1.21 | ||
|
||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.53.21 | ||
github.com/aws/aws-sdk-go-v2 v1.27.2 | ||
github.com/aws/aws-sdk-go-v2/config v1.27.18 | ||
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.36.6 | ||
github.com/aws/aws-sdk-go-v2/service/ecr v1.28.5 | ||
github.com/aws/aws-sdk-go-v2/service/ssm v1.50.6 | ||
github.com/aws/aws-sdk-go-v2 v1.32.6 | ||
github.com/aws/aws-sdk-go-v2/config v1.28.6 | ||
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.44.0 | ||
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.7 | ||
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.1 | ||
github.com/seqsense/s3sync v1.10.0 | ||
) | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect | ||
github.com/aws/smithy-go v1.22.1 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.4 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
golang.org/x/net v0.25.0 // indirect | ||
) |
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