Skip to content

Commit 18c08ea

Browse files
authored
Merge branch 'main' into dependabot/go_modules/inventory/dependencies-21afc7850a
2 parents 15fd34e + 34d9699 commit 18c08ea

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pre-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
aws-region: us-west-2
204204
- name: Login to Amazon ECR
205205
if: ${{ env.PUBLISH == 'true' }}
206-
uses: aws-actions/amazon-ecr-login@376925c9d111252e87ae59691e5a442dd100ef6a # v2.1.3
206+
uses: aws-actions/amazon-ecr-login@19d944daaa35f0fa1d3f7f8af1d3f2e5de25c5b7 # v2.1.4
207207
with:
208208
registries: "080137407410"
209209
- if: ${{ env.PUBLISH == 'true'}}

apiv2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ require (
8686
github.com/iancoleman/strcase v0.3.0 // indirect
8787
github.com/jackc/pgpassfile v1.0.0 // indirect
8888
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
89-
github.com/jackc/pgx/v5 v5.9.0 // indirect
89+
github.com/jackc/pgx/v5 v5.9.2 // indirect
9090
github.com/jackc/puddle/v2 v2.2.2 // indirect
9191
github.com/josharian/intern v1.0.0 // indirect
9292
github.com/json-iterator/go v1.1.12 // indirect

apiv2/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,8 +953,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
953953
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
954954
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
955955
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
956-
github.com/jackc/pgx/v5 v5.9.0 h1:T/dI+2TvmI2H8s/KH1/lXIbz1CUFk3gn5oTjr0/mBsE=
957-
github.com/jackc/pgx/v5 v5.9.0/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
956+
github.com/jackc/pgx/v5 v5.9.2 h1:3ZhOzMWnR4yJ+RW1XImIPsD1aNSz4T4fyP7zlQb56hw=
957+
github.com/jackc/pgx/v5 v5.9.2/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
958958
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
959959
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
960960
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=

0 commit comments

Comments
 (0)