Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4607ed9

Browse files
authoredMar 28, 2025··
build(deps): bump github.com/spf13/viper from 1.12.0 to 1.20.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.12.0 to 1.20.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.12.0...v1.20.1) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95d2005 commit 4607ed9

File tree

2 files changed

+28
-39
lines changed

2 files changed

+28
-39
lines changed
 

‎go.mod

+10-12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/golangci/golangci-lint/v2
22

33
go 1.23.0
44

5+
toolchain go1.24.1
6+
57
require (
68
4d63.com/gocheckcompilerdirectives v1.3.0
79
4d63.com/gochecknoglobals v0.2.2
@@ -103,7 +105,7 @@ require (
103105
github.com/sourcegraph/go-diff v0.7.0
104106
github.com/spf13/cobra v1.9.1
105107
github.com/spf13/pflag v1.0.6
106-
github.com/spf13/viper v1.12.0
108+
github.com/spf13/viper v1.20.1
107109
github.com/ssgreg/nlreturn/v2 v2.2.1
108110
github.com/stbenjam/no-sprintf-host-port v0.2.0
109111
github.com/stretchr/testify v1.10.0
@@ -151,7 +153,7 @@ require (
151153
github.com/ebitengine/purego v0.8.2 // indirect
152154
github.com/ettle/strcase v0.2.0 // indirect
153155
github.com/fatih/structtag v1.2.0 // indirect
154-
github.com/fsnotify/fsnotify v1.5.4 // indirect
156+
github.com/fsnotify/fsnotify v1.8.0 // indirect
155157
github.com/go-ole/go-ole v1.2.6 // indirect
156158
github.com/go-toolsmith/astcast v1.1.0 // indirect
157159
github.com/go-toolsmith/astcopy v1.1.0 // indirect
@@ -167,19 +169,15 @@ require (
167169
github.com/gostaticanalysis/comment v1.5.0 // indirect
168170
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
169171
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
170-
github.com/hashicorp/hcl v1.0.0 // indirect
171172
github.com/hexops/gotextdiff v1.0.3 // indirect
172173
github.com/inconshreveable/mousetrap v1.1.0 // indirect
173174
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
174175
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
175-
github.com/magiconair/properties v1.8.6 // indirect
176176
github.com/mattn/go-isatty v0.0.20 // indirect
177177
github.com/mattn/go-runewidth v0.0.16 // indirect
178178
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
179-
github.com/mitchellh/mapstructure v1.5.0 // indirect
180179
github.com/muesli/termenv v0.16.0 // indirect
181180
github.com/olekukonko/tablewriter v0.0.5 // indirect
182-
github.com/pelletier/go-toml v1.9.5 // indirect
183181
github.com/pmezard/go-difflib v1.0.0 // indirect
184182
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
185183
github.com/prometheus/client_golang v1.12.1 // indirect
@@ -191,24 +189,24 @@ require (
191189
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
192190
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
193191
github.com/rivo/uniseg v0.4.7 // indirect
192+
github.com/sagikazarmark/locafero v0.7.0 // indirect
193+
github.com/sourcegraph/conc v0.3.0 // indirect
194194
github.com/spf13/afero v1.12.0 // indirect
195-
github.com/spf13/cast v1.5.0 // indirect
196-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
195+
github.com/spf13/cast v1.7.1 // indirect
197196
github.com/stretchr/objx v0.5.2 // indirect
198-
github.com/subosito/gotenv v1.4.1 // indirect
197+
github.com/subosito/gotenv v1.6.0 // indirect
199198
github.com/tklauser/go-sysconf v0.3.12 // indirect
200199
github.com/tklauser/numcpus v0.6.1 // indirect
201200
github.com/valyala/bytebufferpool v1.0.0 // indirect
202201
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
203202
github.com/yusufpapurcu/wmi v1.2.4 // indirect
204-
go.uber.org/atomic v1.7.0 // indirect
205-
go.uber.org/multierr v1.6.0 // indirect
203+
go.uber.org/atomic v1.9.0 // indirect
204+
go.uber.org/multierr v1.9.0 // indirect
206205
go.uber.org/zap v1.24.0 // indirect
207206
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
208207
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
209208
golang.org/x/sync v0.12.0 // indirect
210209
golang.org/x/text v0.23.0 // indirect
211210
google.golang.org/protobuf v1.36.5 // indirect
212-
gopkg.in/ini.v1 v1.67.0 // indirect
213211
gopkg.in/yaml.v2 v2.4.0 // indirect
214212
)

‎go.sum

+18-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.