Skip to content

Commit 452ead9

Browse files
Bump github.com/jackc/pgproto3/v2 in /azure-votes-postgresql
Bumps [github.com/jackc/pgproto3/v2](https://github.com/jackc/pgproto3) from 2.3.2 to 2.3.3. - [Commits](jackc/pgproto3@v2.3.2...v2.3.3) --- updated-dependencies: - dependency-name: github.com/jackc/pgproto3/v2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c13e3c0 commit 452ead9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

azure-votes-postgresql/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/jackc/pgconn v1.14.0 // indirect
1818
github.com/jackc/pgio v1.0.0 // indirect
1919
github.com/jackc/pgpassfile v1.0.0 // indirect
20-
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
20+
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
2121
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
2222
github.com/jackc/pgtype v1.14.0 // indirect
2323
github.com/magiconair/properties v1.8.7 // indirect

azure-votes-postgresql/go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,9 @@ github.com/jackc/pgproto3/v2 v2.0.0-rc3/go.mod h1:ryONWYqW6dqSg1Lw6vXNMXoBJhpzvW
164164
github.com/jackc/pgproto3/v2 v2.0.0-rc3.0.20190831210041-4c03ce451f29/go.mod h1:ryONWYqW6dqSg1Lw6vXNMXoBJhpzvWKnT95C46ckYeM=
165165
github.com/jackc/pgproto3/v2 v2.0.6/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA=
166166
github.com/jackc/pgproto3/v2 v2.1.1/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA=
167-
github.com/jackc/pgproto3/v2 v2.3.2 h1:7eY55bdBeCz1F2fTzSz69QC+pG46jYq9/jtSPiJ5nn0=
168167
github.com/jackc/pgproto3/v2 v2.3.2/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA=
168+
github.com/jackc/pgproto3/v2 v2.3.3 h1:1HLSx5H+tXR9pW3in3zaztoEwQYRC9SQaYUHjTSUOag=
169+
github.com/jackc/pgproto3/v2 v2.3.3/go.mod h1:WfJCnwN3HIg9Ish/j3sgWXnAfK8A9Y0bwXYU5xKaEdA=
169170
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b/go.mod h1:vsD4gTJCa9TptPL8sPkXrLZ+hDuNrZCnj29CQpr4X1E=
170171
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a h1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk=
171172
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=

0 commit comments

Comments
 (0)