1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/tools/go.mod
dependabot[bot] f4b156823c
Bump github.com/itchyny/gojq from 0.10.3 to 0.10.4 in /tools (#883)
* Bump github.com/itchyny/gojq from 0.10.3 to 0.10.4 in /tools

Bumps [github.com/itchyny/gojq](https://github.com/itchyny/gojq) from 0.10.3 to 0.10.4.
- [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.3...v0.10.4)

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-01 08:49:10 -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.27.0
github.com/itchyny/gojq v0.10.4
golang.org/x/tools v0.0.0-20200502202811-ed308ab3e770
)