File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.26.1
44
55tool go.opentelemetry.io/collector/cmd/builder
66
7- require go.opentelemetry.io/collector/cmd/builder v0.146.1 // indirect
7+ require go.opentelemetry.io/collector/cmd/builder v0.147.0 // indirect
88
99require (
1010 github.com/fsnotify/fsnotify v1.9.0 // indirect
@@ -24,5 +24,5 @@ require (
2424 go.uber.org/zap v1.27.1 // indirect
2525 go.yaml.in/yaml/v3 v3.0.4 // indirect
2626 golang.org/x/mod v0.33.0 // indirect
27- golang.org/x/sys v0.36 .0 // indirect
27+ golang.org/x/sys v0.41 .0 // indirect
2828)
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
4141github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
4242go.opentelemetry.io/collector/cmd/builder v0.146.1 h1:IvSyI+6UIViw0z5qTHPRHrEzQhuqtrk/EjDbSrrwsGM =
4343go.opentelemetry.io/collector/cmd/builder v0.146.1 /go.mod h1:gPTqFF5uAF3OnrFjwRN4JwROK0Rg+LjIc1Fh0C+ci/4 =
44+ go.opentelemetry.io/collector/cmd/builder v0.147.0 /go.mod h1:oP+JvKxz7BWGPQUPa/AmoIamZvk6kQtz8XHBJVuy3h4 =
4445go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto =
4546go.uber.org/goleak v1.3.0 /go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE =
4647go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0 =
@@ -53,6 +54,7 @@ golang.org/x/mod v0.33.0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8=
5354golang.org/x/mod v0.33.0 /go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w =
5455golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k =
5556golang.org/x/sys v0.36.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
57+ golang.org/x/sys v0.41.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
5658gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
5759gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
5860gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c /go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q =
You can’t perform that action at this time.
0 commit comments