mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-03-03 14:52:56 +02:00
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ET <evantorrie@users.noreply.github.com> Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io>
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.25.1
|
|
github.com/itchyny/gojq v0.10.3
|
|
golang.org/x/tools v0.0.0-20200422022333-3d57cf2e726e
|
|
)
|