Skip to content

Commit af4fa86

Browse files
fix(deps): update module github.com/rhysd/actionlint to v1.7.12
1 parent 3711ca9 commit af4fa86

2 files changed

Lines changed: 46 additions & 43 deletions

File tree

internal/tools/go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module go.opentelemetry.io/collector/internal/tools
22

3-
go 1.24
4-
5-
toolchain go1.24.0
3+
go 1.25.0
64

75
require (
86
github.com/a8m/envsubst v1.4.3
@@ -11,7 +9,7 @@ require (
119
github.com/google/addlicense v1.1.1
1210
github.com/jcchavezs/porto v0.7.0
1311
github.com/pavius/impi v0.0.3
14-
github.com/rhysd/actionlint v1.7.7
12+
github.com/rhysd/actionlint v1.7.12
1513
go.opentelemetry.io/build-tools/checkapi v0.23.1
1614
go.opentelemetry.io/build-tools/checkfile v0.23.1
1715
go.opentelemetry.io/build-tools/chloggen v0.23.1
@@ -20,7 +18,7 @@ require (
2018
go.opentelemetry.io/build-tools/multimod v0.23.1
2119
go.opentelemetry.io/collector/internal/cmd/pdatagen v0.130.0
2220
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
23-
golang.org/x/tools v0.35.0
21+
golang.org/x/tools v0.42.0
2422
golang.org/x/vuln v1.1.4
2523
gotest.tools/gotestsum v1.12.3
2624
mvdan.cc/gofumpt v0.8.0
@@ -57,7 +55,7 @@ require (
5755
github.com/bitfield/gotestdox v0.2.2 // indirect
5856
github.com/bkielbasa/cyclop v1.2.3 // indirect
5957
github.com/blizzy78/varnamelen v0.8.0 // indirect
60-
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
58+
github.com/bmatcuk/doublestar/v4 v4.10.0 // indirect
6159
github.com/bombsimon/wsl/v4 v4.7.0 // indirect
6260
github.com/bombsimon/wsl/v5 v5.1.0 // indirect
6361
github.com/breml/bidichk v0.3.3 // indirect
@@ -74,6 +72,7 @@ require (
7472
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
7573
github.com/charmbracelet/x/term v0.2.1 // indirect
7674
github.com/ckaznocha/intrange v0.3.1 // indirect
75+
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
7776
github.com/cloudflare/circl v1.6.1 // indirect
7877
github.com/curioswitch/go-reassign v0.3.0 // indirect
7978
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
@@ -85,7 +84,7 @@ require (
8584
github.com/dnephin/pflag v1.0.7 // indirect
8685
github.com/emirpasic/gods v1.18.1 // indirect
8786
github.com/ettle/strcase v0.2.0 // indirect
88-
github.com/fatih/color v1.18.0 // indirect
87+
github.com/fatih/color v1.19.0 // indirect
8988
github.com/fatih/structtag v1.2.0 // indirect
9089
github.com/firefart/nonamedreturns v1.0.6 // indirect
9190
github.com/fsnotify/fsnotify v1.9.0 // indirect
@@ -158,7 +157,7 @@ require (
158157
github.com/matoous/godox v1.1.0 // indirect
159158
github.com/mattn/go-colorable v0.1.14 // indirect
160159
github.com/mattn/go-isatty v0.0.20 // indirect
161-
github.com/mattn/go-runewidth v0.0.16 // indirect
160+
github.com/mattn/go-runewidth v0.0.21 // indirect
162161
github.com/mattn/go-shellwords v1.0.12 // indirect
163162
github.com/mgechev/revive v1.11.0 // indirect
164163
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -235,15 +234,16 @@ require (
235234
go.uber.org/automaxprocs v1.6.0 // indirect
236235
go.uber.org/multierr v1.11.0 // indirect
237236
go.uber.org/zap v1.27.0 // indirect
238-
golang.org/x/crypto v0.40.0 // indirect
237+
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
238+
golang.org/x/crypto v0.49.0 // indirect
239239
golang.org/x/exp/typeparams v0.0.0-20250620022241-b7579e27df2b // indirect
240-
golang.org/x/mod v0.26.0 // indirect
241-
golang.org/x/net v0.42.0 // indirect
242-
golang.org/x/sync v0.16.0 // indirect
243-
golang.org/x/sys v0.34.0 // indirect
244-
golang.org/x/telemetry v0.0.0-20250710130107-8d8967aff50b // indirect
245-
golang.org/x/term v0.33.0 // indirect
246-
golang.org/x/text v0.27.0 // indirect
240+
golang.org/x/mod v0.33.0 // indirect
241+
golang.org/x/net v0.52.0 // indirect
242+
golang.org/x/sync v0.20.0 // indirect
243+
golang.org/x/sys v0.42.0 // indirect
244+
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
245+
golang.org/x/term v0.41.0 // indirect
246+
golang.org/x/text v0.35.0 // indirect
247247
google.golang.org/protobuf v1.36.6 // indirect
248248
gopkg.in/warnings.v0 v0.1.2 // indirect
249249
gopkg.in/yaml.v3 v3.0.1 // indirect

internal/tools/go.sum

Lines changed: 30 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)