1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/internal/tools/go.mod
dependabot[bot] 6bcd1085d3
Bump github.com/itchyny/gojq from 0.11.2 to 0.12.0 in /internal/tools (#1424)
Bumps [github.com/itchyny/gojq](https://github.com/itchyny/gojq) from 0.11.2 to 0.12.0.
- [Release notes](https://github.com/itchyny/gojq/releases)
- [Changelog](https://github.com/itchyny/gojq/blob/master/CHANGELOG.md)
- [Commits](https://github.com/itchyny/gojq/compare/v0.11.2...v0.12.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 11:42:55 -08:00

12 lines
269 B
Modula-2

module go.opentelemetry.io/otel/internal/tools
go 1.14
require (
github.com/client9/misspell v0.3.4
github.com/gogo/protobuf v1.3.1
github.com/golangci/golangci-lint v1.33.0
github.com/itchyny/gojq v0.12.0
golang.org/x/tools v0.0.0-20201013201025-64a9e34f3752
)