Skip to content

Commit 6f41431

Browse files
mergify[bot]dependabot[bot]ebeahanmichel-laterman
authored
build(deps): bump github.com/elastic/go-docappender/v2 from 2.11.3 to 2.12.0 (#11429) (#11445)
* build(deps): bump github.com/elastic/go-docappender/v2 Bumps [github.com/elastic/go-docappender/v2](https://github.com/elastic/go-docappender) from 2.11.3 to 2.12.0. - [Release notes](https://github.com/elastic/go-docappender/releases) - [Commits](elastic/go-docappender@v2.11.3...v2.12.0) --- updated-dependencies: - dependency-name: github.com/elastic/go-docappender/v2 dependency-version: 2.12.0 dependency-type: indirect update-type: version-update:semver-minor ... * Update EDOT go.mod * Update NOTICE.txt and/or NOTICE-fips.txt --------- (cherry picked from commit b1d4e25) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Beahan <[email protected]> Co-authored-by: Michel Laterman <[email protected]>
1 parent c78724f commit 6f41431

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

NOTICE-fips.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6379,13 +6379,13 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pipe
63796379

63806380
--------------------------------------------------------------------------------
63816381
Dependency : go.uber.org/zap
6382-
Version: v1.27.0
6382+
Version: v1.27.1
63836383
Licence type (autodetected): MIT
63846384
--------------------------------------------------------------------------------
63856385

6386-
Contents of probable licence file $GOMODCACHE/go.uber.org/[email protected].0/LICENSE:
6386+
Contents of probable licence file $GOMODCACHE/go.uber.org/[email protected].1/LICENSE:
63876387

6388-
Copyright (c) 2016-2017 Uber Technologies, Inc.
6388+
Copyright (c) 2016-2024 Uber Technologies, Inc.
63896389

63906390
Permission is hereby granted, free of charge, to any person obtaining a copy
63916391
of this software and associated documentation files (the "Software"), to deal
@@ -28319,11 +28319,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]
2831928319

2832028320
--------------------------------------------------------------------------------
2832128321
Dependency : github.com/elastic/go-docappender/v2
28322-
Version: v2.11.3
28322+
Version: v2.12.0
2832328323
Licence type (autodetected): Apache-2.0
2832428324
--------------------------------------------------------------------------------
2832528325

28326-
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.11.3/LICENSE:
28326+
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.12.0/LICENSE:
2832728327

2832828328
Apache License
2832928329
Version 2.0, January 2004

NOTICE.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6379,13 +6379,13 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pipe
63796379

63806380
--------------------------------------------------------------------------------
63816381
Dependency : go.uber.org/zap
6382-
Version: v1.27.0
6382+
Version: v1.27.1
63836383
Licence type (autodetected): MIT
63846384
--------------------------------------------------------------------------------
63856385

6386-
Contents of probable licence file $GOMODCACHE/go.uber.org/[email protected].0/LICENSE:
6386+
Contents of probable licence file $GOMODCACHE/go.uber.org/[email protected].1/LICENSE:
63876387

6388-
Copyright (c) 2016-2017 Uber Technologies, Inc.
6388+
Copyright (c) 2016-2024 Uber Technologies, Inc.
63896389

63906390
Permission is hereby granted, free of charge, to any person obtaining a copy
63916391
of this software and associated documentation files (the "Software"), to deal
@@ -29839,11 +29839,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]
2983929839

2984029840
--------------------------------------------------------------------------------
2984129841
Dependency : github.com/elastic/go-docappender/v2
29842-
Version: v2.11.3
29842+
Version: v2.12.0
2984329843
Licence type (autodetected): Apache-2.0
2984429844
--------------------------------------------------------------------------------
2984529845

29846-
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.11.3/LICENSE:
29846+
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.12.0/LICENSE:
2984729847

2984829848
Apache License
2984929849
Version 2.0, January 2004

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ require (
6060
go.opentelemetry.io/collector/component/componenttest v0.139.0
6161
go.opentelemetry.io/collector/extension/extensiontest v0.139.0
6262
go.opentelemetry.io/collector/pipeline v1.45.0
63-
go.uber.org/zap v1.27.0
63+
go.uber.org/zap v1.27.1
6464
go.yaml.in/yaml/v3 v3.0.4
6565
golang.org/x/crypto v0.45.0
6666
golang.org/x/exp v0.0.0-20251113190631-e25ba8c21ef6
@@ -287,7 +287,7 @@ require (
287287
github.com/edsrzf/mmap-go v1.2.0 // indirect
288288
github.com/elastic/bayeux v1.0.5 // indirect
289289
github.com/elastic/go-concert v0.3.1 // indirect
290-
github.com/elastic/go-docappender/v2 v2.11.3 // indirect
290+
github.com/elastic/go-docappender/v2 v2.12.0 // indirect
291291
github.com/elastic/go-freelru v0.16.0 // indirect
292292
github.com/elastic/go-grok v0.3.1 // indirect
293293
github.com/elastic/go-lumber v0.1.2-0.20220819171948-335fde24ea0f // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,8 @@ github.com/elastic/fsnotify v1.6.1-0.20240920222514-49f82bdbc9e3 h1:UyNbxdkQiSfy
506506
github.com/elastic/fsnotify v1.6.1-0.20240920222514-49f82bdbc9e3/go.mod h1:DAsKqylc/16NDcfdk8dN5axVtSOsQwgP2kV+NV5xPDE=
507507
github.com/elastic/go-concert v0.3.1 h1:dqtq2+xA8w7BZunI7j3Hs43CjWod7/nNRD8ByPx4YMs=
508508
github.com/elastic/go-concert v0.3.1/go.mod h1:bQ/sGkdR0I8IdzLuxDcrczc+caloItvAqw23jISl9sQ=
509-
github.com/elastic/go-docappender/v2 v2.11.3 h1:ighjWRnK31Z9pJvSUVPjLfmLg9IK5ZVQyS8eNPPnHJ0=
510-
github.com/elastic/go-docappender/v2 v2.11.3/go.mod h1:psX8ExQqcRM0yliIEhLrXzrIYlXbqHfdt9aGVwPM2IQ=
509+
github.com/elastic/go-docappender/v2 v2.12.0 h1:4H5Ale36xmlSzJ8B4fpjNkvDcihEO22NnOFpJxoR/L0=
510+
github.com/elastic/go-docappender/v2 v2.12.0/go.mod h1:TH6zt+utuXQ8wm+tor0zcrKlZFuLUzXo8UMaSvOhvis=
511511
github.com/elastic/go-elasticsearch/v8 v8.19.0 h1:VmfBLNRORY7RZL+9hTxBD97ehl9H8Nxf2QigDh6HuMU=
512512
github.com/elastic/go-elasticsearch/v8 v8.19.0/go.mod h1:F3j9e+BubmKvzvLjNui/1++nJuJxbkhHefbaT0kFKGY=
513513
github.com/elastic/go-freelru v0.16.0 h1:gG2HJ1WXN2tNl5/p40JS/l59HjvjRhjyAa+oFTRArYs=
@@ -1892,8 +1892,8 @@ go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
18921892
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
18931893
go.uber.org/ratelimit v0.3.1 h1:K4qVE+byfv/B3tC+4nYWP7v/6SimcO7HzHekoMNBma0=
18941894
go.uber.org/ratelimit v0.3.1/go.mod h1:6euWsTB6U/Nb3X++xEUXA8ciPJvr19Q/0h1+oDcJhRk=
1895-
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
1896-
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
1895+
go.uber.org/zap v1.27.1 h1:08RqriUEv8+ArZRYSTXy1LeBScaMpVSTBhCeaZYfMYc=
1896+
go.uber.org/zap v1.27.1/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
18971897
go.uber.org/zap/exp v0.3.0 h1:6JYzdifzYkGmTdRR59oYH+Ng7k49H9qVpWwNSsGJj3U=
18981898
go.uber.org/zap/exp v0.3.0/go.mod h1:5I384qq7XGxYyByIhHm6jg5CHkGY0nsTfbDLgDDlgJQ=
18991899
go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=

internal/edot/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040
go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.139.0
4141
go.opentelemetry.io/collector/receiver/nopreceiver v0.139.0
4242
go.opentelemetry.io/ebpf-profiler v0.0.202540
43-
go.uber.org/zap v1.27.0
43+
go.uber.org/zap v1.27.1
4444
gopkg.in/yaml.v3 v3.0.1
4545
)
4646

@@ -262,7 +262,7 @@ require (
262262
github.com/elastic/elastic-agent-system-metrics v0.13.4 // indirect
263263
github.com/elastic/elastic-transport-go/v8 v8.8.0 // indirect
264264
github.com/elastic/go-concert v0.3.1 // indirect
265-
github.com/elastic/go-docappender/v2 v2.11.3 // indirect
265+
github.com/elastic/go-docappender/v2 v2.12.0 // indirect
266266
github.com/elastic/go-elasticsearch/v8 v8.19.0 // indirect
267267
github.com/elastic/go-freelru v0.16.0 // indirect
268268
github.com/elastic/go-grok v0.3.1 // indirect

internal/edot/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ github.com/elastic/fsnotify v1.6.1-0.20240920222514-49f82bdbc9e3 h1:UyNbxdkQiSfy
431431
github.com/elastic/fsnotify v1.6.1-0.20240920222514-49f82bdbc9e3/go.mod h1:DAsKqylc/16NDcfdk8dN5axVtSOsQwgP2kV+NV5xPDE=
432432
github.com/elastic/go-concert v0.3.1 h1:dqtq2+xA8w7BZunI7j3Hs43CjWod7/nNRD8ByPx4YMs=
433433
github.com/elastic/go-concert v0.3.1/go.mod h1:bQ/sGkdR0I8IdzLuxDcrczc+caloItvAqw23jISl9sQ=
434-
github.com/elastic/go-docappender/v2 v2.11.3 h1:ighjWRnK31Z9pJvSUVPjLfmLg9IK5ZVQyS8eNPPnHJ0=
435-
github.com/elastic/go-docappender/v2 v2.11.3/go.mod h1:psX8ExQqcRM0yliIEhLrXzrIYlXbqHfdt9aGVwPM2IQ=
434+
github.com/elastic/go-docappender/v2 v2.12.0 h1:4H5Ale36xmlSzJ8B4fpjNkvDcihEO22NnOFpJxoR/L0=
435+
github.com/elastic/go-docappender/v2 v2.12.0/go.mod h1:TH6zt+utuXQ8wm+tor0zcrKlZFuLUzXo8UMaSvOhvis=
436436
github.com/elastic/go-elasticsearch/v8 v8.19.0 h1:VmfBLNRORY7RZL+9hTxBD97ehl9H8Nxf2QigDh6HuMU=
437437
github.com/elastic/go-elasticsearch/v8 v8.19.0/go.mod h1:F3j9e+BubmKvzvLjNui/1++nJuJxbkhHefbaT0kFKGY=
438438
github.com/elastic/go-freelru v0.16.0 h1:gG2HJ1WXN2tNl5/p40JS/l59HjvjRhjyAa+oFTRArYs=
@@ -1693,8 +1693,8 @@ go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN8
16931693
go.uber.org/ratelimit v0.3.1 h1:K4qVE+byfv/B3tC+4nYWP7v/6SimcO7HzHekoMNBma0=
16941694
go.uber.org/ratelimit v0.3.1/go.mod h1:6euWsTB6U/Nb3X++xEUXA8ciPJvr19Q/0h1+oDcJhRk=
16951695
go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q=
1696-
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
1697-
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
1696+
go.uber.org/zap v1.27.1 h1:08RqriUEv8+ArZRYSTXy1LeBScaMpVSTBhCeaZYfMYc=
1697+
go.uber.org/zap v1.27.1/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
16981698
go.uber.org/zap/exp v0.3.0 h1:6JYzdifzYkGmTdRR59oYH+Ng7k49H9qVpWwNSsGJj3U=
16991699
go.uber.org/zap/exp v0.3.0/go.mod h1:5I384qq7XGxYyByIhHm6jg5CHkGY0nsTfbDLgDDlgJQ=
17001700
go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=

0 commit comments

Comments
 (0)