Skip to content

Commit

Permalink
update Honeycomb Exporter and its dependencies (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizthegrey committed Jul 17, 2020
1 parent 934c248 commit 6c9a91c
Show file tree
Hide file tree
Showing 6 changed files with 272 additions and 25 deletions.
12 changes: 6 additions & 6 deletions exporter/honeycombexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ go 1.14
require (
github.com/census-instrumentation/opencensus-proto v0.2.1
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.5
github.com/opentracing/opentracing-go v1.1.1-0.20190913142402-a7454ce5950e // indirect
github.com/shirou/gopsutil v2.20.4+incompatible // indirect
github.com/google/go-cmp v0.5.0
github.com/honeycombio/libhoney-go v1.12.4
github.com/klauspost/compress v1.10.10
github.com/stretchr/testify v1.6.1
go.opencensus.io v0.22.4 // indirect
go.opentelemetry.io/collector v0.6.0
go.uber.org/zap v1.14.0
go.uber.org/zap v1.15.0
google.golang.org/api v0.29.0 // indirect
google.golang.org/grpc v1.29.1
)
Loading

0 comments on commit 6c9a91c

Please sign in to comment.