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/service/cognitoidentityprovider from 1.1.1 to 1.1.2 in /backend #22

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 @@ -9,7 +9,7 @@ require (
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/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/cognitoidentityprovider v1.1.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.2.0
github.com/aws/aws-sdk-go-v2/service/ssm v1.1.2
github.com/google/uuid 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 @@ -17,8 +17,8 @@ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.0.3 h1:d3bKAGy4XdJyK8hz3Nx3WJJ4
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=
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.1.2/go.mod h1:71I7dqlx0GqfHY5G8JfzgT9GtZiK/MIHE+rMODYhIzI=
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.1.1 h1:HoHckIJOdxpS4RSEqnPXp9+gFjixFH97pT46Q4buxhA=
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.1.1/go.mod h1:/yhD37TwPeVuZZ8qx1n7H65O0+a2Mh3gEF4TTB4Sn24=
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.1.2 h1:Neqzz0qcl73aN+nIj7KEcQ7YM2AEOW+xloaMp0ge/vI=
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.1.2/go.mod h1:s3dskZLRZHMDJl+kUAWJ7Uv5xbUWWSIkAPx36jFhCJU=
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.0.1 h1:q+3dVb1s3piv/Q/Ft0+OjU5iKItBRfCvU5wNLQUyIbA=
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.0.1/go.mod h1:zurGx7QI3Bk2OFwswSXl3PtJDdgD3QzjkfskiukJ2Mg=
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.0.2/go.mod h1:45MfaXZ0cNbeuT0KQ1XJylq8A6+OpVV2E5kvY/Kq+u8=
Expand Down