diff --git a/samples/golang/gorm/go.mod b/samples/golang/gorm/go.mod index 0ae914363..ca4d36879 100644 --- a/samples/golang/gorm/go.mod +++ b/samples/golang/gorm/go.mod @@ -5,7 +5,7 @@ go 1.22 toolchain go1.23.6 require ( - github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206133704-08cb84e31b7f + github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206144230-1a5cd81bccdd 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 7ff801a5d..3f5f6391e 100644 --- a/samples/golang/gorm/go.sum +++ b/samples/golang/gorm/go.sum @@ -23,6 +23,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2 github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2f0907d305e6/go.mod h1:I3JCwAeWD70w8F8ubQkxrWVurwMB5LH9PhqHqlpp7ts= github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206133704-08cb84e31b7f h1:4JUj4pP02lB1ibI92rOkOYSRxD9er00hoi55VKhlCsM= github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206133704-08cb84e31b7f/go.mod h1:ehCaLrAyj+62ZAVeYSoXfiRQaERaA/ofktbRgn/gNPw= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206144230-1a5cd81bccdd h1:VwukYpqAmlMsrOqTPTSlF4KpOyk+88q7rMstqmjXjfo= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206144230-1a5cd81bccdd/go.mod h1:ehCaLrAyj+62ZAVeYSoXfiRQaERaA/ofktbRgn/gNPw= 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 86c923789..242b8d327 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-20250206133704-08cb84e31b7f + github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206144230-1a5cd81bccdd github.com/golang-migrate/migrate/v4 v4.18.2 ) diff --git a/samples/golang/migrate/go.sum b/samples/golang/migrate/go.sum index 4dce352ad..e99a24803 100644 --- a/samples/golang/migrate/go.sum +++ b/samples/golang/migrate/go.sum @@ -18,6 +18,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2 github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2f0907d305e6/go.mod h1:I3JCwAeWD70w8F8ubQkxrWVurwMB5LH9PhqHqlpp7ts= github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206133704-08cb84e31b7f h1:4JUj4pP02lB1ibI92rOkOYSRxD9er00hoi55VKhlCsM= github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206133704-08cb84e31b7f/go.mod h1:ehCaLrAyj+62ZAVeYSoXfiRQaERaA/ofktbRgn/gNPw= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206144230-1a5cd81bccdd h1:VwukYpqAmlMsrOqTPTSlF4KpOyk+88q7rMstqmjXjfo= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206144230-1a5cd81bccdd/go.mod h1:ehCaLrAyj+62ZAVeYSoXfiRQaERaA/ofktbRgn/gNPw= 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 66cb7a922..1f2c3aeaa 100644 --- a/samples/golang/pgx/go.mod +++ b/samples/golang/pgx/go.mod @@ -5,7 +5,7 @@ go 1.22 toolchain go1.23.6 require ( - github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206133704-08cb84e31b7f + github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206144230-1a5cd81bccdd github.com/jackc/pgx/v5 v5.7.2 ) diff --git a/samples/golang/pgx/go.sum b/samples/golang/pgx/go.sum index 4b86c38c5..876c710a3 100644 --- a/samples/golang/pgx/go.sum +++ b/samples/golang/pgx/go.sum @@ -20,6 +20,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2 github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250125145504-2f0907d305e6/go.mod h1:I3JCwAeWD70w8F8ubQkxrWVurwMB5LH9PhqHqlpp7ts= github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206133704-08cb84e31b7f h1:4JUj4pP02lB1ibI92rOkOYSRxD9er00hoi55VKhlCsM= github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206133704-08cb84e31b7f/go.mod h1:ehCaLrAyj+62ZAVeYSoXfiRQaERaA/ofktbRgn/gNPw= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206144230-1a5cd81bccdd h1:VwukYpqAmlMsrOqTPTSlF4KpOyk+88q7rMstqmjXjfo= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20250206144230-1a5cd81bccdd/go.mod h1:ehCaLrAyj+62ZAVeYSoXfiRQaERaA/ofktbRgn/gNPw= 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=