From 5ce7f95df6de76a22ff1537deab252a4aa7bf817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 17:24:52 +0000 Subject: [PATCH] chore(deps): bump gorm.io/driver/postgres from 1.3.4 to 1.3.8 Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.3.4 to 1.3.8. - [Release notes](https://github.com/go-gorm/postgres/releases) - [Commits](https://github.com/go-gorm/postgres/compare/v1.3.4...v1.3.8) --- updated-dependencies: - dependency-name: gorm.io/driver/postgres dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- go.sum | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 89726db5..4e365a87 100644 --- a/go.mod +++ b/go.mod @@ -3,14 +3,13 @@ module gorm.io/gen go 1.14 require ( - github.com/jackc/pgx/v4 v4.16.1 // indirect github.com/pkg/errors v0.9.1 // indirect golang.org/x/sys v0.0.0-20220222200937-f2425489ef4c // indirect golang.org/x/tools v0.1.11 gopkg.in/yaml.v3 v3.0.1 gorm.io/datatypes v1.0.7 gorm.io/driver/mysql v1.3.2 - gorm.io/driver/postgres v1.3.4 + gorm.io/driver/postgres v1.3.8 gorm.io/driver/sqlite v1.3.5 gorm.io/driver/sqlserver v1.3.1 gorm.io/gorm v1.23.7 diff --git a/go.sum b/go.sum index 16f27e3c..8cba423e 100644 --- a/go.sum +++ b/go.sum @@ -235,8 +235,9 @@ gorm.io/datatypes v1.0.7 h1:8NhJN4+annFjwV1WufDhFiPjdUvV1lSGUdg1UCjQIWY= gorm.io/datatypes v1.0.7/go.mod h1:l9qkCuy0CdzDEop9HKUdcnC9gHC2sRlaFtHkTzsZRqg= gorm.io/driver/mysql v1.3.2 h1:QJryWiqQ91EvZ0jZL48NOpdlPdMjdip1hQ8bTgo4H7I= gorm.io/driver/mysql v1.3.2/go.mod h1:ChK6AHbHgDCFZyJp0F+BmVGb06PSIoh9uVYKAlRbb2U= -gorm.io/driver/postgres v1.3.4 h1:evZ7plF+Bp+Lr1mO5NdPvd6M/N98XtwHixGB+y7fdEQ= gorm.io/driver/postgres v1.3.4/go.mod h1:y0vEuInFKJtijuSGu9e5bs5hzzSzPK+LancpKpvbRBw= +gorm.io/driver/postgres v1.3.8 h1:8bEphSAB69t3odsCR4NDzt581iZEWQuRM27Cg6KgfPY= +gorm.io/driver/postgres v1.3.8/go.mod h1:qB98Aj6AhRO/oyu/jmZsi/YM9g6UzVCjMxO/6frFvcA= gorm.io/driver/sqlite v1.1.6/go.mod h1:W8LmC/6UvVbHKah0+QOC7Ja66EaZXHwUTjgXY8YNWX8= gorm.io/driver/sqlite v1.3.1/go.mod h1:wJx0hJspfycZ6myN38x1O/AqLtNS6c5o9TndewFbELg= gorm.io/driver/sqlite v1.3.5 h1:VmtQcbtN13YCUy8QNpKBBYklH0LMO7yQcmFGvRIJ/ws=