1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-11-28 08:38:51 +02:00
opentelemetry-go/go.mod
stgrzeszczak 8af7978f42 Fix compilation with Golang 1.13 (#137)
* Fix compilation with Golang 1.13

* run go mod tidy again
2019-09-24 08:26:21 -07:00

15 lines
352 B
Modula-2

module go.opentelemetry.io
go 1.13
require (
github.com/apache/thrift v0.12.0
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.18.0
github.com/google/go-cmp v0.3.0
github.com/hashicorp/golang-lru v0.5.3
golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72
google.golang.org/api v0.9.0
google.golang.org/grpc v1.22.1
)