mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-12 10:04:29 +02:00
f6b51df544
* Bump github.com/golangci/golangci-lint from 1.28.3 to 1.29.0 in /tools Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.28.3 to 1.29.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.28.3...v1.29.0) Signed-off-by: dependabot[bot] <support@github.com> * Auto-fix go.sum changes in dependent modules Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
11 lines
227 B
Modula-2
11 lines
227 B
Modula-2
module go.opentelemetry.io/otel/tools
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/golangci/golangci-lint v1.29.0
|
|
github.com/itchyny/gojq v0.11.0
|
|
golang.org/x/tools v0.0.0-20200710042808-f1c4188a97a1
|
|
)
|