Skip to content

Commit 241c2a9

Browse files
chore(deps): update github.com/lufia/plan9stats digest to 9fd1530 (#14362)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/lufia/plan9stats](https://redirect.github.com/lufia/plan9stats) | indirect | digest | `39d0f17` → `9fd1530` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bb1467 commit 241c2a9

File tree

16 files changed

+24
-40
lines changed

16 files changed

+24
-40
lines changed

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ require (
5959
github.com/knadh/koanf/maps v0.1.2 // indirect
6060
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
6161
github.com/knadh/koanf/v2 v2.3.0 // indirect
62-
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
62+
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
6363
github.com/mitchellh/copystructure v1.2.0 // indirect
6464
github.com/mitchellh/reflectwalk v1.0.2 // indirect
6565
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect

cmd/otelcorecol/go.sum

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

extension/memorylimiterextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/knadh/koanf/maps v0.1.2 // indirect
3232
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
3333
github.com/knadh/koanf/v2 v2.3.0 // indirect
34-
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
34+
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
3535
github.com/mitchellh/copystructure v1.2.0 // indirect
3636
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3737
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect

extension/memorylimiterextension/go.sum

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

internal/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ require (
7878
github.com/knadh/koanf/maps v0.1.2 // indirect
7979
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
8080
github.com/knadh/koanf/v2 v2.3.0 // indirect
81-
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
81+
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
8282
github.com/mitchellh/copystructure v1.2.0 // indirect
8383
github.com/mitchellh/reflectwalk v1.0.2 // indirect
8484
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect

internal/e2e/go.sum

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

internal/memorylimiter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/knadh/koanf/maps v0.1.2 // indirect
2424
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
2525
github.com/knadh/koanf/v2 v2.3.0 // indirect
26-
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
26+
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
2727
github.com/mitchellh/copystructure v1.2.0 // indirect
2828
github.com/mitchellh/reflectwalk v1.0.2 // indirect
2929
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect

internal/memorylimiter/go.sum

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

otelcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757
github.com/knadh/koanf/maps v0.1.2 // indirect
5858
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
5959
github.com/knadh/koanf/v2 v2.3.0 // indirect
60-
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
60+
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
6161
github.com/mitchellh/copystructure v1.2.0 // indirect
6262
github.com/mitchellh/reflectwalk v1.0.2 // indirect
6363
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect

otelcol/go.sum

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

0 commit comments

Comments
 (0)