Skip to content

Commit 95c3d66

Browse files
committed
update
1 parent 82b7b64 commit 95c3d66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ replace (
4545
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awscontainerinsightskueuereceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awscontainerinsightskueuereceiver v0.0.0-20250313160903-790751417220
4646
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsxrayreceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsxrayreceiver v0.0.0-20250313160903-790751417220
4747
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jmxreceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/jmxreceiver v0.0.0-20250313160903-790751417220
48-
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.0.0-20250318055106-4ce426c98525
48+
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.0.0-20250318062030-d8e4a5ecb4ab
4949
)
5050

5151
// Temporary fix, pending PR https://github.com/shirou/gopsutil/pull/957

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsxrayr
232232
github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsxrayreceiver v0.0.0-20250313160903-790751417220/go.mod h1:BD+tS0/kaanAgD/slvuEMoXOnKD1mqWQwPD4nPyeoI8=
233233
github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/jmxreceiver v0.0.0-20250313160903-790751417220 h1:jVtHzKwSg/lt9GjkS2xbHQ/un2/Tgvcitar0WdnKYJM=
234234
github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/jmxreceiver v0.0.0-20250313160903-790751417220/go.mod h1:yjmFxatKvpGO4X9MTqeIcoWkSKykjFH+83VpNhWlUN0=
235-
github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.0.0-20250318055106-4ce426c98525 h1:KLEIevoDQY/TgsuzyV4oZBisItyAx6ahCrNbCLXufdM=
236-
github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.0.0-20250318055106-4ce426c98525/go.mod h1:x4hCznyUolxGt5cE/uXWRCckdIDrUYqH5hJddvdKZd4=
235+
github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.0.0-20250318062030-d8e4a5ecb4ab h1:Sx7Y6sMIyAOnowdMTsXIs9Psl1aJo3lNBwROdwlhkmU=
236+
github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.0.0-20250318062030-d8e4a5ecb4ab/go.mod h1:x4hCznyUolxGt5cE/uXWRCckdIDrUYqH5hJddvdKZd4=
237237
github.com/amir/raidman v0.0.0-20170415203553-1ccc43bfb9c9 h1:FXrPTd8Rdlc94dKccl7KPmdmIbVh/OjelJ8/vgMRzcQ=
238238
github.com/amir/raidman v0.0.0-20170415203553-1ccc43bfb9c9/go.mod h1:eliMa/PW+RDr2QLWRmLH1R1ZA4RInpmvOzDDXtaIZkc=
239239
github.com/andybalholm/brotli v1.0.5 h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs=

0 commit comments

Comments
 (0)