From 6452008e32dfcc61b449025259afe4845ba5b18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:06:50 -0500 Subject: [PATCH] chore: bump github.com/sqlc-dev/pqtype from 0.2.0 to 0.3.0 (#9991) Bumps [github.com/sqlc-dev/pqtype](https://github.com/sqlc-dev/pqtype) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/sqlc-dev/pqtype/releases) - [Commits](https://github.com/sqlc-dev/pqtype/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: github.com/sqlc-dev/pqtype dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 540ee00f68..e6d79f002a 100644 --- a/go.mod +++ b/go.mod @@ -154,7 +154,7 @@ require ( github.com/robfig/cron/v3 v3.0.1 github.com/spf13/afero v1.10.0 github.com/spf13/pflag v1.0.5 - github.com/sqlc-dev/pqtype v0.2.0 + github.com/sqlc-dev/pqtype v0.3.0 github.com/stretchr/testify v1.8.4 github.com/swaggo/http-swagger/v2 v2.0.1 github.com/swaggo/swag v1.16.2 diff --git a/go.sum b/go.sum index 9ade138427..06140d7190 100644 --- a/go.sum +++ b/go.sum @@ -829,8 +829,8 @@ github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/sqlc-dev/pqtype v0.2.0 h1:zfzDpAxjCU0/GO7EgZ7ELUh0w28SrMSHzO3rH5Wd3is= -github.com/sqlc-dev/pqtype v0.2.0/go.mod h1:oyUjp5981ctiL9UYvj1bVvCKi8OXkCa0u645hce7CAs= +github.com/sqlc-dev/pqtype v0.3.0 h1:b09TewZ3cSnO5+M1Kqq05y0+OjqIptxELaSayg7bmqk= +github.com/sqlc-dev/pqtype v0.3.0/go.mod h1:oyUjp5981ctiL9UYvj1bVvCKi8OXkCa0u645hce7CAs= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=