Skip to content

Commit adbc140

Browse files
build(deps): bump github.com/elastic/mito from 1.23.0 to 1.24.0 (#11393) (#11407)
* 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 ... * Update EDOT go.mod * Update NOTICE.txt and/or NOTICE-fips.txt --------- (cherry picked from commit a693a6e) 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 989a3b6 commit adbc140

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
@@ -30500,11 +30500,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]/LI
3050030500

3050130501
--------------------------------------------------------------------------------
3050230502
Dependency : github.com/elastic/mito
30503-
Version: v1.23.0
30503+
Version: v1.24.0
3050430504
Licence type (autodetected): Apache-2.0
3050530505
--------------------------------------------------------------------------------
3050630506

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

3050930509

3051030510
Apache License

NOTICE.txt

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

3202132021
--------------------------------------------------------------------------------
3202232022
Dependency : github.com/elastic/mito
32023-
Version: v1.23.0
32023+
Version: v1.24.0
3202432024
Licence type (autodetected): Apache-2.0
3202532025
--------------------------------------------------------------------------------
3202632026

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

3202932029

3203032030
Apache License

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ require (
299299
github.com/elastic/gokrb5/v8 v8.0.0-20251105095404-23cc45e6a102 // indirect
300300
github.com/elastic/gosigar v0.14.3 // indirect
301301
github.com/elastic/lunes v0.1.0 // indirect
302-
github.com/elastic/mito v1.23.0 // indirect
302+
github.com/elastic/mito v1.24.0 // indirect
303303
github.com/elastic/opentelemetry-collector-components/connector/elasticapmconnector v0.20.0 // indirect
304304
github.com/elastic/opentelemetry-collector-components/extension/apikeyauthextension v0.22.0 // indirect
305305
github.com/elastic/opentelemetry-collector-components/extension/apmconfigextension v0.20.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ github.com/elastic/gosigar v0.14.3 h1:xwkKwPia+hSfg9GqrCUKYdId102m9qTJIIr7egmK/u
542542
github.com/elastic/gosigar v0.14.3/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
543543
github.com/elastic/lunes v0.1.0 h1:amRtLPjwkWtzDF/RKzcEPMvSsSseLDLW+bnhfNSLRe4=
544544
github.com/elastic/lunes v0.1.0/go.mod h1:xGphYIt3XdZRtyWosHQTErsQTd4OP1p9wsbVoHelrd4=
545-
github.com/elastic/mito v1.23.0 h1:V9wS2EWpKWibLP+0WE2CXr4J/Mt/IPj1G+zf/ELNp/I=
546-
github.com/elastic/mito v1.23.0/go.mod h1:h1V+8B62+DXsu0TstJkjsTh5ewJIDJlwzxPkP3HBM9s=
545+
github.com/elastic/mito v1.24.0 h1:JFviWHsJOepVuIgARirMwe9My/NXkEht5c/j0KptrRM=
546+
github.com/elastic/mito v1.24.0/go.mod h1:h1V+8B62+DXsu0TstJkjsTh5ewJIDJlwzxPkP3HBM9s=
547547
github.com/elastic/mock-es v0.0.0-20250530054253-8c3b6053f9b6 h1:JVNuBrmOoqLJgp9o68YBMnOrXCzQI3mCppW+suwRSlw=
548548
github.com/elastic/mock-es v0.0.0-20250530054253-8c3b6053f9b6/go.mod h1:cXqWcLnmu5y4QveTb2hjk7rgzkHMuZsqeXtbJpNAcu0=
549549
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
@@ -277,7 +277,7 @@ require (
277277
github.com/elastic/gokrb5/v8 v8.0.0-20251105095404-23cc45e6a102 // indirect
278278
github.com/elastic/gosigar v0.14.3 // indirect
279279
github.com/elastic/lunes v0.1.0 // indirect
280-
github.com/elastic/mito v1.23.0 // indirect
280+
github.com/elastic/mito v1.24.0 // indirect
281281
github.com/elastic/opentelemetry-collector-components/internal/sharedcomponent v0.0.0-20251113000200-a6f7cddc8520 // indirect
282282
github.com/elastic/opentelemetry-collector-components/processor/lsmintervalprocessor v0.20.0 // indirect
283283
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
@@ -465,8 +465,8 @@ github.com/elastic/gosigar v0.14.3 h1:xwkKwPia+hSfg9GqrCUKYdId102m9qTJIIr7egmK/u
465465
github.com/elastic/gosigar v0.14.3/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
466466
github.com/elastic/lunes v0.1.0 h1:amRtLPjwkWtzDF/RKzcEPMvSsSseLDLW+bnhfNSLRe4=
467467
github.com/elastic/lunes v0.1.0/go.mod h1:xGphYIt3XdZRtyWosHQTErsQTd4OP1p9wsbVoHelrd4=
468-
github.com/elastic/mito v1.23.0 h1:V9wS2EWpKWibLP+0WE2CXr4J/Mt/IPj1G+zf/ELNp/I=
469-
github.com/elastic/mito v1.23.0/go.mod h1:h1V+8B62+DXsu0TstJkjsTh5ewJIDJlwzxPkP3HBM9s=
468+
github.com/elastic/mito v1.24.0 h1:JFviWHsJOepVuIgARirMwe9My/NXkEht5c/j0KptrRM=
469+
github.com/elastic/mito v1.24.0/go.mod h1:h1V+8B62+DXsu0TstJkjsTh5ewJIDJlwzxPkP3HBM9s=
470470
github.com/elastic/mock-es v0.0.0-20250530054253-8c3b6053f9b6 h1:JVNuBrmOoqLJgp9o68YBMnOrXCzQI3mCppW+suwRSlw=
471471
github.com/elastic/mock-es v0.0.0-20250530054253-8c3b6053f9b6/go.mod h1:cXqWcLnmu5y4QveTb2hjk7rgzkHMuZsqeXtbJpNAcu0=
472472
github.com/elastic/opentelemetry-collector-components/connector/elasticapmconnector v0.20.0 h1:UXuHrl76EUHn+PIVEiVFqdGKZwzNLLfhnoBKfmuxSrk=

0 commit comments

Comments
 (0)