1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/tools/go.mod
dependabot[bot] f932cf14d6
Bump github.com/golangci/golangci-lint from 1.29.0 to 1.30.0 in /tools (#1021)
* Bump github.com/golangci/golangci-lint from 1.29.0 to 1.30.0 in /tools

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.29.0 to 1.30.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.29.0...v1.30.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>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-08-04 07:59:44 -07:00

11 lines
227 B
Modula-2

module go.opentelemetry.io/otel/tools
go 1.14
require (
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.30.0
github.com/itchyny/gojq v0.11.0
golang.org/x/tools v0.0.0-20200724022722-7017fd6b1305
)