Skip to content

Commit ea29c70

Browse files
committed
[OTAGENT-729] bump otel to 0.142.0
1 parent ad80701 commit ea29c70

File tree

156 files changed

+3996
-3818
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+3996
-3818
lines changed

LICENSE-3rdparty.csv

Lines changed: 25 additions & 6 deletions
Large diffs are not rendered by default.

comp/core/agenttelemetry/fx/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ require (
8787
github.com/shirou/gopsutil/v4 v4.25.11 // indirect
8888
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
8989
github.com/spf13/cast v1.10.0 // indirect
90-
github.com/spf13/cobra v1.10.1 // indirect
90+
github.com/spf13/cobra v1.10.2 // indirect
9191
github.com/spf13/jwalterweatherman v1.1.0 // indirect
9292
github.com/spf13/pflag v1.0.10 // indirect
9393
github.com/stretchr/testify v1.11.1 // indirect

comp/core/agenttelemetry/fx/go.sum

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

comp/core/agenttelemetry/impl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ require (
9393
github.com/shirou/gopsutil/v4 v4.25.11 // indirect
9494
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
9595
github.com/spf13/cast v1.10.0 // indirect
96-
github.com/spf13/cobra v1.10.1 // indirect
96+
github.com/spf13/cobra v1.10.2 // indirect
9797
github.com/spf13/jwalterweatherman v1.1.0 // indirect
9898
github.com/spf13/pflag v1.0.10 // indirect
9999
github.com/stretchr/objx v0.5.2 // indirect

comp/core/agenttelemetry/impl/go.sum

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

comp/core/config/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ require (
6565
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
6666
github.com/shirou/gopsutil/v4 v4.25.11 // indirect
6767
github.com/spf13/cast v1.10.0 // indirect
68-
github.com/spf13/cobra v1.10.1 // indirect
68+
github.com/spf13/cobra v1.10.2 // indirect
6969
github.com/spf13/jwalterweatherman v1.1.0 // indirect
7070
github.com/spf13/pflag v1.0.10 // indirect
7171
github.com/tklauser/go-sysconf v0.3.16 // indirect

comp/core/config/go.sum

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

comp/core/configsync/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ require (
8282
github.com/prometheus/procfs v0.19.2 // indirect
8383
github.com/shirou/gopsutil/v4 v4.25.11 // indirect
8484
github.com/spf13/cast v1.10.0 // indirect
85-
github.com/spf13/cobra v1.10.1 // indirect
85+
github.com/spf13/cobra v1.10.2 // indirect
8686
github.com/spf13/jwalterweatherman v1.1.0 // indirect
8787
github.com/spf13/pflag v1.0.10 // indirect
8888
github.com/tklauser/go-sysconf v0.3.16 // indirect

comp/core/configsync/go.sum

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

comp/core/hostname/hostnameinterface/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1515
github.com/inconshreveable/mousetrap v1.1.0 // indirect
1616
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
17-
github.com/spf13/cobra v1.10.1 // indirect
17+
github.com/spf13/cobra v1.10.2 // indirect
1818
github.com/spf13/pflag v1.0.10 // indirect
1919
go.uber.org/dig v1.19.0 // indirect
2020
go.uber.org/multierr v1.11.0 // indirect

0 commit comments

Comments
 (0)