Skip to content

Commit eca863d

Browse files
build(deps): Bump golang.org/x/sync
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.0.0-20220513210516-0976fa681c29 to 0.16.0. - [Commits](https://github.com/golang/sync/commits/v0.16.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85a584d commit eca863d

File tree

2 files changed

+5
-443
lines changed

2 files changed

+5
-443
lines changed

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/tendermint/tendermint
22

3-
go 1.17
3+
go 1.23.0
44

55
require (
66
github.com/BurntSushi/toml v1.2.0
@@ -31,7 +31,7 @@ require (
3131
github.com/tendermint/tm-db v0.6.6
3232
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
3333
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9
34-
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
34+
golang.org/x/sync v0.16.0
3535
google.golang.org/grpc v1.48.0
3636
pgregory.net/rapid v0.4.8
3737
)
@@ -246,6 +246,4 @@ require (
246246
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
247247
)
248248

249-
retract (
250-
[v0.35.0,v0.35.9] // See https://github.com/tendermint/tendermint/discussions/9155
251-
)
249+
retract [v0.35.0, v0.35.9] // See https://github.com/tendermint/tendermint/discussions/9155

0 commit comments

Comments
 (0)