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] 54f64e9eec
Bump github.com/golangci/golangci-lint from 1.25.1 to 1.27.0 in /tools (#828)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lizthegrey <lizthegrey@users.noreply.github.com>
Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io>
2020-06-22 15:00:03 -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.27.0
github.com/itchyny/gojq v0.10.3
golang.org/x/tools v0.0.0-20200502202811-ed308ab3e770
)