Skip to content

Commit

Permalink
Modify and Merge polly mod import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianyi Wang committed Aug 18, 2023
1 parent f6c1d48 commit 30fe9b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions service/polly/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.20.3
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.40
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.34
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.34
github.com/aws/smithy-go v1.14.2
github.com/google/go-cmp v0.5.8
)
Expand All @@ -15,3 +16,5 @@ replace github.com/aws/aws-sdk-go-v2 => ../../
replace github.com/aws/aws-sdk-go-v2/internal/configsources => ../../internal/configsources/

replace github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 => ../../internal/endpoints/v2/

replace github.com/aws/aws-sdk-go-v2/service/internal/presigned-url => ../../service/internal/presigned-url/

0 comments on commit 30fe9b8

Please sign in to comment.