Skip to content

Commit 3898a7c

Browse files
renovate[bot]opentelemetrybotsongy23
authored
fix(deps): update module github.com/splunk/stef/go/pkg to v0.0.5 (#39532)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/splunk/stef/go/pkg](https://redirect.github.com/splunk/stef) | `v0.0.4` -> `v0.0.5` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsplunk%2fstef%2fgo%2fpkg/v0.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsplunk%2fstef%2fgo%2fpkg/v0.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsplunk%2fstef%2fgo%2fpkg/v0.0.4/v0.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsplunk%2fstef%2fgo%2fpkg/v0.0.4/v0.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>splunk/stef (github.com/splunk/stef/go/pkg)</summary> ### [`v0.0.5`](https://redirect.github.com/splunk/stef/releases/tag/v0.0.5) [Compare Source](https://redirect.github.com/splunk/stef/compare/v0.0.4...v0.0.5) #### What's Changed - Generating enums from IDL by [@&#8203;tigrannajaryan](https://redirect.github.com/tigrannajaryan) in [https://github.com/splunk/stef/pull/56](https://redirect.github.com/splunk/stef/pull/56) - Add basic STEF receiver implementation by [@&#8203;tigrannajaryan](https://redirect.github.com/tigrannajaryan) in [https://github.com/splunk/stef/pull/50](https://redirect.github.com/splunk/stef/pull/50) - Add ability to indicate bad record in gRPC responses by [@&#8203;tigrannajaryan](https://redirect.github.com/tigrannajaryan) in [https://github.com/splunk/stef/pull/59](https://redirect.github.com/splunk/stef/pull/59) **Full Changelog**: splunk/stef@v0.0.4...v0.0.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 6fbdd7c commit 3898a7c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

exporter/stefexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/splunk/stef/go/grpc v0.0.4
88
github.com/splunk/stef/go/otel v0.0.4
99
github.com/splunk/stef/go/pdata v0.0.4
10-
github.com/splunk/stef/go/pkg v0.0.4
10+
github.com/splunk/stef/go/pkg v0.0.5
1111
github.com/stretchr/testify v1.10.0
1212
go.opentelemetry.io/collector/component v1.30.0
1313
go.opentelemetry.io/collector/component/componenttest v0.124.0

exporter/stefexporter/go.sum

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

receiver/stefreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/modern-go/reflect2 v1.0.2 // indirect
5151
github.com/mostynb/go-grpc-compression v1.2.3 // indirect
5252
github.com/pmezard/go-difflib v1.0.0 // indirect
53-
github.com/splunk/stef/go/pkg v0.0.5-0.20250328192643-20ae67012e0c // indirect
53+
github.com/splunk/stef/go/pkg v0.0.5 // indirect
5454
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
5555
go.opentelemetry.io/collector/client v1.30.0 // indirect
5656
go.opentelemetry.io/collector/config/configauth v0.124.0 // indirect

receiver/stefreceiver/go.sum

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

0 commit comments

Comments
 (0)