Skip to content

Commit

Permalink
Bump github.com/honeycombio/libhoney-go in /exporter/honeycombexporter
Browse files Browse the repository at this point in the history
Bumps [github.com/honeycombio/libhoney-go](https://github.com/honeycombio/libhoney-go) from 1.15.8 to 1.25.0.
- [Release notes](https://github.com/honeycombio/libhoney-go/releases)
- [Changelog](https://github.com/honeycombio/libhoney-go/blob/main/CHANGELOG.md)
- [Commits](honeycombio/libhoney-go@v1.15.8...v1.25.0)

---
updated-dependencies:
- dependency-name: github.com/honeycombio/libhoney-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 8eec12f commit d24f2fd
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 16 deletions.
10 changes: 5 additions & 5 deletions exporter/honeycombexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.17

require (
github.com/google/go-cmp v0.5.8
github.com/honeycombio/libhoney-go v1.15.8
github.com/klauspost/compress v1.15.4
github.com/stretchr/testify v1.7.1
github.com/honeycombio/libhoney-go v1.25.0
github.com/klauspost/compress v1.17.11
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector v0.51.0
go.opentelemetry.io/collector/pdata v0.51.0
go.uber.org/multierr v1.8.0
Expand Down Expand Up @@ -34,7 +34,7 @@ require (
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
go.opencensus.io v0.23.0 // indirect
go.opentelemetry.io/otel v1.7.0 // indirect
Expand All @@ -49,5 +49,5 @@ require (
gopkg.in/alexcesaro/statsd.v2 v2.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit d24f2fd

Please sign in to comment.