From 38b5bcc1616e62ffb4cec3872cd84959f7075a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:02:53 +0000 Subject: [PATCH] build(deps): bump golang.org/x/sync from 0.1.0 to 0.4.0 Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.1.0 to 0.4.0. - [Commits](https://github.com/golang/sync/compare/v0.1.0...v0.4.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 24d1699..7909f76 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/stretchr/testify v1.8.2 github.com/tendermint/tendermint v0.34.28 go.uber.org/zap v1.23.0 - golang.org/x/sync v0.1.0 + golang.org/x/sync v0.4.0 google.golang.org/grpc v1.54.0 )