Skip to content

Commit ac84d1e

Browse files
renovate[bot]opentelemetrybot
authored andcommitted
fix(deps): update module github.com/denisenkom/go-mssqldb to v0.12.3 (open-telemetry#29420)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/denisenkom/go-mssqldb](https://togithub.com/denisenkom/go-mssqldb) | require | patch | `v0.12.2` -> `v0.12.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>denisenkom/go-mssqldb (github.com/denisenkom/go-mssqldb)</summary> ### [`v0.12.3`](https://togithub.com/denisenkom/go-mssqldb/compare/v0.12.2...v0.12.3) [Compare Source](https://togithub.com/denisenkom/go-mssqldb/compare/v0.12.2...v0.12.3) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 2eab403 commit ac84d1e

File tree

8 files changed

+15
-12
lines changed

8 files changed

+15
-12
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ require (
304304
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
305305
github.com/danieljoos/wincred v1.1.2 // indirect
306306
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
307-
github.com/denisenkom/go-mssqldb v0.12.2 // indirect
307+
github.com/denisenkom/go-mssqldb v0.12.3 // indirect
308308
github.com/dennwc/varint v1.0.0 // indirect
309309
github.com/devigned/tab v0.1.1 // indirect
310310
github.com/digitalocean/godo v1.104.1 // 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
@@ -347,7 +347,7 @@ require (
347347
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
348348
github.com/danieljoos/wincred v1.1.2 // indirect
349349
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
350-
github.com/denisenkom/go-mssqldb v0.12.2 // indirect
350+
github.com/denisenkom/go-mssqldb v0.12.3 // indirect
351351
github.com/dennwc/varint v1.0.0 // indirect
352352
github.com/devigned/tab v0.1.1 // indirect
353353
github.com/digitalocean/godo v1.104.1 // 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
@@ -327,7 +327,7 @@ require (
327327
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
328328
github.com/danieljoos/wincred v1.1.2 // indirect
329329
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
330-
github.com/denisenkom/go-mssqldb v0.12.2 // indirect
330+
github.com/denisenkom/go-mssqldb v0.12.3 // indirect
331331
github.com/dennwc/varint v1.0.0 // indirect
332332
github.com/devigned/tab v0.1.1 // indirect
333333
github.com/digitalocean/godo v1.104.1 // 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.

receiver/sqlqueryreceiver/go.mod

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

55
require (
66
github.com/SAP/go-hdb v1.5.10
7-
github.com/denisenkom/go-mssqldb v0.12.2
7+
github.com/denisenkom/go-mssqldb v0.12.3
88
github.com/docker/go-connections v0.4.0
99
github.com/go-sql-driver/mysql v1.7.1
1010
github.com/lib/pq v1.10.9

receiver/sqlqueryreceiver/go.sum

Lines changed: 5 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)