From b2954ac958bd60ec8a77cbaa4b8f739b6fa3b96e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 02:05:48 +0000 Subject: [PATCH] Bump github.com/jackc/pgtype in /hedera-mirror-rosetta Bumps [github.com/jackc/pgtype](https://github.com/jackc/pgtype) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/jackc/pgtype/releases) - [Changelog](https://github.com/jackc/pgtype/blob/master/CHANGELOG.md) - [Commits](https://github.com/jackc/pgtype/compare/v1.9.1...v1.10.0) --- updated-dependencies: - dependency-name: github.com/jackc/pgtype dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hedera-mirror-rosetta/go.mod | 2 +- hedera-mirror-rosetta/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hedera-mirror-rosetta/go.mod b/hedera-mirror-rosetta/go.mod index 0b2f3f18f36..2d97f26e8f0 100644 --- a/hedera-mirror-rosetta/go.mod +++ b/hedera-mirror-rosetta/go.mod @@ -9,7 +9,7 @@ require ( github.com/hashgraph/hedera-protobufs-go v0.2.1-0.20211228072109-84b5087d2be4 github.com/hashgraph/hedera-sdk-go/v2 v2.8.0 github.com/hellofresh/health-go/v4 v4.5.0 - github.com/jackc/pgtype v1.9.1 + github.com/jackc/pgtype v1.10.0 github.com/lib/pq v1.10.4 github.com/mitchellh/mapstructure v1.4.3 github.com/onrik/gorm-logrus v0.3.0 diff --git a/hedera-mirror-rosetta/go.sum b/hedera-mirror-rosetta/go.sum index b4bec429deb..cf09c9254c4 100644 --- a/hedera-mirror-rosetta/go.sum +++ b/hedera-mirror-rosetta/go.sum @@ -548,8 +548,8 @@ github.com/jackc/pgtype v0.0.0-20190828014616-a8802b16cc59/go.mod h1:MWlu30kVJrU github.com/jackc/pgtype v1.8.1-0.20210724151600-32e20a603178/go.mod h1:C516IlIV9NKqfsMCXTdChteoXmwgUceqaLfjg2e3NlM= github.com/jackc/pgtype v1.8.1/go.mod h1:LUMuVrfsFfdKGLw+AFFVv6KtHOFMwRgDDzBt76IqCA4= github.com/jackc/pgtype v1.9.0/go.mod h1:LUMuVrfsFfdKGLw+AFFVv6KtHOFMwRgDDzBt76IqCA4= -github.com/jackc/pgtype v1.9.1 h1:MJc2s0MFS8C3ok1wQTdQxWuXQcB6+HwAm5x1CzW7mf0= -github.com/jackc/pgtype v1.9.1/go.mod h1:LUMuVrfsFfdKGLw+AFFVv6KtHOFMwRgDDzBt76IqCA4= +github.com/jackc/pgtype v1.10.0 h1:ILnBWrRMSXGczYvmkYD6PsYyVFUNLTnIUJHHDLmqk38= +github.com/jackc/pgtype v1.10.0/go.mod h1:LUMuVrfsFfdKGLw+AFFVv6KtHOFMwRgDDzBt76IqCA4= github.com/jackc/pgx/v4 v4.0.0-20190420224344-cc3461e65d96/go.mod h1:mdxmSJJuR08CZQyj1PVQBHy9XOp5p8/SHH6a0psbY9Y= github.com/jackc/pgx/v4 v4.0.0-20190421002000-1b8f0016e912/go.mod h1:no/Y67Jkk/9WuGR0JG/JseM9irFbnEPbuWV2EELPNuM= github.com/jackc/pgx/v4 v4.0.0-pre1.0.20190824185557-6972a5742186/go.mod h1:X+GQnOEnf1dqHGpw7JmHqHc1NxDoalibchSk9/RWuDc=