Skip to content

Commit 51f0b19

Browse files
maint(deps): bump github.com/honeycombio/libhoney-go from 1.19.0 to 1.20.0 (#199)
Bumps [github.com/honeycombio/libhoney-go](https://github.com/honeycombio/libhoney-go) from 1.19.0 to 1.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/honeycombio/libhoney-go/releases">github.com/honeycombio/libhoney-go's releases</a>.</em></p> <blockquote> <h2>v1.20.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>💡 Enhancements</h3> <ul> <li>perf: allow pre-sizing the data map by <a href="https://github.com/lizthegrey"><code>@​lizthegrey</code></a> in <a href="https://redirect.github.com/honeycombio/libhoney-go/pull/228">honeycombio/libhoney-go#228</a></li> </ul> <h3>🛠️ Maintenance</h3> <ul> <li>maint(deps): bump github.com/klauspost/compress from 1.16.5 to 1.16.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/honeycombio/libhoney-go/pull/229">honeycombio/libhoney-go#229</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honeycombio/libhoney-go/compare/v1.19.0...v1.20.0">https://github.com/honeycombio/libhoney-go/compare/v1.19.0...v1.20.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/honeycombio/libhoney-go/blob/main/CHANGELOG.md">github.com/honeycombio/libhoney-go's changelog</a>.</em></p> <blockquote> <h2>1.20.0 2023-06-29</h2> <h3>Enhancements</h3> <ul> <li>perf: allow pre-sizing the data map (<a href="https://redirect.github.com/honeycombio/libhoney-go/issues/228">#228</a>) | <a href="https://github.com/lizthegrey"><code>@​lizthegrey</code></a></li> </ul> <h3>Maintenance</h3> <ul> <li>maint(deps): bump github.com/klauspost/compress from 1.16.5 to 1.16.6 (<a href="https://redirect.github.com/honeycombio/libhoney-go/issues/229">#229</a>) | <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/honeycombio/libhoney-go/commit/9cc22096810f74e29d794f55c1676dff7081cd65"><code>9cc2209</code></a> rel: prepare v1.20.0 release (<a href="https://redirect.github.com/honeycombio/libhoney-go/issues/230">#230</a>)</li> <li><a href="https://github.com/honeycombio/libhoney-go/commit/754028055fb7b3a0f94d4e0b61f6dc96f7c8ef7d"><code>7540280</code></a> maint(deps): bump github.com/klauspost/compress from 1.16.5 to 1.16.6 (<a href="https://redirect.github.com/honeycombio/libhoney-go/issues/229">#229</a>)</li> <li><a href="https://github.com/honeycombio/libhoney-go/commit/9227eb6859091c495c03c9e4389b09aa45c75cd6"><code>9227eb6</code></a> perf: allow pre-sizing the data map (<a href="https://redirect.github.com/honeycombio/libhoney-go/issues/228">#228</a>)</li> <li><a href="https://github.com/honeycombio/libhoney-go/commit/eb82fd763b7e02e85ed9921bf81d39b2cefe397f"><code>eb82fd7</code></a> docs: add development.md (<a href="https://redirect.github.com/honeycombio/libhoney-go/issues/227">#227</a>)</li> <li>See full diff in <a href="https://github.com/honeycombio/libhoney-go/compare/v1.19.0...v1.20.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/honeycombio/libhoney-go&package-manager=go_modules&previous-version=1.19.0&new-version=1.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ccd288 commit 51f0b19

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/honeycombio/beeline-go v1.12.0
7-
github.com/honeycombio/libhoney-go v1.19.0
7+
github.com/honeycombio/libhoney-go v1.20.0
88
github.com/jszwedko/go-circleci v0.3.0
99
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
1010
github.com/spf13/cobra v1.7.0

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,8 +751,9 @@ github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ
751751
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
752752
github.com/honeycombio/beeline-go v1.12.0 h1:vtSNcLSKS6OvWwzxwf9Prco6b/UoQPaN7poVJJ6CVXg=
753753
github.com/honeycombio/beeline-go v1.12.0/go.mod h1:MOd7EB9co2+AcCf5M5a88Xz8HtxHAr5qOzI4jejnPWs=
754-
github.com/honeycombio/libhoney-go v1.19.0 h1:yRcPwqp8erSxvVAF/UfmedZtoT32Ow4tr6dYp2EInjs=
755754
github.com/honeycombio/libhoney-go v1.19.0/go.mod h1:JMJbsBUXN5EdGuPo6yKn+NZ7cTyct/fm6tmyNsG98iU=
755+
github.com/honeycombio/libhoney-go v1.20.0 h1:PL54R0P9vxIyb28H3twbLb+DCqQlJdMQM55VZg1abKA=
756+
github.com/honeycombio/libhoney-go v1.20.0/go.mod h1:RIaurCpfg5NDWSEV8t3QLcda9dUAiVNyWeHRAaSpN90=
756757
github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
757758
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
758759
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
@@ -809,8 +810,9 @@ github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:C
809810
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
810811
github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=
811812
github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU=
812-
github.com/klauspost/compress v1.16.5 h1:IFV2oUNUzZaz+XyusxpLzpzS8Pt5rh0Z16For/djlyI=
813813
github.com/klauspost/compress v1.16.5/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
814+
github.com/klauspost/compress v1.16.6 h1:91SKEy4K37vkp255cJ8QesJhjyRO0hn9i9G0GoUwLsk=
815+
github.com/klauspost/compress v1.16.6/go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE=
814816
github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
815817
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
816818
github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=

0 commit comments

Comments
 (0)