11module github.com/open-telemetry/opentelemetry-collector-contrib/internal/tools
22
3- go 1.24.4
3+ go 1.25.0
44
55require (
66 github.com/Khan/genqlient v0.8.1
@@ -23,7 +23,7 @@ require (
2323 go.opentelemetry.io/collector/cmd/builder v0.144.0
2424 go.opentelemetry.io/collector/cmd/mdatagen v0.144.0
2525 go.uber.org/goleak v1.3.0
26- golang.org/x/tools v0.40 .0
26+ golang.org/x/tools v0.43 .0
2727 golang.org/x/vuln v1.1.4
2828 gotest.tools/gotestsum v1.13.0
2929 mvdan.cc/gofumpt v0.9.2
@@ -84,9 +84,9 @@ require (
8484 github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
8585 github.com/charmbracelet/x/term v0.2.1 // indirect
8686 github.com/ckaznocha/intrange v0.3.1 // indirect
87- github.com/cloudflare/circl v1.6.1 // indirect
87+ github.com/cloudflare/circl v1.6.3 // indirect
8888 github.com/curioswitch/go-reassign v0.3.0 // indirect
89- github.com/cyphar/filepath-securejoin v0.5.0 // indirect
89+ github.com/cyphar/filepath-securejoin v0.6.1 // indirect
9090 github.com/dave/dst v0.27.3 // indirect
9191 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
9292 github.com/denis-tingaikin/go-header v0.5.0 // indirect
@@ -102,8 +102,8 @@ require (
102102 github.com/ghostiam/protogetter v0.3.17 // indirect
103103 github.com/go-critic/go-critic v0.14.2 // indirect
104104 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
105- github.com/go-git/go-billy/v5 v5.6.2 // indirect
106- github.com/go-git/go-git/v5 v5.16.3 // indirect
105+ github.com/go-git/go-billy/v5 v5.9.0 // indirect
106+ github.com/go-git/go-git/v5 v5.19.0 // indirect
107107 github.com/go-json-experiment/json v0.0.0-20250813233538-9b1f9ea2e11b // indirect
108108 github.com/go-toolsmith/astcast v1.1.0 // indirect
109109 github.com/go-toolsmith/astcopy v1.1.0 // indirect
@@ -202,7 +202,7 @@ require (
202202 github.com/nishanths/predeclared v0.2.2 // indirect
203203 github.com/nunnatsa/ginkgolinter v0.21.2 // indirect
204204 github.com/pelletier/go-toml/v2 v2.2.4 // indirect
205- github.com/pjbgf/sha1cd v0.5 .0 // indirect
205+ github.com/pjbgf/sha1cd v0.6 .0 // indirect
206206 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
207207 github.com/polyfloyd/go-errorlint v1.8.0 // indirect
208208 github.com/prometheus/client_golang v1.20.3 // indirect
@@ -278,16 +278,16 @@ require (
278278 go.uber.org/zap v1.27.1 // indirect
279279 go.yaml.in/yaml/v3 v3.0.4 // indirect
280280 go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
281- golang.org/x/crypto v0.46 .0 // indirect
281+ golang.org/x/crypto v0.50 .0 // indirect
282282 golang.org/x/exp/typeparams v0.0.0-20251023183803-a4bb9ffd2546 // indirect
283- golang.org/x/mod v0.32 .0 // indirect
284- golang.org/x/net v0.48 .0 // indirect
283+ golang.org/x/mod v0.34 .0 // indirect
284+ golang.org/x/net v0.53 .0 // indirect
285285 golang.org/x/oauth2 v0.32.0 // indirect
286- golang.org/x/sync v0.19 .0 // indirect
287- golang.org/x/sys v0.40 .0 // indirect
288- golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc // indirect
289- golang.org/x/term v0.38 .0 // indirect
290- golang.org/x/text v0.33 .0 // indirect
286+ golang.org/x/sync v0.20 .0 // indirect
287+ golang.org/x/sys v0.43 .0 // indirect
288+ golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
289+ golang.org/x/term v0.42 .0 // indirect
290+ golang.org/x/text v0.36 .0 // indirect
291291 google.golang.org/protobuf v1.36.11 // indirect
292292 gopkg.in/warnings.v0 v0.1.2 // indirect
293293 gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments