Skip to content

Commit

Permalink
Update core dependency (#406)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu committed Jul 8, 2020
1 parent 9bdff63 commit 04c2ab5
Show file tree
Hide file tree
Showing 64 changed files with 4,326 additions and 1,348 deletions.
4 changes: 2 additions & 2 deletions exporter/alibabacloudlogserviceexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/census-instrumentation/opencensus-proto v0.2.1
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.5
github.com/stretchr/testify v1.5.1
go.opentelemetry.io/collector v0.5.0
github.com/stretchr/testify v1.6.1
go.opentelemetry.io/collector v0.5.1-0.20200708003418-541edde63b3a
go.uber.org/zap v1.13.0
)
177 changes: 137 additions & 40 deletions exporter/alibabacloudlogserviceexporter/go.sum

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions exporter/awsxrayexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ go 1.14

require (
github.com/aws/aws-sdk-go v1.23.19
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/open-telemetry/opentelemetry-proto v0.3.0
github.com/shirou/gopsutil v2.20.4+incompatible // indirect
github.com/stretchr/testify v1.5.1
go.opentelemetry.io/collector v0.5.0
github.com/stretchr/testify v1.6.1
go.opentelemetry.io/collector v0.5.1-0.20200708003418-541edde63b3a
go.uber.org/zap v1.13.0
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/net v0.0.0-20200625001655-4c5254603344
)
186 changes: 141 additions & 45 deletions exporter/awsxrayexporter/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions exporter/azuremonitorexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ require (
github.com/census-instrumentation/opencensus-proto v0.2.1
github.com/golang/protobuf v1.3.5
github.com/shirou/gopsutil v2.20.4+incompatible // indirect
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.6.1
github.com/tedsuo/ifrit v0.0.0-20191009134036-9a97d0632f00 // indirect
go.opentelemetry.io/collector v0.5.0
go.opentelemetry.io/collector v0.5.1-0.20200708003418-541edde63b3a
go.uber.org/zap v1.13.0
google.golang.org/appengine v1.6.2 // indirect
google.golang.org/grpc v1.29.1
Expand Down
183 changes: 141 additions & 42 deletions exporter/azuremonitorexporter/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions exporter/carbonexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.14
require (
github.com/census-instrumentation/opencensus-proto v0.2.1
github.com/shirou/gopsutil v2.20.4+incompatible // indirect
github.com/stretchr/testify v1.5.1
go.opentelemetry.io/collector v0.5.0
github.com/stretchr/testify v1.6.1
go.opentelemetry.io/collector v0.5.1-0.20200708003418-541edde63b3a
go.uber.org/zap v1.13.0
)
183 changes: 141 additions & 42 deletions exporter/carbonexporter/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions exporter/elasticexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.14

require (
github.com/shirou/gopsutil v2.20.4+incompatible // indirect
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.6.1
go.elastic.co/apm v1.8.1-0.20200515083825-95e54b2e24ea
go.elastic.co/fastjson v1.1.0
go.opentelemetry.io/collector v0.5.0
go.opentelemetry.io/collector v0.5.1-0.20200708003418-541edde63b3a
go.uber.org/zap v1.15.0
)
182 changes: 141 additions & 41 deletions exporter/elasticexporter/go.sum

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions exporter/honeycombexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ require (
github.com/golang/protobuf v1.3.5
github.com/google/go-cmp v0.4.0
github.com/honeycombio/libhoney-go v1.12.3
github.com/klauspost/compress v1.10.2
github.com/klauspost/compress v1.10.5
github.com/opentracing/opentracing-go v1.1.1-0.20190913142402-a7454ce5950e // indirect
github.com/shirou/gopsutil v2.20.4+incompatible // indirect
github.com/stretchr/testify v1.5.1
go.opentelemetry.io/collector v0.5.0
github.com/stretchr/testify v1.6.1
go.opentelemetry.io/collector v0.5.1-0.20200708003418-541edde63b3a
go.uber.org/zap v1.14.0
google.golang.org/grpc v1.29.1
)
184 changes: 142 additions & 42 deletions exporter/honeycombexporter/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions exporter/jaegerthrifthttpexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/golang/protobuf v1.3.5
github.com/google/go-cmp v0.4.0
github.com/jaegertracing/jaeger v1.18.0
github.com/stretchr/testify v1.5.1
go.opentelemetry.io/collector v0.5.0
github.com/stretchr/testify v1.6.1
go.opentelemetry.io/collector v0.5.1-0.20200708003418-541edde63b3a
go.uber.org/zap v1.13.0
)
179 changes: 137 additions & 42 deletions exporter/jaegerthrifthttpexporter/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions exporter/kinesisexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.14
require (
github.com/shirou/gopsutil v2.20.4+incompatible // indirect
github.com/signalfx/opencensus-go-exporter-kinesis v0.4.2
github.com/stretchr/testify v1.5.1
go.opentelemetry.io/collector v0.5.0
github.com/stretchr/testify v1.6.1
go.opentelemetry.io/collector v0.5.1-0.20200708003418-541edde63b3a
go.uber.org/zap v1.13.0
)

Expand Down
183 changes: 141 additions & 42 deletions exporter/kinesisexporter/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions exporter/lightstepexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/golang/protobuf v1.3.5
github.com/lightstep/opentelemetry-exporter-go v0.6.2
github.com/shirou/gopsutil v2.20.4+incompatible // indirect
github.com/stretchr/testify v1.5.1
go.opentelemetry.io/collector v0.5.0
github.com/stretchr/testify v1.6.1
go.opentelemetry.io/collector v0.5.1-0.20200708003418-541edde63b3a
go.opentelemetry.io/otel v0.6.0
go.uber.org/zap v1.14.0
)
Expand Down
182 changes: 141 additions & 41 deletions exporter/lightstepexporter/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions exporter/newrelicexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/golang/protobuf v1.3.5
github.com/newrelic/newrelic-telemetry-sdk-go v0.2.0
github.com/shirou/gopsutil v2.20.4+incompatible // indirect
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.6.1
go.opencensus.io v0.22.3
go.opentelemetry.io/collector v0.5.0
go.opentelemetry.io/collector v0.5.1-0.20200708003418-541edde63b3a
go.uber.org/zap v1.13.0
)
182 changes: 141 additions & 41 deletions exporter/newrelicexporter/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions exporter/sapmexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require (
github.com/shirou/gopsutil v2.20.4+incompatible // indirect
github.com/signalfx/sapm-proto v0.5.3
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
github.com/stretchr/testify v1.5.1
go.opentelemetry.io/collector v0.5.0
github.com/stretchr/testify v1.6.1
go.opentelemetry.io/collector v0.5.1-0.20200708003418-541edde63b3a
go.uber.org/zap v1.13.0
)

Expand Down
Loading

0 comments on commit 04c2ab5

Please sign in to comment.