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
Tyler Yahn f8d53694be
Clean up tools (#762)
* Update tools go deps

gojq is used by verify_examples.sh

* Fix script name in RELEASING.md

* Remove trailing whitespace in verify_examples.sh

* Actually fix gojq in go.mod
2020-05-26 11:35:34 -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.25.1
github.com/itchyny/gojq v0.10.1
golang.org/x/tools v0.0.0-20200422022333-3d57cf2e726e
)