Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianyi Wang committed Nov 5, 2024
1 parent 32c3e06 commit fe67051
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion feature/s3/transfermanager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager
go 1.20

require (
github.com/aws/aws-sdk-go-v2 v1.30.3
github.com/aws/aws-sdk-go-v2 v1.32.3
github.com/aws/aws-sdk-go-v2/config v1.27.27
github.com/aws/aws-sdk-go-v2/service/s3 v1.56.1
github.com/aws/smithy-go v1.20.3
Expand All @@ -25,3 +25,5 @@ require (
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect
)

replace github.com/aws/aws-sdk-go-v2 => ../../../
3 changes: 3 additions & 0 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.32.3
github.com/aws/aws-sdk-go-v2/config v1.28.1
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.35
github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v1.0.0
github.com/aws/aws-sdk-go-v2/service/acm v1.30.3
github.com/aws/aws-sdk-go-v2/service/apigateway v1.27.3
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.33.3
Expand Down Expand Up @@ -296,3 +297,5 @@ replace github.com/aws/aws-sdk-go-v2/service/wafregional => ../../../service/waf
replace github.com/aws/aws-sdk-go-v2/service/wafv2 => ../../../service/wafv2/

replace github.com/aws/aws-sdk-go-v2/service/workspaces => ../../../service/workspaces/

replace github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager => ../../../feature/s3/transfermanager

0 comments on commit fe67051

Please sign in to comment.