From 8410bb3fcb2dcda883b9e4986c4183b4b8af9046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:12:53 +0000 Subject: [PATCH] build(deps): bump golang.org/x/sync from 0.1.0 to 0.8.0 Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.1.0 to 0.8.0. - [Commits](https://github.com/golang/sync/compare/v0.1.0...v0.8.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..e8d22e0 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.8.0 google.golang.org/grpc v1.54.0 )