1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/tools/go.mod
Rahul Patel f474c349ae
Script to verify example after new release. (#579)
* verify example.

* fix review comments.

* fix tools/go.*

* remove leftover exit.
2020-03-30 13:10:18 -07:00

14 lines
398 B
Modula-2

module go.opentelemetry.io/otel/tools
go 1.13
require (
github.com/client9/misspell v0.3.4
github.com/fatih/color v1.9.0 // indirect
github.com/golangci/golangci-lint v1.23.6
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/stretchr/testify v1.5.0 // indirect
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect
golang.org/x/tools v0.0.0-20200220155224-947cbf191135
)