Skip to content

Commit dab8240

Browse files
committed
push error
1 parent 2d5e7c8 commit dab8240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ require (
3939
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver v0.141.0
4040
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/tcplogreceiver v0.141.0
4141
github.com/open-telemetry/opentelemetry-collector-contrib/testbed v0.141.0
42+
github.com/pkg/errors v0.9.1
4243
github.com/prometheus/client_model v0.6.2
4344
github.com/prometheus/common v0.67.4
4445
github.com/shirou/gopsutil/v4 v4.25.11
@@ -250,7 +251,6 @@ require (
250251
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
251252
github.com/pierrec/lz4/v4 v4.1.22 // indirect
252253
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
253-
github.com/pkg/errors v0.9.1 // indirect
254254
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
255255
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
256256
github.com/prometheus/otlptranslator v1.0.0 // indirect

0 commit comments

Comments
 (0)