diff --git a/samples/golang/gorm/go.mod b/samples/golang/gorm/go.mod index a7f99235a..6499921fc 100644 --- a/samples/golang/gorm/go.mod +++ b/samples/golang/gorm/go.mod @@ -3,7 +3,7 @@ module gorm go 1.21 require ( - github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240919150510-c310ce84d0c9 + github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241018164129-7f7934d80d5f github.com/google/uuid v1.6.0 github.com/jackc/pgtype v1.14.3 github.com/shopspring/decimal v1.4.0 @@ -25,7 +25,7 @@ require ( github.com/containerd/platforms v0.2.1 // indirect github.com/cpuguy83/dockercfg v0.3.1 // indirect github.com/distribution/reference v0.6.0 // indirect - github.com/docker/docker v27.2.1+incompatible // indirect + github.com/docker/docker v27.3.1+incompatible // indirect github.com/docker/go-connections v0.5.0 // indirect github.com/docker/go-units v0.5.0 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect diff --git a/samples/golang/gorm/go.sum b/samples/golang/gorm/go.sum index c60e85874..512d44915 100644 --- a/samples/golang/gorm/go.sum +++ b/samples/golang/gorm/go.sum @@ -11,6 +11,8 @@ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161/go.mod h1:xomTg6 github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240919150510-c310ce84d0c9 h1:3JCzAQ/YdZ/wrGq3wgGQq24uG/IHfnlq2TPpGQqWiTE= github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240919150510-c310ce84d0c9/go.mod h1:o0VdiWILEdFOmmWaLjI/CR1cojsHX748rEmqb++PfOU= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241018164129-7f7934d80d5f h1:kvndWT4qrruDEU6Ek8eZZNZLy1cuTO1S33sFOKJFQuo= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241018164129-7f7934d80d5f/go.mod h1:FtI8YfIwS0O7Iuq3S+blitNN95NdjlRs+hWiZF8NcDQ= 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= @@ -35,6 +37,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= github.com/docker/docker v27.2.1+incompatible h1:fQdiLfW7VLscyoeYEBz7/J8soYFDZV1u6VW6gJEjNMI= github.com/docker/docker v27.2.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v27.3.1+incompatible h1:KttF0XoteNTicmUtBO0L2tP+J7FGRFTjaEF4k6WdhfI= +github.com/docker/docker v27.3.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c= github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4= diff --git a/samples/golang/migrate/go.mod b/samples/golang/migrate/go.mod index 62da86204..7b4c62e8e 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-20240919150510-c310ce84d0c9 + github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241018164129-7f7934d80d5f github.com/golang-migrate/migrate/v4 v4.18.1 ) @@ -17,7 +17,7 @@ require ( github.com/containerd/platforms v0.2.1 // indirect github.com/cpuguy83/dockercfg v0.3.1 // indirect github.com/distribution/reference v0.6.0 // indirect - github.com/docker/docker v27.2.1+incompatible // indirect + github.com/docker/docker v27.3.1+incompatible // indirect github.com/docker/go-connections v0.5.0 // indirect github.com/docker/go-units v0.5.0 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect diff --git a/samples/golang/migrate/go.sum b/samples/golang/migrate/go.sum index 17b0c1008..c4687ff61 100644 --- a/samples/golang/migrate/go.sum +++ b/samples/golang/migrate/go.sum @@ -10,6 +10,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240918132525-a github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240918132525-a4dc9268921f/go.mod h1:o0VdiWILEdFOmmWaLjI/CR1cojsHX748rEmqb++PfOU= github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240919150510-c310ce84d0c9 h1:3JCzAQ/YdZ/wrGq3wgGQq24uG/IHfnlq2TPpGQqWiTE= github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240919150510-c310ce84d0c9/go.mod h1:o0VdiWILEdFOmmWaLjI/CR1cojsHX748rEmqb++PfOU= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241018164129-7f7934d80d5f h1:kvndWT4qrruDEU6Ek8eZZNZLy1cuTO1S33sFOKJFQuo= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241018164129-7f7934d80d5f/go.mod h1:FtI8YfIwS0O7Iuq3S+blitNN95NdjlRs+hWiZF8NcDQ= 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= @@ -31,6 +33,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= github.com/docker/docker v27.2.1+incompatible h1:fQdiLfW7VLscyoeYEBz7/J8soYFDZV1u6VW6gJEjNMI= github.com/docker/docker v27.2.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v27.3.1+incompatible h1:KttF0XoteNTicmUtBO0L2tP+J7FGRFTjaEF4k6WdhfI= +github.com/docker/docker v27.3.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c= github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4= diff --git a/samples/golang/pgx/go.mod b/samples/golang/pgx/go.mod index d5f2619eb..d7b360c64 100644 --- a/samples/golang/pgx/go.mod +++ b/samples/golang/pgx/go.mod @@ -3,7 +3,7 @@ module pgadapter-pgx-sample go 1.21 require ( - github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240919150510-c310ce84d0c9 + github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241018164129-7f7934d80d5f github.com/jackc/pgx/v5 v5.7.1 ) @@ -17,7 +17,7 @@ require ( github.com/containerd/platforms v0.2.1 // indirect github.com/cpuguy83/dockercfg v0.3.1 // indirect github.com/distribution/reference v0.6.0 // indirect - github.com/docker/docker v27.2.1+incompatible // indirect + github.com/docker/docker v27.3.1+incompatible // indirect github.com/docker/go-connections v0.5.0 // indirect github.com/docker/go-units v0.5.0 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect diff --git a/samples/golang/pgx/go.sum b/samples/golang/pgx/go.sum index fa51af43d..c9f4d7558 100644 --- a/samples/golang/pgx/go.sum +++ b/samples/golang/pgx/go.sum @@ -10,6 +10,8 @@ github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240912183532-c github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240912183532-c756559e4665/go.mod h1:o0VdiWILEdFOmmWaLjI/CR1cojsHX748rEmqb++PfOU= github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240919150510-c310ce84d0c9 h1:3JCzAQ/YdZ/wrGq3wgGQq24uG/IHfnlq2TPpGQqWiTE= github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240919150510-c310ce84d0c9/go.mod h1:o0VdiWILEdFOmmWaLjI/CR1cojsHX748rEmqb++PfOU= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241018164129-7f7934d80d5f h1:kvndWT4qrruDEU6Ek8eZZNZLy1cuTO1S33sFOKJFQuo= +github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20241018164129-7f7934d80d5f/go.mod h1:FtI8YfIwS0O7Iuq3S+blitNN95NdjlRs+hWiZF8NcDQ= 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= @@ -29,6 +31,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= github.com/docker/docker v27.2.1+incompatible h1:fQdiLfW7VLscyoeYEBz7/J8soYFDZV1u6VW6gJEjNMI= github.com/docker/docker v27.2.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v27.3.1+incompatible h1:KttF0XoteNTicmUtBO0L2tP+J7FGRFTjaEF4k6WdhfI= +github.com/docker/docker v27.3.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c= github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=