Skip to content

Commit f3b232c

Browse files
renovate[bot]opentelemetrybotsongy23
authored
fix(deps): update module github.com/microsoft/go-mssqldb to v1.8.2 (#40429)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/microsoft/go-mssqldb](https://redirect.github.com/microsoft/go-mssqldb) | `v1.8.1` -> `v1.8.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmicrosoft%2fgo-mssqldb/v1.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmicrosoft%2fgo-mssqldb/v1.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmicrosoft%2fgo-mssqldb/v1.8.1/v1.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmicrosoft%2fgo-mssqldb/v1.8.1/v1.8.2?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>microsoft/go-mssqldb (github.com/microsoft/go-mssqldb)</summary> ### [`v1.8.2`](https://redirect.github.com/microsoft/go-mssqldb/releases/tag/v1.8.2) [Compare Source](https://redirect.github.com/microsoft/go-mssqldb/compare/v1.8.1...v1.8.2) ##### What's Changed - Work around build error introduced by the new 'go vet' tests analyser by [@&#8203;leon-matthews](https://redirect.github.com/leon-matthews) in [https://github.com/microsoft/go-mssqldb/pull/259](https://redirect.github.com/microsoft/go-mssqldb/pull/259) - isProc: added `COMMIT` and `ROLLBACK` command to the builtin commands by [@&#8203;giautm](https://redirect.github.com/giautm) in [https://github.com/microsoft/go-mssqldb/pull/261](https://redirect.github.com/microsoft/go-mssqldb/pull/261) - \[WIP] Parse does not recognize Pwd as a valid password field alias by [@&#8203;copilot-swe-agent](https://redirect.github.com/copilot-swe-agent) in [https://github.com/microsoft/go-mssqldb/pull/263](https://redirect.github.com/microsoft/go-mssqldb/pull/263) ##### New Contributors - [@&#8203;leon-matthews](https://redirect.github.com/leon-matthews) made their first contribution in [https://github.com/microsoft/go-mssqldb/pull/259](https://redirect.github.com/microsoft/go-mssqldb/pull/259) - [@&#8203;copilot-swe-agent](https://redirect.github.com/copilot-swe-agent) made their first contribution in [https://github.com/microsoft/go-mssqldb/pull/263](https://redirect.github.com/microsoft/go-mssqldb/pull/263) **Full Changelog**: microsoft/go-mssqldb@v1.8.1...v1.8.2 </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- 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 d78f7cd commit f3b232c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

receiver/sqlqueryreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/SAP/go-hdb v1.13.6
2828
github.com/go-sql-driver/mysql v1.9.2
2929
github.com/lib/pq v1.10.9
30-
github.com/microsoft/go-mssqldb v1.8.1
30+
github.com/microsoft/go-mssqldb v1.8.2
3131
github.com/sijms/go-ora/v2 v2.8.24
3232
github.com/snowflakedb/gosnowflake v1.14.0
3333
github.com/thda/tds v0.1.7

receiver/sqlqueryreceiver/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/sqlserverreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/DataDog/datadog-agent/pkg/obfuscate v0.66.0
77
github.com/google/go-cmp v0.7.0
88
github.com/hashicorp/golang-lru/v2 v2.0.7
9-
github.com/microsoft/go-mssqldb v1.8.1
9+
github.com/microsoft/go-mssqldb v1.8.2
1010
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sqlquery v0.127.0
1111
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.127.0
1212
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.127.0

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