Skip to content

Commit 32ab3f1

Browse files
fix(deps): update module github.com/shirou/gopsutil/v3 to v3.23.11 (#29647)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/shirou/gopsutil/v3](https://togithub.com/shirou/gopsutil) | require | patch | `v3.23.10` -> `v3.23.11` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>shirou/gopsutil (github.com/shirou/gopsutil/v3)</summary> ### [`v3.23.11`](https://togithub.com/shirou/gopsutil/releases/tag/v3.23.11) [Compare Source](https://togithub.com/shirou/gopsutil/compare/v3.23.10...v3.23.11) <!-- Release notes generated using configuration in .github/release.yml at v3.23.11 --> #### What's Changed ##### process - feat: use lsof for net_connections on FreeBSD by [@&#8203;wolf31o2](https://togithub.com/wolf31o2) in [https://github.com/shirou/gopsutil/pull/1551](https://togithub.com/shirou/gopsutil/pull/1551) #### New Contributors - [@&#8203;wolf31o2](https://togithub.com/wolf31o2) made their first contribution in [https://github.com/shirou/gopsutil/pull/1551](https://togithub.com/shirou/gopsutil/pull/1551) **Full Changelog**: shirou/gopsutil@v3.23.10...v3.23.11 </details> --- ### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 28791a5 commit 32ab3f1

File tree

28 files changed

+45
-59
lines changed

28 files changed

+45
-59
lines changed

cmd/configschema/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ require (
577577
github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 // indirect
578578
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
579579
github.com/segmentio/asm v1.2.0 // indirect
580-
github.com/shirou/gopsutil/v3 v3.23.10 // indirect
580+
github.com/shirou/gopsutil/v3 v3.23.11 // indirect
581581
github.com/shopspring/decimal v1.3.1 // indirect
582582
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.3 // indirect
583583
github.com/signalfx/sapm-proto v0.13.0 // indirect

cmd/configschema/go.sum

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/otelcontribcol/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ require (
596596
github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 // indirect
597597
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
598598
github.com/segmentio/asm v1.2.0 // indirect
599-
github.com/shirou/gopsutil/v3 v3.23.10 // indirect
599+
github.com/shirou/gopsutil/v3 v3.23.11 // indirect
600600
github.com/shoenig/go-m1cpu v0.1.6 // indirect
601601
github.com/shopspring/decimal v1.3.1 // indirect
602602
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.3 // indirect

cmd/otelcontribcol/go.sum

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/oteltestbedcol/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ require (
202202
github.com/prometheus/statsd_exporter v0.22.7 // indirect
203203
github.com/rs/cors v1.10.1 // indirect
204204
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.21 // indirect
205-
github.com/shirou/gopsutil/v3 v3.23.10 // indirect
205+
github.com/shirou/gopsutil/v3 v3.23.11 // indirect
206206
github.com/shoenig/go-m1cpu v0.1.6 // indirect
207207
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.3 // indirect
208208
github.com/signalfx/sapm-proto v0.13.0 // indirect

cmd/oteltestbedcol/go.sum

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/datadogexporter/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ require (
164164
github.com/prometheus/statsd_exporter v0.22.7 // indirect
165165
github.com/rs/cors v1.10.1 // indirect
166166
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
167-
github.com/shirou/gopsutil/v3 v3.23.10 // indirect
167+
github.com/shirou/gopsutil/v3 v3.23.11 // indirect
168168
github.com/shoenig/go-m1cpu v0.1.6 // indirect
169169
github.com/spf13/cobra v1.8.0 // indirect
170170
github.com/spf13/pflag v1.0.5 // indirect

exporter/datadogexporter/go.sum

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/datadogexporter/integrationtest/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ require (
136136
github.com/prometheus/statsd_exporter v0.22.7 // indirect
137137
github.com/rs/cors v1.10.1 // indirect
138138
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
139-
github.com/shirou/gopsutil/v3 v3.23.10 // indirect
139+
github.com/shirou/gopsutil/v3 v3.23.11 // indirect
140140
github.com/shoenig/go-m1cpu v0.1.6 // indirect
141141
github.com/spf13/cobra v1.8.0 // indirect
142142
github.com/spf13/pflag v1.0.5 // indirect

exporter/datadogexporter/integrationtest/go.sum

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/signalfxexporter/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/experimentalmetricmetadata v0.90.1
1414
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.90.1
1515
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/signalfx v0.90.1
16-
github.com/shirou/gopsutil/v3 v3.23.10
16+
github.com/shirou/gopsutil/v3 v3.23.11
1717
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.3
1818
github.com/stretchr/testify v1.8.4
1919
go.opentelemetry.io/collector/component v0.90.2-0.20231201205146-6e2fdc755b34

exporter/signalfxexporter/go.sum

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/observer/hostobserver/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.90.1
7-
github.com/shirou/gopsutil/v3 v3.23.10
7+
github.com/shirou/gopsutil/v3 v3.23.11
88
github.com/stretchr/testify v1.8.4
99
go.opentelemetry.io/collector/component v0.90.2-0.20231201205146-6e2fdc755b34
1010
go.opentelemetry.io/collector/confmap v0.90.2-0.20231201205146-6e2fdc755b34
@@ -39,7 +39,7 @@ require (
3939
go.opentelemetry.io/otel/trace v1.21.0 // indirect
4040
go.uber.org/multierr v1.11.0 // indirect
4141
golang.org/x/net v0.18.0 // indirect
42-
golang.org/x/sys v0.14.0 // indirect
42+
golang.org/x/sys v0.15.0 // indirect
4343
golang.org/x/text v0.14.0 // indirect
4444
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
4545
google.golang.org/grpc v1.59.0 // indirect

extension/observer/hostobserver/go.sum

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ require (
580580
github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 // indirect
581581
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
582582
github.com/segmentio/asm v1.2.0 // indirect
583-
github.com/shirou/gopsutil/v3 v3.23.10 // indirect
583+
github.com/shirou/gopsutil/v3 v3.23.11 // indirect
584584
github.com/shoenig/go-m1cpu v0.1.6 // indirect
585585
github.com/shopspring/decimal v1.3.1 // indirect
586586
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.3 // indirect

go.sum

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

processor/resourcedetectionprocessor/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.90.1
1313
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.90.1
1414
github.com/open-telemetry/opentelemetry-collector-contrib/internal/metadataproviders v0.90.1
15-
github.com/shirou/gopsutil/v3 v3.23.10
15+
github.com/shirou/gopsutil/v3 v3.23.11
1616
github.com/stretchr/testify v1.8.4
1717
go.opentelemetry.io/collector/component v0.90.2-0.20231201205146-6e2fdc755b34
1818
go.opentelemetry.io/collector/config/confighttp v0.90.2-0.20231201205146-6e2fdc755b34

0 commit comments

Comments
 (0)