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 286f1e6
  • Loading branch information
renovate-bot committed Dec 31, 2024
1 parent 286f1e6 commit 6cb852f
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.4

require (
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241227211000-a51da63fb02a
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241229161327-286f1e68516a
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 @@ -17,6 +17,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241227183924-3
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241227183924-38506045c664/go.mod h1:/Ruv1gMXqmrBaxhllKVOxvLde7pJb/QZ9H6A9nsAma8=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241227211000-a51da63fb02a h1:fms98/GB02jsJZFdGaUOzwLqIOwXiMmO9lWnm0yO0MY=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241227211000-a51da63fb02a/go.mod h1:/Ruv1gMXqmrBaxhllKVOxvLde7pJb/QZ9H6A9nsAma8=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241229161327-286f1e68516a h1:S2noPyUj17mMHKGVwf+OSAD5GUNGJPgTexUHEPw7JEI=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241229161327-286f1e68516a/go.mod h1:/Ruv1gMXqmrBaxhllKVOxvLde7pJb/QZ9H6A9nsAma8=
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-20241227211000-a51da63fb02a
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241229161327-286f1e68516a
github.com/golang-migrate/migrate/v4 v4.18.1
)

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 @@ -12,6 +12,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241227183924-3
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241227183924-38506045c664/go.mod h1:/Ruv1gMXqmrBaxhllKVOxvLde7pJb/QZ9H6A9nsAma8=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241227211000-a51da63fb02a h1:fms98/GB02jsJZFdGaUOzwLqIOwXiMmO9lWnm0yO0MY=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241227211000-a51da63fb02a/go.mod h1:/Ruv1gMXqmrBaxhllKVOxvLde7pJb/QZ9H6A9nsAma8=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241229161327-286f1e68516a h1:S2noPyUj17mMHKGVwf+OSAD5GUNGJPgTexUHEPw7JEI=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241229161327-286f1e68516a/go.mod h1:/Ruv1gMXqmrBaxhllKVOxvLde7pJb/QZ9H6A9nsAma8=
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.4

require (
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241227211000-a51da63fb02a
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241229161327-286f1e68516a
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 @@ -14,6 +14,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241227183924-3
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241227183924-38506045c664/go.mod h1:/Ruv1gMXqmrBaxhllKVOxvLde7pJb/QZ9H6A9nsAma8=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241227211000-a51da63fb02a h1:fms98/GB02jsJZFdGaUOzwLqIOwXiMmO9lWnm0yO0MY=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241227211000-a51da63fb02a/go.mod h1:/Ruv1gMXqmrBaxhllKVOxvLde7pJb/QZ9H6A9nsAma8=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241229161327-286f1e68516a h1:S2noPyUj17mMHKGVwf+OSAD5GUNGJPgTexUHEPw7JEI=
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241229161327-286f1e68516a/go.mod h1:/Ruv1gMXqmrBaxhllKVOxvLde7pJb/QZ9H6A9nsAma8=
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 6cb852f

Please sign in to comment.