1
1
module go.opentelemetry.io/otel/internal/tools
2
2
3
- go 1.22.1
3
+ go 1.23.0
4
4
5
5
require (
6
6
github.com/client9/misspell v0.3.4
7
7
github.com/gogo/protobuf v1.3.2
8
- github.com/golangci/golangci-lint v1.63.4
8
+ github.com/golangci/golangci-lint v1.64.2
9
9
github.com/jcchavezs/porto v0.6.0
10
10
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
11
11
go.opentelemetry.io/build-tools/crosslink v0.18.0
12
12
go.opentelemetry.io/build-tools/gotmpl v0.18.0
13
13
go.opentelemetry.io/build-tools/multimod v0.18.0
14
14
go.opentelemetry.io/build-tools/semconvgen v0.18.0
15
- golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3
16
- golang.org/x/tools v0.29 .0
15
+ golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac
16
+ golang.org/x/tools v0.30 .0
17
17
golang.org/x/vuln v1.1.4
18
18
)
19
19
@@ -27,7 +27,7 @@ require (
27
27
github.com/Antonboom/nilnil v1.0.1 // indirect
28
28
github.com/Antonboom/testifylint v1.5.2 // indirect
29
29
github.com/BurntSushi/toml v1.4.1-0.20241028111116-b7406c026f5a // indirect
30
- github.com/Crocmagnon/fatcontext v0.6.0 // indirect
30
+ github.com/Crocmagnon/fatcontext v0.7.1 // indirect
31
31
github.com/Djarvur/go-err113 v0.1.0 // indirect
32
32
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 // indirect
33
33
github.com/Masterminds/semver/v3 v3.3.1 // indirect
@@ -68,7 +68,7 @@ require (
68
68
github.com/firefart/nonamedreturns v1.0.5 // indirect
69
69
github.com/fsnotify/fsnotify v1.8.0 // indirect
70
70
github.com/fzipp/gocyclo v0.6.0 // indirect
71
- github.com/ghostiam/protogetter v0.3.8 // indirect
71
+ github.com/ghostiam/protogetter v0.3.9 // indirect
72
72
github.com/go-critic/go-critic v0.11.5 // indirect
73
73
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
74
74
github.com/go-git/go-billy/v5 v5.6.2 // indirect
@@ -87,10 +87,10 @@ require (
87
87
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
88
88
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect
89
89
github.com/golangci/go-printf-func-name v0.1.0 // indirect
90
- github.com/golangci/gofmt v0.0.0-20241223200906-057b0627d9b9 // indirect
90
+ github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d // indirect
91
91
github.com/golangci/misspell v0.6.0 // indirect
92
92
github.com/golangci/plugin-module-register v0.1.1 // indirect
93
- github.com/golangci/revgrep v0.5.3 // indirect
93
+ github.com/golangci/revgrep v0.8.0 // indirect
94
94
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed // indirect
95
95
github.com/google/go-cmp v0.6.0 // indirect
96
96
github.com/gordonklaus/ineffassign v0.1.0 // indirect
@@ -115,23 +115,22 @@ require (
115
115
github.com/kkHAIKE/contextcheck v1.1.5 // indirect
116
116
github.com/kulti/thelper v0.6.3 // indirect
117
117
github.com/kunwardeep/paralleltest v1.0.10 // indirect
118
- github.com/kyoh86/exportloopref v0.1.11 // indirect
119
118
github.com/lasiar/canonicalheader v1.1.2 // indirect
120
- github.com/ldez/exptostd v0.4.0 // indirect
121
- github.com/ldez/gomoddirectives v0.6.0 // indirect
122
- github.com/ldez/grignotin v0.8 .0 // indirect
119
+ github.com/ldez/exptostd v0.4.1 // indirect
120
+ github.com/ldez/gomoddirectives v0.6.1 // indirect
121
+ github.com/ldez/grignotin v0.9 .0 // indirect
123
122
github.com/ldez/tagliatelle v0.7.1 // indirect
124
123
github.com/ldez/usetesting v0.4.2 // indirect
125
124
github.com/leonklingele/grouper v1.1.2 // indirect
126
125
github.com/macabu/inamedparam v0.1.3 // indirect
127
126
github.com/magiconair/properties v1.8.9 // indirect
128
127
github.com/maratori/testableexamples v1.0.0 // indirect
129
128
github.com/maratori/testpackage v1.1.1 // indirect
130
- github.com/matoous/godox v0.0.0-20241202171805-94d1edd68ebb // indirect
129
+ github.com/matoous/godox v1.1.0 // indirect
131
130
github.com/mattn/go-colorable v0.1.14 // indirect
132
131
github.com/mattn/go-isatty v0.0.20 // indirect
133
132
github.com/mattn/go-runewidth v0.0.16 // indirect
134
- github.com/mgechev/revive v1.5.1 // indirect
133
+ github.com/mgechev/revive v1.6.0 // indirect
135
134
github.com/mitchellh/go-homedir v1.1.0 // indirect
136
135
github.com/mitchellh/mapstructure v1.5.0 // indirect
137
136
github.com/moricho/tparallel v0.3.2 // indirect
@@ -167,7 +166,6 @@ require (
167
166
github.com/sashamelentyev/usestdlibvars v1.28.0 // indirect
168
167
github.com/securego/gosec/v2 v2.22.0 // indirect
169
168
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
170
- github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect
171
169
github.com/sirupsen/logrus v1.9.3 // indirect
172
170
github.com/sivchari/containedctx v1.0.3 // indirect
173
171
github.com/sivchari/tenv v1.12.1 // indirect
@@ -208,9 +206,9 @@ require (
208
206
go.uber.org/multierr v1.11.0 // indirect
209
207
go.uber.org/zap v1.27.0 // indirect
210
208
golang.org/x/crypto v0.33.0 // indirect
211
- golang.org/x/exp/typeparams v0.0.0-20250207012021-f9890c6ad9f3 // indirect
209
+ golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
212
210
golang.org/x/mod v0.23.0 // indirect
213
- golang.org/x/net v0.34 .0 // indirect
211
+ golang.org/x/net v0.35 .0 // indirect
214
212
golang.org/x/sync v0.11.0 // indirect
215
213
golang.org/x/sys v0.30.0 // indirect
216
214
golang.org/x/telemetry v0.0.0-20250206143958-557cf9c30e9f // indirect
@@ -220,7 +218,7 @@ require (
220
218
gopkg.in/warnings.v0 v0.1.2 // indirect
221
219
gopkg.in/yaml.v2 v2.4.0 // indirect
222
220
gopkg.in/yaml.v3 v3.0.1 // indirect
223
- honnef.co/go/tools v0.5.1 // indirect
221
+ honnef.co/go/tools v0.6.0 // indirect
224
222
mvdan.cc/gofumpt v0.7.0 // indirect
225
223
mvdan.cc/unparam v0.0.0-20241226123437-447d509598f3 // indirect
226
224
)
0 commit comments