Skip to content

Commit 97cc468

Browse files
Update module github.com/microsoft/go-mssqldb to v1.8.1 (open-telemetry#40017)
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.0` -> `v1.8.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmicrosoft%2fgo-mssqldb/v1.8.1?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.1?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.0/v1.8.1?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.0/v1.8.1?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.1`](https://redirect.github.com/microsoft/go-mssqldb/compare/v1.8.0...v1.8.1) [Compare Source](https://redirect.github.com/microsoft/go-mssqldb/compare/v1.8.0...v1.8.1) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent f31dbc5 commit 97cc468

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
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.0
30+
github.com/microsoft/go-mssqldb v1.8.1
3131
github.com/sijms/go-ora/v2 v2.8.24
3232
github.com/snowflakedb/gosnowflake v1.13.3
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/DataDog/datadog-agent/pkg/obfuscate v0.65.1
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.0
9+
github.com/microsoft/go-mssqldb v1.8.1
1010
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sqlquery v0.125.0
1111
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.125.0
1212
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.125.0
@@ -45,7 +45,6 @@ require (
4545
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
4646
github.com/gobwas/glob v0.2.3 // indirect
4747
github.com/gogo/protobuf v1.3.2 // indirect
48-
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
4948
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
5049
github.com/golang-sql/sqlexp v0.1.0 // indirect
5150
github.com/google/uuid v1.6.0 // indirect

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)