Skip to content

Commit a693a6e

Browse files
build(deps): bump github.com/elastic/mito from 1.23.0 to 1.24.0 (#11393)
* build(deps): bump github.com/elastic/mito from 1.23.0 to 1.24.0 Bumps [github.com/elastic/mito](https://github.com/elastic/mito) from 1.23.0 to 1.24.0. - [Commits](elastic/mito@v1.23.0...v1.24.0) --- updated-dependencies: - dependency-name: github.com/elastic/mito dependency-version: 1.24.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update EDOT go.mod * Update NOTICE.txt and/or NOTICE-fips.txt --------- 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>
1 parent 04d7469 commit a693a6e

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

NOTICE-fips.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31975,11 +31975,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]/LI
3197531975

3197631976
--------------------------------------------------------------------------------
3197731977
Dependency : github.com/elastic/mito
31978-
Version: v1.23.0
31978+
Version: v1.24.0
3197931979
Licence type (autodetected): Apache-2.0
3198031980
--------------------------------------------------------------------------------
3198131981

31982-
Contents of probable licence file $GOMODCACHE/github.com/elastic/mito@v1.23.0/LICENSE:
31982+
Contents of probable licence file $GOMODCACHE/github.com/elastic/mito@v1.24.0/LICENSE:
3198331983

3198431984

3198531985
Apache License

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33495,11 +33495,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]/LI
3349533495

3349633496
--------------------------------------------------------------------------------
3349733497
Dependency : github.com/elastic/mito
33498-
Version: v1.23.0
33498+
Version: v1.24.0
3349933499
Licence type (autodetected): Apache-2.0
3350033500
--------------------------------------------------------------------------------
3350133501

33502-
Contents of probable licence file $GOMODCACHE/github.com/elastic/mito@v1.23.0/LICENSE:
33502+
Contents of probable licence file $GOMODCACHE/github.com/elastic/mito@v1.24.0/LICENSE:
3350333503

3350433504

3350533505
Apache License

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ require (
306306
github.com/elastic/gokrb5/v8 v8.0.0-20251105095404-23cc45e6a102 // indirect
307307
github.com/elastic/gosigar v0.14.3 // indirect
308308
github.com/elastic/lunes v0.1.0 // indirect
309-
github.com/elastic/mito v1.23.0 // indirect
309+
github.com/elastic/mito v1.24.0 // indirect
310310
github.com/elastic/opentelemetry-collector-components/connector/elasticapmconnector v0.20.0 // indirect
311311
github.com/elastic/opentelemetry-collector-components/connector/profilingmetricsconnector v0.20.0 // indirect
312312
github.com/elastic/opentelemetry-collector-components/extension/apikeyauthextension v0.22.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,8 @@ github.com/elastic/gosigar v0.14.3 h1:xwkKwPia+hSfg9GqrCUKYdId102m9qTJIIr7egmK/u
557557
github.com/elastic/gosigar v0.14.3/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
558558
github.com/elastic/lunes v0.1.0 h1:amRtLPjwkWtzDF/RKzcEPMvSsSseLDLW+bnhfNSLRe4=
559559
github.com/elastic/lunes v0.1.0/go.mod h1:xGphYIt3XdZRtyWosHQTErsQTd4OP1p9wsbVoHelrd4=
560-
github.com/elastic/mito v1.23.0 h1:V9wS2EWpKWibLP+0WE2CXr4J/Mt/IPj1G+zf/ELNp/I=
561-
github.com/elastic/mito v1.23.0/go.mod h1:h1V+8B62+DXsu0TstJkjsTh5ewJIDJlwzxPkP3HBM9s=
560+
github.com/elastic/mito v1.24.0 h1:JFviWHsJOepVuIgARirMwe9My/NXkEht5c/j0KptrRM=
561+
github.com/elastic/mito v1.24.0/go.mod h1:h1V+8B62+DXsu0TstJkjsTh5ewJIDJlwzxPkP3HBM9s=
562562
github.com/elastic/mock-es v0.0.0-20250530054253-8c3b6053f9b6 h1:JVNuBrmOoqLJgp9o68YBMnOrXCzQI3mCppW+suwRSlw=
563563
github.com/elastic/mock-es v0.0.0-20250530054253-8c3b6053f9b6/go.mod h1:cXqWcLnmu5y4QveTb2hjk7rgzkHMuZsqeXtbJpNAcu0=
564564
github.com/elastic/opentelemetry-collector-components/connector/elasticapmconnector v0.20.0 h1:UXuHrl76EUHn+PIVEiVFqdGKZwzNLLfhnoBKfmuxSrk=

internal/edot/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ require (
295295
github.com/elastic/gokrb5/v8 v8.0.0-20251105095404-23cc45e6a102 // indirect
296296
github.com/elastic/gosigar v0.14.3 // indirect
297297
github.com/elastic/lunes v0.1.0 // indirect
298-
github.com/elastic/mito v1.23.0 // indirect
298+
github.com/elastic/mito v1.24.0 // indirect
299299
github.com/elastic/opentelemetry-collector-components/internal/sharedcomponent v0.0.0-20251113000200-a6f7cddc8520 // indirect
300300
github.com/elastic/opentelemetry-collector-components/processor/lsmintervalprocessor v0.20.0 // indirect
301301
github.com/elastic/opentelemetry-lib v0.26.0 // indirect

internal/edot/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,8 @@ github.com/elastic/gosigar v0.14.3 h1:xwkKwPia+hSfg9GqrCUKYdId102m9qTJIIr7egmK/u
482482
github.com/elastic/gosigar v0.14.3/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
483483
github.com/elastic/lunes v0.1.0 h1:amRtLPjwkWtzDF/RKzcEPMvSsSseLDLW+bnhfNSLRe4=
484484
github.com/elastic/lunes v0.1.0/go.mod h1:xGphYIt3XdZRtyWosHQTErsQTd4OP1p9wsbVoHelrd4=
485-
github.com/elastic/mito v1.23.0 h1:V9wS2EWpKWibLP+0WE2CXr4J/Mt/IPj1G+zf/ELNp/I=
486-
github.com/elastic/mito v1.23.0/go.mod h1:h1V+8B62+DXsu0TstJkjsTh5ewJIDJlwzxPkP3HBM9s=
485+
github.com/elastic/mito v1.24.0 h1:JFviWHsJOepVuIgARirMwe9My/NXkEht5c/j0KptrRM=
486+
github.com/elastic/mito v1.24.0/go.mod h1:h1V+8B62+DXsu0TstJkjsTh5ewJIDJlwzxPkP3HBM9s=
487487
github.com/elastic/mock-es v0.0.0-20250530054253-8c3b6053f9b6 h1:JVNuBrmOoqLJgp9o68YBMnOrXCzQI3mCppW+suwRSlw=
488488
github.com/elastic/mock-es v0.0.0-20250530054253-8c3b6053f9b6/go.mod h1:cXqWcLnmu5y4QveTb2hjk7rgzkHMuZsqeXtbJpNAcu0=
489489
github.com/elastic/opentelemetry-collector-components/connector/elasticapmconnector v0.20.0 h1:UXuHrl76EUHn+PIVEiVFqdGKZwzNLLfhnoBKfmuxSrk=

0 commit comments

Comments
 (0)