Skip to content

Commit

Permalink
deps: update github.com/googlecloudplatform/pgadapter/wrappers/golang…
Browse files Browse the repository at this point in the history
… digest to dde083c
  • Loading branch information
renovate-bot committed Jan 28, 2025
1 parent dde083c commit 00503a6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/golang/gorm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
toolchain go1.23.5

require (
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2f0907d305e6
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250128072710-dde083c656e2
github.com/google/uuid v1.6.0
github.com/jackc/pgtype v1.14.4
github.com/shopspring/decimal v1.4.0
Expand Down
2 changes: 2 additions & 0 deletions samples/golang/gorm/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250101102758-b
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250101102758-b554b94f49f2/go.mod h1:/Ruv1gMXqmrBaxhllKVOxvLde7pJb/QZ9H6A9nsAma8=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2f0907d305e6 h1:txxY5qu8qImHC9uDtCYkvdCb8Eq+H77P3io271mzdqA=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2f0907d305e6/go.mod h1:I3JCwAeWD70w8F8ubQkxrWVurwMB5LH9PhqHqlpp7ts=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250128072710-dde083c656e2 h1:d9sGtGmVaa0f2ilzaWaQNo2EfPVYkrL61D6d+QlCOyc=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250128072710-dde083c656e2/go.mod h1:I3JCwAeWD70w8F8ubQkxrWVurwMB5LH9PhqHqlpp7ts=
github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
Expand Down
2 changes: 1 addition & 1 deletion samples/golang/migrate/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module migrate
go 1.22.3

require (
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2f0907d305e6
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250128072710-dde083c656e2
github.com/golang-migrate/migrate/v4 v4.18.2
)

Expand Down
2 changes: 2 additions & 0 deletions samples/golang/migrate/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250101102758-b
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250101102758-b554b94f49f2/go.mod h1:/Ruv1gMXqmrBaxhllKVOxvLde7pJb/QZ9H6A9nsAma8=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2f0907d305e6 h1:txxY5qu8qImHC9uDtCYkvdCb8Eq+H77P3io271mzdqA=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2f0907d305e6/go.mod h1:I3JCwAeWD70w8F8ubQkxrWVurwMB5LH9PhqHqlpp7ts=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250128072710-dde083c656e2 h1:d9sGtGmVaa0f2ilzaWaQNo2EfPVYkrL61D6d+QlCOyc=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250128072710-dde083c656e2/go.mod h1:I3JCwAeWD70w8F8ubQkxrWVurwMB5LH9PhqHqlpp7ts=
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=
Expand Down
2 changes: 1 addition & 1 deletion samples/golang/pgx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
toolchain go1.23.5

require (
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2f0907d305e6
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250128072710-dde083c656e2
github.com/jackc/pgx/v5 v5.7.2
)

Expand Down
2 changes: 2 additions & 0 deletions samples/golang/pgx/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250101102758-b
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250101102758-b554b94f49f2/go.mod h1:/Ruv1gMXqmrBaxhllKVOxvLde7pJb/QZ9H6A9nsAma8=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2f0907d305e6 h1:txxY5qu8qImHC9uDtCYkvdCb8Eq+H77P3io271mzdqA=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2f0907d305e6/go.mod h1:I3JCwAeWD70w8F8ubQkxrWVurwMB5LH9PhqHqlpp7ts=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250128072710-dde083c656e2 h1:d9sGtGmVaa0f2ilzaWaQNo2EfPVYkrL61D6d+QlCOyc=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250128072710-dde083c656e2/go.mod h1:I3JCwAeWD70w8F8ubQkxrWVurwMB5LH9PhqHqlpp7ts=
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=
Expand Down

0 comments on commit 00503a6

Please sign in to comment.