File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/awslabs/aurora-dsql-connectors/go/pgx
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require (
66 github.com/aws/aws-sdk-go-v2 v1.41.7
77 github.com/aws/aws-sdk-go-v2/config v1.32.18
88 github.com/aws/aws-sdk-go-v2/credentials v1.19.17
99 github.com/aws/aws-sdk-go-v2/feature/dsql/auth v1.1.23
1010 github.com/aws/aws-sdk-go-v2/service/sts v1.42.1
11- github.com/jackc/pgx/v5 v5.8 .0
11+ github.com/jackc/pgx/v5 v5.10 .0
1212 github.com/stretchr/testify v1.11.1
1313)
1414
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
3636github.com/jackc/pgpassfile v1.0.0 /go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg =
3737github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo =
3838github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 /go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM =
39- github.com/jackc/pgx/v5 v5.8 .0 h1:TYPDoleBBme0xGSAX3/+NujXXtpZn9HBONkQC7IEZSo =
40- github.com/jackc/pgx/v5 v5.8 .0 /go.mod h1:QVeDInX2m9VyzvNeiCJVjCkNFqzsNb43204HshNSZKw =
39+ github.com/jackc/pgx/v5 v5.10 .0 h1:VhSvgU2jSli8o3AqIEOTJr7rZwAEUVo4E4XhR94Zfr0 =
40+ github.com/jackc/pgx/v5 v5.10 .0 /go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4 =
4141github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo =
4242github.com/jackc/puddle/v2 v2.2.2 /go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4 =
4343github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0 =
You can’t perform that action at this time.
0 commit comments