Skip to content

Commit

Permalink
Bump gopsutil
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi committed Oct 1, 2021
1 parent f0c49b1 commit b290e5f
Show file tree
Hide file tree
Showing 24 changed files with 37 additions and 23 deletions.
3 changes: 2 additions & 1 deletion exporter/prometheusexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exporter/signalfxexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/splunk v0.36.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchperresourceattr v0.36.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/experimentalmetricmetadata v0.36.0
github.com/shirou/gopsutil v3.21.8+incompatible
github.com/shirou/gopsutil v3.21.9+incompatible
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.2
github.com/signalfx/signalfx-agent/pkg/apm v0.0.0-20201202163743-65b4fa925fc8
github.com/stretchr/testify v1.7.0
Expand Down
3 changes: 2 additions & 1 deletion exporter/signalfxexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/fluentbitextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/davecgh/go-spew v1.1.1
github.com/shirou/gopsutil v3.21.8+incompatible
github.com/shirou/gopsutil v3.21.9+incompatible
github.com/stretchr/testify v1.7.0
github.com/tklauser/go-sysconf v0.3.6 // indirect
go.opentelemetry.io/collector v0.36.1-0.20210930151317-3ec4f1be6001
Expand Down
3 changes: 2 additions & 1 deletion extension/fluentbitextension/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/observer/hostobserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.36.0
github.com/shirou/gopsutil v3.21.8+incompatible
github.com/shirou/gopsutil v3.21.9+incompatible
github.com/stretchr/testify v1.7.0
github.com/tklauser/go-sysconf v0.3.6 // indirect
go.opentelemetry.io/collector v0.36.1-0.20210930151317-3ec4f1be6001
Expand Down
3 changes: 2 additions & 1 deletion extension/observer/hostobserver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ require (
github.com/rs/cors v1.8.0 // indirect
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7.0.20210223165440-c65ae3540d44 // indirect
github.com/shirou/gopsutil v3.21.8+incompatible // indirect
github.com/shirou/gopsutil v3.21.9+incompatible // indirect
github.com/shirou/gopsutil/v3 v3.21.6 // indirect
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.2 // indirect
github.com/signalfx/gohistogram v0.0.0-20160107210732-1ccfd2ff5083 // indirect
Expand Down
3 changes: 2 additions & 1 deletion go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions processor/spanmetricsprocessor/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/awscontainerinsightreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/metrics v0.36.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.36.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/kubelet v0.36.0
github.com/shirou/gopsutil v3.21.8+incompatible
github.com/shirou/gopsutil v3.21.9+incompatible
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector v0.36.1-0.20210930151317-3ec4f1be6001
go.opentelemetry.io/collector/model v0.36.1-0.20210930151317-3ec4f1be6001
Expand Down
3 changes: 2 additions & 1 deletion receiver/awscontainerinsightreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/hostmetricsreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/leoluk/perflib_exporter v0.1.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.36.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/scraperhelper v0.36.0
github.com/shirou/gopsutil v3.21.8+incompatible
github.com/shirou/gopsutil v3.21.9+incompatible
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector v0.36.1-0.20210930151317-3ec4f1be6001
go.opentelemetry.io/collector/model v0.36.1-0.20210930151317-3ec4f1be6001
Expand Down
3 changes: 2 additions & 1 deletion receiver/hostmetricsreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/jmxreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.36.0
github.com/shirou/gopsutil v3.21.8+incompatible
github.com/shirou/gopsutil v3.21.9+incompatible
github.com/stretchr/testify v1.7.0
github.com/testcontainers/testcontainers-go v0.11.1
go.opentelemetry.io/collector v0.36.1-0.20210930151317-3ec4f1be6001
Expand Down
3 changes: 2 additions & 1 deletion receiver/jmxreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion receiver/prometheusexecreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/prometheusreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ require (
github.com/prometheus/statsd_exporter v0.21.0 // indirect
github.com/rs/cors v1.8.0 // indirect
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7.0.20210223165440-c65ae3540d44 // indirect
github.com/shirou/gopsutil v3.21.8+incompatible // indirect
github.com/shirou/gopsutil v3.21.9+incompatible // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/cobra v1.2.1 // indirect
Expand Down
3 changes: 2 additions & 1 deletion receiver/prometheusreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/signalfxreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ require (
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/cors v1.8.0 // indirect
github.com/shirou/gopsutil v3.21.8+incompatible // indirect
github.com/shirou/gopsutil v3.21.9+incompatible // indirect
github.com/signalfx/gohistogram v0.0.0-20160107210732-1ccfd2ff5083 // indirect
github.com/signalfx/golib/v3 v3.3.13 // indirect
github.com/signalfx/sapm-proto v0.4.0 // indirect
Expand Down
3 changes: 2 additions & 1 deletion receiver/signalfxreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion receiver/simpleprometheusreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testbed/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/testbed/mockdatareceivers/mockawsxrayreceiver v0.36.0
github.com/prometheus/common v0.31.1
github.com/prometheus/prometheus v1.8.2-0.20210621150501-ff58416a0b02
github.com/shirou/gopsutil v3.21.8+incompatible
github.com/shirou/gopsutil v3.21.9+incompatible
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector v0.36.1-0.20210930151317-3ec4f1be6001
go.opentelemetry.io/collector/model v0.36.1-0.20210930151317-3ec4f1be6001
Expand Down
3 changes: 2 additions & 1 deletion testbed/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b290e5f

Please sign in to comment.