Skip to content

Commit 75e90e6

Browse files
[tools]: Bump github.com/air-verse/air in /tools in the all-tools group (#73)
Bumps the all-tools group in /tools with 1 update: [github.com/air-verse/air](https://github.com/air-verse/air). Updates `github.com/air-verse/air` from 1.61.7 to 1.62.0 - [Release notes](https://github.com/air-verse/air/releases) - [Changelog](https://github.com/air-verse/air/blob/master/.goreleaser.yml) - [Commits](air-verse/air@v1.61.7...v1.62.0) --- updated-dependencies: - dependency-name: github.com/air-verse/air dependency-version: 1.62.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-tools ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c50b52 commit 75e90e6

File tree

2 files changed

+68
-75
lines changed

2 files changed

+68
-75
lines changed

tools/go.mod

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ go 1.24.2
66
// this go.mod is not used to actually run the tools, only to store the version.
77

88
require (
9-
github.com/air-verse/air v1.61.7
9+
github.com/air-verse/air v1.62.0
1010
github.com/golangci/golangci-lint/v2 v2.1.6
1111
github.com/itchyny/gojq v0.12.17
1212
github.com/vektra/mockery/v2 v2.53.4
@@ -19,7 +19,7 @@ require (
1919
require (
2020
4d63.com/gocheckcompilerdirectives v1.3.0 // indirect
2121
4d63.com/gochecknoglobals v0.2.2 // indirect
22-
dario.cat/mergo v1.0.1 // indirect
22+
dario.cat/mergo v1.0.2 // indirect
2323
github.com/4meepo/tagalign v1.4.2 // indirect
2424
github.com/Abirdcfly/dupword v0.1.3 // indirect
2525
github.com/Antonboom/errname v1.1.0 // indirect
@@ -40,8 +40,7 @@ require (
4040
github.com/ashanbrown/makezero v1.2.0 // indirect
4141
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
4242
github.com/beorn7/perks v1.0.1 // indirect
43-
github.com/bep/godartsass v1.2.0 // indirect
44-
github.com/bep/godartsass/v2 v2.1.0 // indirect
43+
github.com/bep/godartsass/v2 v2.5.0 // indirect
4544
github.com/bep/golibsass v1.2.0 // indirect
4645
github.com/bkielbasa/cyclop v1.2.3 // indirect
4746
github.com/blizzy78/varnamelen v0.8.0 // indirect
@@ -62,7 +61,6 @@ require (
6261
github.com/chavacava/garif v0.1.0 // indirect
6362
github.com/chigopher/pathlib v0.19.1 // indirect
6463
github.com/ckaznocha/intrange v0.3.1 // indirect
65-
github.com/cli/safeexec v1.0.1 // indirect
6664
github.com/creack/pty v1.1.24 // indirect
6765
github.com/curioswitch/go-reassign v0.3.0 // indirect
6866
github.com/daixiang0/gci v0.13.6 // indirect
@@ -74,7 +72,7 @@ require (
7472
github.com/fatih/color v1.18.0 // indirect
7573
github.com/fatih/structtag v1.2.0 // indirect
7674
github.com/firefart/nonamedreturns v1.0.6 // indirect
77-
github.com/fsnotify/fsnotify v1.8.0 // indirect
75+
github.com/fsnotify/fsnotify v1.9.0 // indirect
7876
github.com/fzipp/gocyclo v0.6.0 // indirect
7977
github.com/ghostiam/protogetter v0.3.15 // indirect
8078
github.com/go-critic/go-critic v0.13.0 // indirect
@@ -89,7 +87,7 @@ require (
8987
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
9088
github.com/gobwas/glob v0.2.3 // indirect
9189
github.com/gofrs/flock v0.12.1 // indirect
92-
github.com/gohugoio/hugo v0.134.3 // indirect
90+
github.com/gohugoio/hugo v0.147.6 // indirect
9391
github.com/golang/protobuf v1.5.3 // indirect
9492
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32 // indirect
9593
github.com/golangci/go-printf-func-name v0.1.0 // indirect
@@ -182,7 +180,7 @@ require (
182180
github.com/sourcegraph/conc v0.3.0 // indirect
183181
github.com/sourcegraph/go-diff v0.7.0 // indirect
184182
github.com/spf13/afero v1.14.0 // indirect
185-
github.com/spf13/cast v1.7.1 // indirect
183+
github.com/spf13/cast v1.8.0 // indirect
186184
github.com/spf13/cobra v1.9.1 // indirect
187185
github.com/spf13/pflag v1.0.6 // indirect
188186
github.com/spf13/viper v1.20.0 // indirect
@@ -192,7 +190,7 @@ require (
192190
github.com/stretchr/testify v1.10.0 // indirect
193191
github.com/subosito/gotenv v1.6.0 // indirect
194192
github.com/tdakkota/asciicheck v0.4.1 // indirect
195-
github.com/tdewolff/parse/v2 v2.7.15 // indirect
193+
github.com/tdewolff/parse/v2 v2.8.1 // indirect
196194
github.com/tetafro/godot v1.5.1 // indirect
197195
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 // indirect
198196
github.com/timonwong/loggercheck v0.11.0 // indirect
@@ -220,7 +218,7 @@ require (
220218
golang.org/x/sync v0.14.0 // indirect
221219
golang.org/x/sys v0.33.0 // indirect
222220
golang.org/x/term v0.29.0 // indirect
223-
golang.org/x/text v0.24.0 // indirect
221+
golang.org/x/text v0.25.0 // indirect
224222
google.golang.org/protobuf v1.36.6 // indirect
225223
gopkg.in/yaml.v2 v2.4.0 // indirect
226224
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)