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 github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign from 1.0.2 to 1.0.3 in /backend #20

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
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-lambda-go v1.23.0
github.com/aws/aws-sdk-go-v2 v1.2.1
github.com/aws/aws-sdk-go-v2/config v1.1.2
github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign v1.0.2
github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign v1.0.3
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.1.2
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.1.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions backend/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ github.com/aws/aws-sdk-go-v2/config v1.1.2 h1:H2r6cwMvvINFpEC55Y7jcNaR/oc7zYIChr
github.com/aws/aws-sdk-go-v2/config v1.1.2/go.mod h1:77yIk+qmCS/94JlxbwV1d+YEyu6Z8FBlCGcSz3TdM6A=
github.com/aws/aws-sdk-go-v2/credentials v1.1.2 h1:YoNqfhxAJGZI+lStIbqgx30UcCqQ86fr7FjTLUvrFOc=
github.com/aws/aws-sdk-go-v2/credentials v1.1.2/go.mod h1:hofjw//lM0XLplgvzPPMA7oD0doQU1QpaIK1nweEEWg=
github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign v1.0.2 h1:zCDOwf+VHLHJfIU+dTMcXyfNAsEOSEVGJUs47huDiqg=
github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign v1.0.2/go.mod h1:WsRKX9GxjR+v2QusPYd1yGVxu5ygKP7MXdd+iP0hh/A=
github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign v1.0.3 h1:8hsPo56p4crWMnzN+Ul1OKdilxwhKdzSuPjR4Loi5gc=
github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign v1.0.3/go.mod h1:PDDH9k+lBJV292MKZJqKNxcbmhDUvQwU3QxP9NsXI6Q=
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.0.3 h1:d3bKAGy4XdJyK8hz3Nx3WJJ4TCmYp2498G4mFY5wly0=
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.0.3/go.mod h1:Zr1Mj+KUMGVQ+WJvTT68EZJxqhjiie2PWSPGEUPaNY0=
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.1.2 h1:AeLWpXkm6c1EsOBXWH2fCyQbQHcJvBEfKBHVKDxCIbE=
Expand Down