Skip to content

Commit d6e4be9

Browse files
authoredMar 7, 2025·
[deps] Update go deps (#456)
## Summary fixes https://github.com/jetify-com/opensource/security/dependabot/30 ## How was it tested? ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent 3d2f70f commit d6e4be9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/aws/aws-sdk-go-v2 v1.36.3
1010
github.com/aws/aws-sdk-go-v2/config v1.29.9
1111
github.com/aws/aws-sdk-go-v2/credentials v1.17.62
12-
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.29.1
12+
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.29.2
1313
github.com/aws/aws-sdk-go-v2/service/ssm v1.57.2
1414
github.com/aws/smithy-go v1.22.3
1515
github.com/charmbracelet/lipgloss v1.0.0

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 h1:SZwFm17ZUNNg5Np0io
2020
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34/go.mod h1:dFZsC0BLo346mvKQLWmoJxT+Sjp+qcVR1tRVHQGOH9Q=
2121
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 h1:bIqFDwgGXXN1Kpp99pDOdKMTTb5d2KyU5X/BZxjOkRo=
2222
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3/go.mod h1:H5O/EsxDWyU+LP/V8i5sm8cxoZgc2fdNR9bxlOFrQTo=
23-
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.29.1 h1:ULvNXDcrYy1/3x6Xe+YvLyAb6Z8AqkBd4ZtcvThUQps=
24-
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.29.1/go.mod h1:0Ib8jnQoQsXzyVskVOZpG4Ur0K0/wmge2gAtD3GJjpY=
23+
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.29.2 h1:CG3RlDClJIBf4nvs4+94l+LKFAOOa7NEHalKjYIiiHc=
24+
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.29.2/go.mod h1:0Ib8jnQoQsXzyVskVOZpG4Ur0K0/wmge2gAtD3GJjpY=
2525
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 h1:eAh2A4b5IzM/lum78bZ590jy36+d/aFLgKF/4Vd1xPE=
2626
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3/go.mod h1:0yKJC/kb8sAnmlYa6Zs3QVYqaC8ug2AbnNChv5Ox3uA=
2727
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 h1:dM9/92u2F1JbDaGooxTq18wmmFzbJRfXfVfy96/1CXM=

0 commit comments

Comments
 (0)
Please sign in to comment.