@@ -7,7 +7,7 @@ toolchain go1.24.0
7
7
require (
8
8
github.com/a8m/envsubst v1.4.3
9
9
github.com/client9/misspell v0.3.4
10
- github.com/golangci/golangci-lint/v2 v2.1.2
10
+ github.com/golangci/golangci-lint/v2 v2.1.6
11
11
github.com/google/addlicense v1.1.1
12
12
github.com/jcchavezs/porto v0.7.0
13
13
github.com/pavius/impi v0.0.3
@@ -36,14 +36,13 @@ require (
36
36
github.com/Antonboom/nilnil v1.1.0 // indirect
37
37
github.com/Antonboom/testifylint v1.6.1 // indirect
38
38
github.com/BurntSushi/toml v1.5.0 // indirect
39
- github.com/Crocmagnon/fatcontext v0.7.2 // indirect
40
39
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
41
40
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1 // indirect
42
41
github.com/Masterminds/semver/v3 v3.3.1 // indirect
43
42
github.com/Microsoft/go-winio v0.6.2 // indirect
44
43
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
45
44
github.com/ProtonMail/go-crypto v1.2.0 // indirect
46
- github.com/alecthomas/chroma/v2 v2.16.0 // indirect
45
+ github.com/alecthomas/chroma/v2 v2.17.2 // indirect
47
46
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
48
47
github.com/alexkohler/nakedret/v2 v2.0.6 // indirect
49
48
github.com/alexkohler/prealloc v1.0.0 // indirect
@@ -209,7 +208,7 @@ require (
209
208
github.com/stretchr/testify v1.10.0 // indirect
210
209
github.com/subosito/gotenv v1.6.0 // indirect
211
210
github.com/tdakkota/asciicheck v0.4.1 // indirect
212
- github.com/tetafro/godot v1.5.0 // indirect
211
+ github.com/tetafro/godot v1.5.1 // indirect
213
212
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 // indirect
214
213
github.com/timonwong/loggercheck v0.11.0 // indirect
215
214
github.com/tomarrell/wrapcheck/v2 v2.11.0 // indirect
@@ -225,8 +224,9 @@ require (
225
224
github.com/yeya24/promlinter v0.3.0 // indirect
226
225
github.com/ykadowak/zerologlint v0.1.5 // indirect
227
226
gitlab.com/bosi/decorder v0.4.2 // indirect
228
- go-simpler.org/musttag v0.13.0 // indirect
227
+ go-simpler.org/musttag v0.13.1 // indirect
229
228
go-simpler.org/sloglint v0.11.0 // indirect
229
+ go.augendre.info/fatcontext v0.8.0 // indirect
230
230
go.opentelemetry.io/build-tools v0.23.1 // indirect
231
231
go.uber.org/automaxprocs v1.6.0 // indirect
232
232
go.uber.org/multierr v1.11.0 // indirect
0 commit comments