File tree 6 files changed +9
-3
lines changed
6 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
5
5
toolchain go1.24.1
6
6
7
7
require (
8
- github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323074852-37f29d31de31
8
+ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323102851-639cd306efbf
9
9
github.com/google/uuid v1.6.0
10
10
github.com/jackc/pgtype v1.14.4
11
11
github.com/shopspring/decimal v1.4.0
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250321111813-3
35
35
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250321111813-3a98e62af709 /go.mod h1:gftYKzJ77HNIvrtg4FcQ48/utvFL0yurXCOvttewtd0 =
36
36
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323074852-37f29d31de31 h1:6q6qycad5asywXYe3AdjW+e3g1jUGnFErG5cz7rMa2o =
37
37
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323074852-37f29d31de31 /go.mod h1:gftYKzJ77HNIvrtg4FcQ48/utvFL0yurXCOvttewtd0 =
38
+ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323102851-639cd306efbf h1:QW8UUfvFVW0n+Z/fnmL5cpl6/4dPRLlxQy5koIHkFqA =
39
+ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323102851-639cd306efbf /go.mod h1:gftYKzJ77HNIvrtg4FcQ48/utvFL0yurXCOvttewtd0 =
38
40
github.com/Masterminds/semver/v3 v3.1.1 /go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs =
39
41
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY =
40
42
github.com/Microsoft/go-winio v0.6.2 /go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
5
5
toolchain go1.24.1
6
6
7
7
require (
8
- github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323074852-37f29d31de31
8
+ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323102851-639cd306efbf
9
9
github.com/golang-migrate/migrate/v4 v4.18.2
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250321111813-3
30
30
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250321111813-3a98e62af709 /go.mod h1:gftYKzJ77HNIvrtg4FcQ48/utvFL0yurXCOvttewtd0 =
31
31
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323074852-37f29d31de31 h1:6q6qycad5asywXYe3AdjW+e3g1jUGnFErG5cz7rMa2o =
32
32
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323074852-37f29d31de31 /go.mod h1:gftYKzJ77HNIvrtg4FcQ48/utvFL0yurXCOvttewtd0 =
33
+ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323102851-639cd306efbf h1:QW8UUfvFVW0n+Z/fnmL5cpl6/4dPRLlxQy5koIHkFqA =
34
+ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323102851-639cd306efbf /go.mod h1:gftYKzJ77HNIvrtg4FcQ48/utvFL0yurXCOvttewtd0 =
33
35
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY =
34
36
github.com/Microsoft/go-winio v0.6.2 /go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU =
35
37
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
5
5
toolchain go1.24.1
6
6
7
7
require (
8
- github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323074852-37f29d31de31
8
+ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323102851-639cd306efbf
9
9
github.com/jackc/pgx/v5 v5.7.3
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250321111813-3
32
32
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250321111813-3a98e62af709 /go.mod h1:gftYKzJ77HNIvrtg4FcQ48/utvFL0yurXCOvttewtd0 =
33
33
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323074852-37f29d31de31 h1:6q6qycad5asywXYe3AdjW+e3g1jUGnFErG5cz7rMa2o =
34
34
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323074852-37f29d31de31 /go.mod h1:gftYKzJ77HNIvrtg4FcQ48/utvFL0yurXCOvttewtd0 =
35
+ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323102851-639cd306efbf h1:QW8UUfvFVW0n+Z/fnmL5cpl6/4dPRLlxQy5koIHkFqA =
36
+ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323102851-639cd306efbf /go.mod h1:gftYKzJ77HNIvrtg4FcQ48/utvFL0yurXCOvttewtd0 =
35
37
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY =
36
38
github.com/Microsoft/go-winio v0.6.2 /go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU =
37
39
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM =
You can’t perform that action at this time.
0 commit comments