From 901363fd33306c8e044ac60f880480fc95cb266d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 15:18:24 +0000 Subject: [PATCH] build(deps): bump cirello.io/pglock from 1.9.0 to 1.10.0 Bumps [cirello.io/pglock](https://github.com/cirello-io/pglock) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/cirello-io/pglock/releases) - [Commits](https://github.com/cirello-io/pglock/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: cirello.io/pglock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e7ecb9b315..a6795dbfad 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/douyu/jupiter go 1.18 require ( - cirello.io/pglock v1.9.0 + cirello.io/pglock v1.10.0 github.com/BurntSushi/toml v1.2.1 github.com/alibaba/sentinel-golang v1.0.4 github.com/apache/rocketmq-client-go/v2 v2.1.1 diff --git a/go.sum b/go.sum index 4c22a2b72c..105b7560a9 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -cirello.io/pglock v1.9.0 h1:l1n6H6i6KbsS6E1h/hQ2BWkZOflcOIvBNVeSsvaUjYE= -cirello.io/pglock v1.9.0/go.mod h1:pbDhPqgbQsg/zotjSI31nzEeoXwHBKnfoXGMlZVMr7g= +cirello.io/pglock v1.10.0 h1:u6JMvPJt59Wz+g9CwYea1IzCzFjB0ekUQv4CJh7BQuY= +cirello.io/pglock v1.10.0/go.mod h1:pbDhPqgbQsg/zotjSI31nzEeoXwHBKnfoXGMlZVMr7g= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU=