1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/go.mod
Tyler Yahn 1dbc75bc2f
Clean stale indirect dependency requirements (#1041)
* Clean stale indirect dependency requirements

In the recent changes to isolate the main `otel` package there were many
indirect dependencies of the package that were removed, however, the
go.mod was not automatically cleaned of these. This removes those (and
similar ones in the otel-collector example and otel exporter) and prunes
the go.sum files accordingly.

* Run in a clean system to reproduce build
2020-08-07 09:05:22 -07:00

11 lines
190 B
Modula-2

module go.opentelemetry.io/otel
go 1.14
require (
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.5.1
github.com/stretchr/testify v1.6.1
google.golang.org/grpc v1.31.0
)