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] cf6462c01e
Bump github.com/itchyny/gojq from 0.10.4 to 0.11.0 in /tools (#926)
* Bump github.com/itchyny/gojq from 0.10.4 to 0.11.0 in /tools

Bumps [github.com/itchyny/gojq](https://github.com/itchyny/gojq) from 0.10.4 to 0.11.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.10.4...v0.11.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>
2020-07-09 10:26:53 -07: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.1
github.com/itchyny/gojq v0.11.0
golang.org/x/tools v0.0.0-20200702044944-0cc1aa72b347
)