diff --git a/samples/golang/gorm/go.mod b/samples/golang/gorm/go.mod index 2496c4265..8d73c19d7 100644 --- a/samples/golang/gorm/go.mod +++ b/samples/golang/gorm/go.mod @@ -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-20250101102758-b554b94f49f2 github.com/google/uuid v1.6.0 github.com/jackc/pgtype v1.14.4 github.com/shopspring/decimal v1.4.0 diff --git a/samples/golang/gorm/go.sum b/samples/golang/gorm/go.sum index 781944ec1..68608c1f3 100644 --- a/samples/golang/gorm/go.sum +++ b/samples/golang/gorm/go.sum @@ -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-20250101102758-b554b94f49f2 h1:+jkxKWMi39ogduX8jGQxujKIY+x3aMFWEE+trN+mMkA= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250101102758-b554b94f49f2/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= diff --git a/samples/golang/migrate/go.mod b/samples/golang/migrate/go.mod index e2d2fb108..aab76e6b3 100644 --- a/samples/golang/migrate/go.mod +++ b/samples/golang/migrate/go.mod @@ -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-20250101102758-b554b94f49f2 github.com/golang-migrate/migrate/v4 v4.18.1 ) diff --git a/samples/golang/migrate/go.sum b/samples/golang/migrate/go.sum index 715fb8fcf..7ad900926 100644 --- a/samples/golang/migrate/go.sum +++ b/samples/golang/migrate/go.sum @@ -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-20250101102758-b554b94f49f2 h1:+jkxKWMi39ogduX8jGQxujKIY+x3aMFWEE+trN+mMkA= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250101102758-b554b94f49f2/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= diff --git a/samples/golang/pgx/go.mod b/samples/golang/pgx/go.mod index 34ca29f36..d17ab8f46 100644 --- a/samples/golang/pgx/go.mod +++ b/samples/golang/pgx/go.mod @@ -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-20250101102758-b554b94f49f2 github.com/jackc/pgx/v5 v5.7.2 ) diff --git a/samples/golang/pgx/go.sum b/samples/golang/pgx/go.sum index 4014251d3..0e654c7d6 100644 --- a/samples/golang/pgx/go.sum +++ b/samples/golang/pgx/go.sum @@ -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-20250101102758-b554b94f49f2 h1:+jkxKWMi39ogduX8jGQxujKIY+x3aMFWEE+trN+mMkA= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250101102758-b554b94f49f2/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=