1
1
module go.opentelemetry.io/otel/internal/tools
2
2
3
- go 1.21
3
+ go 1.22.1
4
+
5
+ toolchain go1.23.0
4
6
5
7
require (
6
8
github.com/client9/misspell v0.3.4
7
9
github.com/gogo/protobuf v1.3.2
8
- github.com/golangci/golangci-lint v1.59 .1
10
+ github.com/golangci/golangci-lint v1.60 .1
9
11
github.com/itchyny/gojq v0.12.16
10
12
github.com/jcchavezs/porto v0.6.0
11
13
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
@@ -26,11 +28,11 @@ require (
26
28
github.com/Abirdcfly/dupword v0.0.14 // indirect
27
29
github.com/Antonboom/errname v0.1.13 // indirect
28
30
github.com/Antonboom/nilnil v0.1.9 // indirect
29
- github.com/Antonboom/testifylint v1.3.1 // indirect
30
- github.com/BurntSushi/toml v1.4.0 // indirect
31
- github.com/Crocmagnon/fatcontext v0.2.2 // indirect
31
+ github.com/Antonboom/testifylint v1.4.3 // indirect
32
+ github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
33
+ github.com/Crocmagnon/fatcontext v0.4.0 // indirect
32
34
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
33
- github.com/GaijinEntertainment/go-exhaustruct/v3 v3.2 .0 // indirect
35
+ github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3 .0 // indirect
34
36
github.com/Masterminds/semver/v3 v3.2.1 // indirect
35
37
github.com/Microsoft/go-winio v0.6.1 // indirect
36
38
github.com/OpenPeeDeeP/depguard/v2 v2.2.0 // indirect
@@ -44,7 +46,7 @@ require (
44
46
github.com/beorn7/perks v1.0.1 // indirect
45
47
github.com/bkielbasa/cyclop v1.2.1 // indirect
46
48
github.com/blizzy78/varnamelen v0.8.0 // indirect
47
- github.com/bombsimon/wsl/v4 v4.2 .1 // indirect
49
+ github.com/bombsimon/wsl/v4 v4.4 .1 // indirect
48
50
github.com/breml/bidichk v0.2.7 // indirect
49
51
github.com/breml/errchkjson v0.3.6 // indirect
50
52
github.com/butuzov/ireturn v0.3.0 // indirect
@@ -83,7 +85,7 @@ require (
83
85
github.com/go-viper/mapstructure/v2 v2.0.0 // indirect
84
86
github.com/go-xmlfmt/xmlfmt v1.1.2 // indirect
85
87
github.com/gobwas/glob v0.2.3 // indirect
86
- github.com/gofrs/flock v0.8 .1 // indirect
88
+ github.com/gofrs/flock v0.12 .1 // indirect
87
89
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
88
90
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect
89
91
github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e // indirect
@@ -107,7 +109,7 @@ require (
107
109
github.com/jgautheron/goconst v1.7.1 // indirect
108
110
github.com/jingyugao/rowserrcheck v1.1.1 // indirect
109
111
github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af // indirect
110
- github.com/jjti/go-spancheck v0.6.1 // indirect
112
+ github.com/jjti/go-spancheck v0.6.2 // indirect
111
113
github.com/julz/importas v0.1.0 // indirect
112
114
github.com/karamaru-alpha/copyloopvar v1.1.0 // indirect
113
115
github.com/kevinburke/ssh_config v1.2.0 // indirect
@@ -129,10 +131,10 @@ require (
129
131
github.com/mattn/go-colorable v0.1.13 // indirect
130
132
github.com/mattn/go-isatty v0.0.20 // indirect
131
133
github.com/mattn/go-runewidth v0.0.15 // indirect
132
- github.com/mgechev/revive v1.3.7 // indirect
134
+ github.com/mgechev/revive v1.3.9 // indirect
133
135
github.com/mitchellh/go-homedir v1.1.0 // indirect
134
136
github.com/mitchellh/mapstructure v1.5.0 // indirect
135
- github.com/moricho/tparallel v0.3.1 // indirect
137
+ github.com/moricho/tparallel v0.3.2 // indirect
136
138
github.com/nakabonne/nestif v0.3.1 // indirect
137
139
github.com/nishanths/exhaustive v0.12.0 // indirect
138
140
github.com/nishanths/predeclared v0.2.2 // indirect
@@ -141,7 +143,7 @@ require (
141
143
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
142
144
github.com/pjbgf/sha1cd v0.3.0 // indirect
143
145
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
144
- github.com/polyfloyd/go-errorlint v1.5.2 // indirect
146
+ github.com/polyfloyd/go-errorlint v1.6.0 // indirect
145
147
github.com/prometheus/client_golang v1.19.0 // indirect
146
148
github.com/prometheus/client_model v0.6.1 // indirect
147
149
github.com/prometheus/common v0.48.0 // indirect
@@ -152,20 +154,20 @@ require (
152
154
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
153
155
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
154
156
github.com/rivo/uniseg v0.4.7 // indirect
155
- github.com/ryancurrah/gomodguard v1.3.2 // indirect
157
+ github.com/ryancurrah/gomodguard v1.3.3 // indirect
156
158
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
157
159
github.com/sagikazarmark/locafero v0.4.0 // indirect
158
160
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
159
161
github.com/sanposhiho/wastedassign/v2 v2.0.7 // indirect
160
162
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
161
163
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
162
- github.com/sashamelentyev/usestdlibvars v1.26 .0 // indirect
164
+ github.com/sashamelentyev/usestdlibvars v1.27 .0 // indirect
163
165
github.com/securego/gosec/v2 v2.20.1-0.20240525090044-5f0084eb01a9 // indirect
164
166
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
165
167
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect
166
168
github.com/sirupsen/logrus v1.9.3 // indirect
167
169
github.com/sivchari/containedctx v1.0.3 // indirect
168
- github.com/sivchari/tenv v1.7.1 // indirect
170
+ github.com/sivchari/tenv v1.10.0 // indirect
169
171
github.com/skeema/knownhosts v1.2.2 // indirect
170
172
github.com/sonatard/noctx v0.0.2 // indirect
171
173
github.com/sourcegraph/conc v0.3.0 // indirect
@@ -180,7 +182,6 @@ require (
180
182
github.com/stretchr/objx v0.5.2 // indirect
181
183
github.com/stretchr/testify v1.9.0 // indirect
182
184
github.com/subosito/gotenv v1.6.0 // indirect
183
- github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect
184
185
github.com/tdakkota/asciicheck v0.2.0 // indirect
185
186
github.com/tetafro/godot v1.4.16 // indirect
186
187
github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 // indirect
@@ -189,15 +190,15 @@ require (
189
190
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect
190
191
github.com/ultraware/funlen v0.1.0 // indirect
191
192
github.com/ultraware/whitespace v0.1.1 // indirect
192
- github.com/uudashr/gocognit v1.1.2 // indirect
193
+ github.com/uudashr/gocognit v1.1.3 // indirect
193
194
github.com/xanzy/ssh-agent v0.3.3 // indirect
194
195
github.com/xen0n/gosmopolitan v1.2.2 // indirect
195
196
github.com/yagipy/maintidx v1.0.0 // indirect
196
197
github.com/yeya24/promlinter v0.3.0 // indirect
197
198
github.com/ykadowak/zerologlint v0.1.5 // indirect
198
199
gitlab.com/bosi/decorder v0.4.2 // indirect
199
200
go-simpler.org/musttag v0.12.2 // indirect
200
- go-simpler.org/sloglint v0.7.1 // indirect
201
+ go-simpler.org/sloglint v0.7.2 // indirect
201
202
go.opentelemetry.io/build-tools v0.14.0 // indirect
202
203
go.uber.org/automaxprocs v1.5.3 // indirect
203
204
go.uber.org/multierr v1.11.0 // indirect
@@ -215,7 +216,7 @@ require (
215
216
gopkg.in/warnings.v0 v0.1.2 // indirect
216
217
gopkg.in/yaml.v2 v2.4.0 // indirect
217
218
gopkg.in/yaml.v3 v3.0.1 // indirect
218
- honnef.co/go/tools v0.4.7 // indirect
219
+ honnef.co/go/tools v0.5.0 // indirect
219
220
mvdan.cc/gofumpt v0.6.0 // indirect
220
221
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f // indirect
221
222
)
0 commit comments