Skip to content

Commit 18ed9ce

Browse files
committed
deps: update github.com/googlecloudplatform/pgadapter/wrappers/golang digest to 639cd30
1 parent 639cd30 commit 18ed9ce

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

Diff for: samples/golang/gorm/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
toolchain go1.24.1
66

77
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
99
github.com/google/uuid v1.6.0
1010
github.com/jackc/pgtype v1.14.4
1111
github.com/shopspring/decimal v1.4.0

Diff for: samples/golang/gorm/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250321111813-3
3535
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250321111813-3a98e62af709/go.mod h1:gftYKzJ77HNIvrtg4FcQ48/utvFL0yurXCOvttewtd0=
3636
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323074852-37f29d31de31 h1:6q6qycad5asywXYe3AdjW+e3g1jUGnFErG5cz7rMa2o=
3737
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=
3840
github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
3941
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
4042
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=

Diff for: samples/golang/migrate/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
toolchain go1.24.1
66

77
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
99
github.com/golang-migrate/migrate/v4 v4.18.2
1010
)
1111

Diff for: samples/golang/migrate/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250321111813-3
3030
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250321111813-3a98e62af709/go.mod h1:gftYKzJ77HNIvrtg4FcQ48/utvFL0yurXCOvttewtd0=
3131
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323074852-37f29d31de31 h1:6q6qycad5asywXYe3AdjW+e3g1jUGnFErG5cz7rMa2o=
3232
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=
3335
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
3436
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
3537
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=

Diff for: samples/golang/pgx/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
toolchain go1.24.1
66

77
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
99
github.com/jackc/pgx/v5 v5.7.3
1010
)
1111

Diff for: samples/golang/pgx/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250321111813-3
3232
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250321111813-3a98e62af709/go.mod h1:gftYKzJ77HNIvrtg4FcQ48/utvFL0yurXCOvttewtd0=
3333
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250323074852-37f29d31de31 h1:6q6qycad5asywXYe3AdjW+e3g1jUGnFErG5cz7rMa2o=
3434
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=
3537
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
3638
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
3739
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=

0 commit comments

Comments
 (0)