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] 9e99b441d2
Bump github.com/golangci/golangci-lint from 1.28.1 to 1.28.2 in /tools (#930)
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: Liz Fong-Jones <lizf@honeycomb.io>
2020-07-10 10:35:48 -04:00

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.28.2
github.com/itchyny/gojq v0.11.0
golang.org/x/tools v0.0.0-20200702044944-0cc1aa72b347
)