Skip to content

Commit 510ce36

Browse files
build(deps): Bump github.com/rs/zerolog from 1.27.0 to 1.35.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.27.0 to 1.35.0. - [Commits](rs/zerolog@v1.27.0...v1.35.0) --- updated-dependencies: - dependency-name: github.com/rs/zerolog dependency-version: 1.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85a584d commit 510ce36

File tree

2 files changed

+15
-453
lines changed

2 files changed

+15
-453
lines changed

go.mod

Lines changed: 6 additions & 8 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
44

55
require (
66
github.com/BurntSushi/toml v1.2.0
@@ -23,7 +23,7 @@ require (
2323
github.com/ory/dockertest v3.3.5+incompatible
2424
github.com/prometheus/client_golang v1.12.2
2525
github.com/rs/cors v1.8.2
26-
github.com/rs/zerolog v1.27.0
26+
github.com/rs/zerolog v1.35.0
2727
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
2828
github.com/spf13/cobra v1.5.0
2929
github.com/spf13/viper v1.12.0
@@ -153,8 +153,8 @@ require (
153153
github.com/magiconair/properties v1.8.6 // indirect
154154
github.com/maratori/testpackage v1.1.0 // indirect
155155
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // indirect
156-
github.com/mattn/go-colorable v0.1.12 // indirect
157-
github.com/mattn/go-isatty v0.0.14 // indirect
156+
github.com/mattn/go-colorable v0.1.14 // indirect
157+
github.com/mattn/go-isatty v0.0.20 // indirect
158158
github.com/mattn/go-runewidth v0.0.9 // indirect
159159
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
160160
github.com/mbilski/exhaustivestruct v1.2.0 // indirect
@@ -223,7 +223,7 @@ require (
223223
go.uber.org/zap v1.21.0 // indirect
224224
golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d // indirect
225225
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
226-
golang.org/x/sys v0.0.0-20220702020025-31831981b65f // indirect
226+
golang.org/x/sys v0.29.0 // indirect
227227
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
228228
golang.org/x/text v0.3.7 // indirect
229229
golang.org/x/tools v0.1.12-0.20220628192153-7743d1d949f1 // indirect
@@ -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)