Skip to content

Commit e2fb4ef

Browse files
fix(deps): update module github.com/sijms/go-ora/v2 to v2.8.9 (#31327)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/sijms/go-ora/v2](https://togithub.com/sijms/go-ora) | `v2.8.8` -> `v2.8.9` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsijms%2fgo-ora%2fv2/v2.8.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsijms%2fgo-ora%2fv2/v2.8.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsijms%2fgo-ora%2fv2/v2.8.8/v2.8.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsijms%2fgo-ora%2fv2/v2.8.8/v2.8.9?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>sijms/go-ora (github.com/sijms/go-ora/v2)</summary> ### [`v2.8.9`](https://togithub.com/sijms/go-ora/releases/tag/v2.8.9): : fix timeout issue [Compare Source](https://togithub.com/sijms/go-ora/compare/v2.8.8...v2.8.9) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 8d25ceb commit e2fb4ef

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ require (
578578
github.com/shopspring/decimal v1.3.1 // indirect
579579
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.3 // indirect
580580
github.com/signalfx/sapm-proto v0.14.0 // indirect
581-
github.com/sijms/go-ora/v2 v2.8.8 // indirect
581+
github.com/sijms/go-ora/v2 v2.8.9 // indirect
582582
github.com/sirupsen/logrus v1.9.3 // indirect
583583
github.com/snowflakedb/gosnowflake v1.8.0 // indirect
584584
github.com/soheilhy/cmux v0.1.5 // indirect

cmd/configschema/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.

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ require (
610610
github.com/shopspring/decimal v1.3.1 // indirect
611611
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.3 // indirect
612612
github.com/signalfx/sapm-proto v0.14.0 // indirect
613-
github.com/sijms/go-ora/v2 v2.8.8 // indirect
613+
github.com/sijms/go-ora/v2 v2.8.9 // indirect
614614
github.com/sirupsen/logrus v1.9.3 // indirect
615615
github.com/snowflakedb/gosnowflake v1.8.0 // indirect
616616
github.com/soheilhy/cmux v0.1.5 // indirect

cmd/otelcontribcol/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.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ require (
579579
github.com/shopspring/decimal v1.3.1 // indirect
580580
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.3 // indirect
581581
github.com/signalfx/sapm-proto v0.14.0 // indirect
582-
github.com/sijms/go-ora/v2 v2.8.8 // indirect
582+
github.com/sijms/go-ora/v2 v2.8.9 // indirect
583583
github.com/sirupsen/logrus v1.9.3 // indirect
584584
github.com/snowflakedb/gosnowflake v1.8.0 // indirect
585585
github.com/soheilhy/cmux v0.1.5 // indirect

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.

internal/sqlquery/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/go-sql-driver/mysql v1.8.0
88
github.com/lib/pq v1.10.9
99
github.com/microsoft/go-mssqldb v1.7.0
10-
github.com/sijms/go-ora/v2 v2.8.8
10+
github.com/sijms/go-ora/v2 v2.8.9
1111
github.com/snowflakedb/gosnowflake v1.8.0
1212
github.com/stretchr/testify v1.9.0
1313
go.opentelemetry.io/collector/component v0.96.1-0.20240306115632-b2693620eff6

internal/sqlquery/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/oracledbreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/google/go-cmp v0.6.0
7-
github.com/sijms/go-ora/v2 v2.8.8
7+
github.com/sijms/go-ora/v2 v2.8.9
88
github.com/stretchr/testify v1.9.0
99
go.opentelemetry.io/collector/component v0.96.1-0.20240306115632-b2693620eff6
1010
go.opentelemetry.io/collector/confmap v0.96.1-0.20240306115632-b2693620eff6

receiver/oracledbreceiver/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)