Skip to content

Commit a6fede5

Browse files
build(deps): Bump github.com/spf13/viper from 1.12.0 to 1.21.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.12.0 to 1.21.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.12.0...v1.21.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85a584d commit a6fede5

File tree

2 files changed

+80
-562
lines changed

2 files changed

+80
-562
lines changed

go.mod

Lines changed: 26 additions & 28 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
@@ -26,12 +26,12 @@ require (
2626
github.com/rs/zerolog v1.27.0
2727
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
2828
github.com/spf13/cobra v1.5.0
29-
github.com/spf13/viper v1.12.0
30-
github.com/stretchr/testify v1.8.0
29+
github.com/spf13/viper v1.21.0
30+
github.com/stretchr/testify v1.11.1
3131
github.com/tendermint/tm-db v0.6.6
32-
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
33-
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9
34-
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
32+
golang.org/x/crypto v0.40.0
33+
golang.org/x/net v0.42.0
34+
golang.org/x/sync v0.16.0
3535
google.golang.org/grpc v1.48.0
3636
pgregory.net/rapid v0.4.8
3737
)
@@ -41,7 +41,7 @@ require (
4141
github.com/creachadair/atomicfile v0.2.6
4242
github.com/creachadair/taskgroup v0.3.2
4343
github.com/golangci/golangci-lint v1.47.2
44-
github.com/google/go-cmp v0.5.8
44+
github.com/google/go-cmp v0.6.0
4545
github.com/vektra/mockery/v2 v2.14.0
4646
gotest.tools v2.2.0+incompatible
4747
)
@@ -93,7 +93,7 @@ require (
9393
github.com/fatih/color v1.13.0 // indirect
9494
github.com/fatih/structtag v1.2.0 // indirect
9595
github.com/firefart/nonamedreturns v1.0.4 // indirect
96-
github.com/fsnotify/fsnotify v1.5.4 // indirect
96+
github.com/fsnotify/fsnotify v1.9.0 // indirect
9797
github.com/fzipp/gocyclo v0.6.0 // indirect
9898
github.com/go-critic/go-critic v0.6.3 // indirect
9999
github.com/go-toolsmith/astcast v1.0.0 // indirect
@@ -103,6 +103,7 @@ require (
103103
github.com/go-toolsmith/astp v1.0.0 // indirect
104104
github.com/go-toolsmith/strparse v1.0.0 // indirect
105105
github.com/go-toolsmith/typep v1.0.2 // indirect
106+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
106107
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b // indirect
107108
github.com/gobwas/glob v0.2.3 // indirect
108109
github.com/gofrs/flock v0.8.1 // indirect
@@ -128,7 +129,6 @@ require (
128129
github.com/hashicorp/errwrap v1.0.0 // indirect
129130
github.com/hashicorp/go-multierror v1.1.1 // indirect
130131
github.com/hashicorp/go-version v1.6.0 // indirect
131-
github.com/hashicorp/hcl v1.0.0 // indirect
132132
github.com/hexops/gotextdiff v1.0.3 // indirect
133133
github.com/inconshreveable/mousetrap v1.0.0 // indirect
134134
github.com/jdxcode/netrc v0.0.0-20210204082910-926c7f70242a // indirect
@@ -150,7 +150,6 @@ require (
150150
github.com/ldez/tagliatelle v0.3.1 // indirect
151151
github.com/leonklingele/grouper v1.1.0 // indirect
152152
github.com/lufeee/execinquery v1.2.1 // indirect
153-
github.com/magiconair/properties v1.8.6 // indirect
154153
github.com/maratori/testpackage v1.1.0 // indirect
155154
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // indirect
156155
github.com/mattn/go-colorable v0.1.12 // indirect
@@ -160,7 +159,6 @@ require (
160159
github.com/mbilski/exhaustivestruct v1.2.0 // indirect
161160
github.com/mgechev/revive v1.2.1 // indirect
162161
github.com/mitchellh/go-homedir v1.1.0 // indirect
163-
github.com/mitchellh/mapstructure v1.5.0 // indirect
164162
github.com/moricho/tparallel v0.2.1 // indirect
165163
github.com/nakabonne/nestif v0.3.1 // indirect
166164
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
@@ -170,8 +168,7 @@ require (
170168
github.com/opencontainers/go-digest v1.0.0 // indirect
171169
github.com/opencontainers/image-spec v1.0.2 // indirect
172170
github.com/opencontainers/runc v1.1.3 // indirect
173-
github.com/pelletier/go-toml v1.9.5 // indirect
174-
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
171+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
175172
github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect
176173
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
177174
github.com/pkg/errors v0.9.1 // indirect
@@ -186,6 +183,7 @@ require (
186183
github.com/russross/blackfriday/v2 v2.1.0 // indirect
187184
github.com/ryancurrah/gomodguard v1.2.3 // indirect
188185
github.com/ryanrolds/sqlclosecheck v0.3.0 // indirect
186+
github.com/sagikazarmark/locafero v0.11.0 // indirect
189187
github.com/sanposhiho/wastedassign/v2 v2.0.6 // indirect
190188
github.com/securego/gosec/v2 v2.12.0 // indirect
191189
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect
@@ -194,15 +192,15 @@ require (
194192
github.com/sivchari/nosnakecase v1.5.0 // indirect
195193
github.com/sivchari/tenv v1.7.0 // indirect
196194
github.com/sonatard/noctx v0.0.1 // indirect
195+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
197196
github.com/sourcegraph/go-diff v0.6.1 // indirect
198-
github.com/spf13/afero v1.8.2 // indirect
199-
github.com/spf13/cast v1.5.0 // indirect
200-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
201-
github.com/spf13/pflag v1.0.5 // indirect
197+
github.com/spf13/afero v1.15.0 // indirect
198+
github.com/spf13/cast v1.10.0 // indirect
199+
github.com/spf13/pflag v1.0.10 // indirect
202200
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
203201
github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect
204-
github.com/stretchr/objx v0.4.0 // indirect
205-
github.com/subosito/gotenv v1.4.0 // indirect
202+
github.com/stretchr/objx v0.5.2 // indirect
203+
github.com/subosito/gotenv v1.6.0 // indirect
206204
github.com/sylvia7788/contextcheck v1.0.4 // indirect
207205
github.com/tdakkota/asciicheck v0.1.1 // indirect
208206
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
@@ -221,15 +219,17 @@ require (
221219
go.uber.org/atomic v1.9.0 // indirect
222220
go.uber.org/multierr v1.8.0 // indirect
223221
go.uber.org/zap v1.21.0 // indirect
222+
go.yaml.in/yaml/v3 v3.0.4 // indirect
224223
golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d // indirect
225-
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
226-
golang.org/x/sys v0.0.0-20220702020025-31831981b65f // indirect
227-
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
228-
golang.org/x/text v0.3.7 // indirect
229-
golang.org/x/tools v0.1.12-0.20220628192153-7743d1d949f1 // indirect
224+
golang.org/x/mod v0.26.0 // indirect
225+
golang.org/x/sys v0.34.0 // indirect
226+
golang.org/x/term v0.33.0 // indirect
227+
golang.org/x/text v0.28.0 // indirect
228+
golang.org/x/tools v0.35.0 // indirect
229+
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
230+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
230231
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
231232
google.golang.org/protobuf v1.28.0 // indirect
232-
gopkg.in/ini.v1 v1.66.6 // indirect
233233
gopkg.in/yaml.v2 v2.4.0 // indirect
234234
gopkg.in/yaml.v3 v3.0.1 // indirect
235235
honnef.co/go/tools v0.3.2 // 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)