Skip to content

Commit

Permalink
Update dependencies Logz.io exporter (#4386)
Browse files Browse the repository at this point in the history
Logz.io [exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/logzioexporter) upgrade 🚀
Update versions of `jaeger-logzio` -> [1.0.3](https://github.com/logzio/jaeger-logzio), and `logzio-go` -> [1.0.2](https://github.com/logzio/logzio-go) 

**Link to tracking Issue:**
#3736 and #3702

**Testing:**
No tests added
From logzioexporter directory:
`go test -v -covermode=atomic -race`
output:
```
PASS
coverage: 96.6% of statements
```
  • Loading branch information
yotamloe authored Jul 30, 2021
1 parent c506d67 commit 36a7da6
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 100 deletions.
8 changes: 2 additions & 6 deletions exporter/logzioexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ go 1.16

require (
github.com/census-instrumentation/opencensus-proto v0.3.0
github.com/hashicorp/go-hclog v0.16.1
github.com/hashicorp/go-hclog v0.16.2
github.com/jaegertracing/jaeger v1.24.0
github.com/logzio/jaeger-logzio v1.0.2
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/onsi/ginkgo v1.14.1 // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/logzio/jaeger-logzio v1.0.3
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector v0.31.0
go.opentelemetry.io/collector/model v0.31.0
go.uber.org/zap v1.18.1
google.golang.org/protobuf v1.27.1
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
)
Loading

0 comments on commit 36a7da6

Please sign in to comment.