Skip to content

Commit 31f0b9b

Browse files
committed
update google cloud log entry encoding extension to v0.140.1
1 parent 2bab40d commit 31f0b9b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

go.mod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,3 @@ replace github.com/cilium/ebpf => github.com/cilium/ebpf v0.11.0
10741074
// Keep at v0.132.0 since the Routing processor was removed in v0.133.0
10751075
// Linear ticket tracking deprecation: https://linear.app/bindplane/issue/BPOP-3999/deprecation-routing-processor-v01330
10761076
replace github.com/open-telemetry/opentelemetry-collector-contrib/processor/routingprocessor => github.com/open-telemetry/opentelemetry-collector-contrib/processor/routingprocessor v0.132.0
1077-
1078-
// Keep at v0.137.0 to avoid new breaking changes in the Google Cloud Log Entry Encoding Extension
1079-
// Linear ticket tracking deprecation: https://linear.app/bindplane/issue/FLEET-235/deprecation-googlecloudlogentry-encoding-extension-v01380-vpc-flow
1080-
replace github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/googlecloudlogentryencodingextension => github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/googlecloudlogentryencodingextension v0.137.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,8 +2108,8 @@ github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/avr
21082108
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/avrologencodingextension v0.140.1/go.mod h1:IuOuXoTlqV1+50YxjzJ+MhXKAD17cvUPf7qxlMwVGAM=
21092109
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/awscloudwatchmetricstreamsencodingextension v0.140.1 h1:2K0Cx8v1Cgnx1QPaKefI+ReY53XjJJxteLjXpCfDves=
21102110
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/awscloudwatchmetricstreamsencodingextension v0.140.1/go.mod h1:rQ+aLfkpOyn8R4W2DVsNXns3Q7dC97SOIdHkC1UwcVU=
2111-
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/googlecloudlogentryencodingextension v0.137.0 h1:hNve/uWuuP5SrObV6uaqu/wecLqDeH6rQlDLLYXZ3PE=
2112-
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/googlecloudlogentryencodingextension v0.137.0/go.mod h1:T4i6ThCK530CaK7TwI0JJRr0DRSVoHABf8+T7Mk/Qnk=
2111+
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/googlecloudlogentryencodingextension v0.140.1 h1:P0GSLSY0VUHv58MILIHWFbB6YlHRUMhp3TsXKP+5fPo=
2112+
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/googlecloudlogentryencodingextension v0.140.1/go.mod h1:I5MwA/fwvLVMze3JlWRvmP9Re+qcteRANnboy24AYR8=
21132113
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/jsonlogencodingextension v0.140.1 h1:5JSdU2uxHnB9rrd7wJWoU2EZ+Eooj28gSKF3hzcBfNE=
21142114
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/jsonlogencodingextension v0.140.1/go.mod h1:ZpOS3v1opcG/czWDu5irptfom4uvjHDqA8j66zVKyhY=
21152115
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/otlpencodingextension v0.140.1 h1:nFWLFRT7wpHe83GJZRe6KT1zkEvPL8ySM96OoTY2YAc=

0 commit comments

Comments
 (0)