Skip to content

Commit e9c1618

Browse files
renovate[bot]otelbot[bot]songy23
authored
Update module github.com/elastic/go-docappender/v2 to v2.14.1 (#47786)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/elastic/go-docappender/v2](https://redirect.github.com/elastic/go-docappender) | `v2.14.0` → `v2.14.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2felastic%2fgo-docappender%2fv2/v2.14.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2felastic%2fgo-docappender%2fv2/v2.14.0/v2.14.1?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/20907) for more information. --- ### Release Notes <details> <summary>elastic/go-docappender (github.com/elastic/go-docappender/v2)</summary> ### [`v2.14.1`](https://redirect.github.com/elastic/go-docappender/releases/tag/v2.14.1) [Compare Source](https://redirect.github.com/elastic/go-docappender/compare/v2.14.0...v2.14.1) ##### What's Changed - build(deps): bump github.com/klauspost/compress from 1.18.4 to 1.18.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;306](https://redirect.github.com/elastic/go-docappender/pull/306) - build(deps): bump golang.org/x/sync from 0.19.0 to 0.20.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;303](https://redirect.github.com/elastic/go-docappender/pull/303) - refactor: drop apmelasticsearch in docappendertest by [@&#8203;kruskall](https://redirect.github.com/kruskall) in [#&#8203;310](https://redirect.github.com/elastic/go-docappender/pull/310) - perf: cache Appender metric attribute option by [@&#8203;carsonip](https://redirect.github.com/carsonip) in [#&#8203;312](https://redirect.github.com/elastic/go-docappender/pull/312) **Full Changelog**: <elastic/go-docappender@v2.14.0...v2.14.1> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "on tuesday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Yang Song <songy23@users.noreply.github.com>
1 parent bab9dbf commit e9c1618

4 files changed

Lines changed: 6 additions & 55 deletions

File tree

exporter/elasticsearchexporter/go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
require (
66
github.com/cespare/xxhash/v2 v2.3.0
77
github.com/elastic/elastic-transport-go/v8 v8.8.0
8-
github.com/elastic/go-docappender/v2 v2.14.0
8+
github.com/elastic/go-docappender/v2 v2.14.1
99
github.com/elastic/go-freelru v0.16.0
1010
github.com/elastic/go-structform v0.0.12
1111
github.com/klauspost/compress v1.18.5
@@ -50,7 +50,6 @@ require (
5050
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
5151
github.com/cilium/ebpf v0.21.0 // indirect
5252
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
53-
github.com/elastic/go-sysinfo v1.15.3 // indirect
5453
github.com/felixge/httpsnoop v1.0.4 // indirect
5554
github.com/foxboron/go-tpm-keyfiles v0.0.0-20251226215517-609e4778396f // indirect
5655
github.com/fsnotify/fsnotify v1.9.0 // indirect
@@ -76,7 +75,6 @@ require (
7675
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.150.0 // indirect
7776
github.com/pierrec/lz4/v4 v4.1.26 // indirect
7877
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
79-
github.com/prometheus/procfs v0.16.0 // indirect
8078
github.com/rs/cors v1.11.1 // indirect
8179
github.com/tidwall/match v1.1.1 // indirect
8280
github.com/tidwall/pretty v1.2.0 // indirect
@@ -112,7 +110,6 @@ require (
112110
google.golang.org/grpc v1.80.0 // indirect
113111
google.golang.org/protobuf v1.36.11 // indirect
114112
gopkg.in/yaml.v3 v3.0.1 // indirect
115-
howett.net/plist v1.0.1 // indirect
116113
)
117114

118115
replace github.com/open-telemetry/opentelemetry-collector-contrib/internal/common => ../../internal/common

exporter/elasticsearchexporter/go.sum

Lines changed: 2 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/elasticsearchexporter/integrationtest/go.mod

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasti
33
go 1.25.0
44

55
require (
6-
github.com/elastic/go-docappender/v2 v2.14.0
6+
github.com/elastic/go-docappender/v2 v2.14.1
77
github.com/gorilla/mux v1.8.1
88
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.150.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/filestorage v0.150.0
@@ -42,7 +42,6 @@ require (
4242
github.com/antchfx/xpath v1.3.6 // indirect
4343
github.com/apache/arrow-go/v18 v18.5.2 // indirect
4444
github.com/apache/thrift v0.22.0 // indirect
45-
github.com/armon/go-radix v1.0.0 // indirect
4645
github.com/axiomhq/hyperloglog v0.2.6 // indirect
4746
github.com/beorn7/perks v1.0.1 // indirect
4847
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -56,8 +55,6 @@ require (
5655
github.com/elastic/go-freelru v0.16.0 // indirect
5756
github.com/elastic/go-grok v0.3.1 // indirect
5857
github.com/elastic/go-structform v0.0.12 // indirect
59-
github.com/elastic/go-sysinfo v1.15.3 // indirect
60-
github.com/elastic/go-windows v1.0.2 // indirect
6158
github.com/elastic/lunes v0.2.0 // indirect
6259
github.com/expr-lang/expr v1.17.8 // indirect
6360
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -131,7 +128,6 @@ require (
131128
github.com/open-telemetry/otel-arrow/go v0.47.0 // indirect
132129
github.com/openzipkin/zipkin-go v0.4.3 // indirect
133130
github.com/pierrec/lz4/v4 v4.1.26 // indirect
134-
github.com/pkg/errors v0.9.1 // indirect
135131
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
136132
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
137133
github.com/prometheus/client_golang v1.23.2 // indirect
@@ -154,9 +150,6 @@ require (
154150
github.com/x448/float16 v0.8.4 // indirect
155151
github.com/yusufpapurcu/wmi v1.2.4 // indirect
156152
github.com/zeebo/xxh3 v1.1.0 // indirect
157-
go.elastic.co/apm/module/apmelasticsearch/v2 v2.7.2 // indirect
158-
go.elastic.co/apm/module/apmhttp/v2 v2.7.2 // indirect
159-
go.elastic.co/apm/v2 v2.7.2 // indirect
160153
go.elastic.co/fastjson v1.5.1 // indirect
161154
go.etcd.io/bbolt v1.4.3 // indirect
162155
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
@@ -254,7 +247,6 @@ require (
254247
google.golang.org/grpc v1.80.0 // indirect
255248
google.golang.org/protobuf v1.36.11 // indirect
256249
gopkg.in/yaml.v3 v3.0.1 // indirect
257-
howett.net/plist v1.0.1 // indirect
258250
modernc.org/b/v2 v2.1.10 // indirect
259251
)
260252

exporter/elasticsearchexporter/integrationtest/go.sum

Lines changed: 2 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)