Skip to content

Commit

Permalink
fix(deps): update module github.com/go-sql-driver/mysql to v1.8.0 (#3…
Browse files Browse the repository at this point in the history
…1708)

[![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/go-sql-driver/mysql](https://togithub.com/go-sql-driver/mysql)
| `v1.7.1` -> `v1.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-sql-driver%2fmysql/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-sql-driver%2fmysql/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-sql-driver%2fmysql/v1.7.1/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-sql-driver%2fmysql/v1.7.1/v1.8.0?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>go-sql-driver/mysql (github.com/go-sql-driver/mysql)</summary>

###
[`v1.8.0`](https://togithub.com/go-sql-driver/mysql/releases/tag/v1.8.0)

[Compare
Source](https://togithub.com/go-sql-driver/mysql/compare/v1.7.1...v1.8.0)

#### What's Changed

##### Major changes

- Use `SET NAMES charset COLLATE collation`. by
[@&#8203;methane](https://togithub.com/methane) in
[go-sql-driver/mysql#1437
- PathEscape dbname in DSN. by
[@&#8203;methane](https://togithub.com/methane) in
[go-sql-driver/mysql#1432
- Drop Go 1.13-17 support by
[@&#8203;methane](https://togithub.com/methane) in
[go-sql-driver/mysql#1420
- Parse numbers on text protocol too by
[@&#8203;methane](https://togithub.com/methane) in
[go-sql-driver/mysql#1452

##### Other changes

- Adding DeregisterDialContext to prevent memory leaks with dialers we
don't need anymore by [@&#8203;jypelle](https://togithub.com/jypelle) in
[go-sql-driver/mysql#1422

- Make logger configurable per connection by
[@&#8203;frozenbonito](https://togithub.com/frozenbonito) in
[go-sql-driver/mysql#1408

- Fix ColumnType.DatabaseTypeName for mediumint unsigned by
[@&#8203;evanelias](https://togithub.com/evanelias) in
[go-sql-driver/mysql#1428

- Add connection attributes by
[@&#8203;Daemonxiao](https://togithub.com/Daemonxiao) in
[go-sql-driver/mysql#1389

- Stop `ColumnTypeScanType()` from returning `sql.RawBytes` by
[@&#8203;methane](https://togithub.com/methane) in
[go-sql-driver/mysql#1424

- Exec() now provides access to status of multiple statements. by
[@&#8203;mherr-google](https://togithub.com/mherr-google) in
[go-sql-driver/mysql#1309

- Allow to change (or disable) the default driver name for registration
by [@&#8203;dolmen](https://togithub.com/dolmen) in
[go-sql-driver/mysql#1499

- Add default connection attribute '\_server_host' by
[@&#8203;oblitorum](https://togithub.com/oblitorum) in
[go-sql-driver/mysql#1506

- Make TimeTruncate functional option by
[@&#8203;methane](https://togithub.com/methane) in
[go-sql-driver/mysql#1552

- Add BeforeConnect callback to configuration object by
[@&#8203;ItalyPaleAle](https://togithub.com/ItalyPaleAle) in
[go-sql-driver/mysql#1469

- QueryUnescape DSN ConnectionAttribute value by
[@&#8203;zhangyangyu](https://togithub.com/zhangyangyu) in
[go-sql-driver/mysql#1470

- Add client_ed25519 authentication by
[@&#8203;Gusted](https://togithub.com/Gusted) in
[go-sql-driver/mysql#1518

- Reduced allocation on connection.go by
[@&#8203;EPuncker](https://togithub.com/EPuncker) in
[go-sql-driver/mysql#1421

- Avoid panic in TestRowsColumnTypes by
[@&#8203;wayyoungboy](https://togithub.com/wayyoungboy) in
[go-sql-driver/mysql#1426

- Add benchmark to receive massive rows. by
[@&#8203;methane](https://togithub.com/methane) in
[go-sql-driver/mysql#1415

- README: Update multistatement by
[@&#8203;methane](https://togithub.com/methane) in
[go-sql-driver/mysql#1431

- all: replace ioutil pkg to new package by
[@&#8203;uji](https://togithub.com/uji) in
[go-sql-driver/mysql#1438

- chore: code optimization by
[@&#8203;testwill](https://togithub.com/testwill) in
[go-sql-driver/mysql#1439

- Reduce map lookup in ColumnTypeDatabaseTypeName. by
[@&#8203;methane](https://togithub.com/methane) in
[go-sql-driver/mysql#1436

- doc: add link to NewConnector from FormatDSN by
[@&#8203;dolmen](https://togithub.com/dolmen) in
[go-sql-driver/mysql#1442

- Add fuzz test for ParseDSN / FormatDSN roundtrip by
[@&#8203;dolmen](https://togithub.com/dolmen) in
[go-sql-driver/mysql#1444

- TestDSNReformat: add more roundtrip checks by
[@&#8203;dolmen](https://togithub.com/dolmen) in
[go-sql-driver/mysql#1443

- tcp: handle errors returned by SetKeepAlive by
[@&#8203;achille-roussel](https://togithub.com/achille-roussel) in
[go-sql-driver/mysql#1448

- use staticcheck by [@&#8203;methane](https://togithub.com/methane) in
[go-sql-driver/mysql#1449

- Add Daemonxiao to AUTHORS by
[@&#8203;Daemonxiao](https://togithub.com/Daemonxiao) in
[go-sql-driver/mysql#1459

- Update link about `LOAD DATA LOCAL` in README.md by
[@&#8203;i7a7467](https://togithub.com/i7a7467) in
[go-sql-driver/mysql#1468

- Update README.md by [@&#8203;Netzer7](https://togithub.com/Netzer7) in
[go-sql-driver/mysql#1464

- add Go 1.21 and MySQL 8.1 to the build matrix by
[@&#8203;shogo82148](https://togithub.com/shogo82148) in
[go-sql-driver/mysql#1472

- Improve DSN docstsrings by
[@&#8203;golddranks](https://togithub.com/golddranks) in
[go-sql-driver/mysql#1475

- Fix
[#&#8203;1478](https://togithub.com/go-sql-driver/mysql/issues/1478)
remove length check by
[@&#8203;ShenFeng312](https://togithub.com/ShenFeng312) in
[go-sql-driver/mysql#1481

- README: fix markup error by
[@&#8203;methane](https://togithub.com/methane) in
[go-sql-driver/mysql#1480

- Close connection on ErrPktSync and ErrPktSyncMul by
[@&#8203;owbone](https://togithub.com/owbone) in
[go-sql-driver/mysql#1473

- Spelling, grammar, and link fixes by
[@&#8203;scop](https://togithub.com/scop) in
[go-sql-driver/mysql#1485

- Make use of strings.Cut by [@&#8203;scop](https://togithub.com/scop)
in
[go-sql-driver/mysql#1486

- move stale connection check to ResetSession() by
[@&#8203;methane](https://togithub.com/methane) in
[go-sql-driver/mysql#1496

- fix race condition of TestConcurrent by
[@&#8203;shogo82148](https://togithub.com/shogo82148) in
[go-sql-driver/mysql#1490

- mark fail, mustExec and mustQuery as test helpers by
[@&#8203;shogo82148](https://togithub.com/shogo82148) in
[go-sql-driver/mysql#1488

- Remove obsolete fuzz.go
[#&#8203;1445](https://togithub.com/go-sql-driver/mysql/issues/1445) by
[@&#8203;dolmen](https://togithub.com/dolmen) in
[go-sql-driver/mysql#1498

- testing: expose testing.TB in DBTest instead of full \*testing.T by
[@&#8203;dolmen](https://togithub.com/dolmen) in
[go-sql-driver/mysql#1500

- symbol removed from installation command by
[@&#8203;panvalkar1994](https://togithub.com/panvalkar1994) in
[go-sql-driver/mysql#1510

- fix issue 1361 by
[@&#8203;keeplearning20221](https://togithub.com/keeplearning20221) in
[go-sql-driver/mysql#1462

- fix fragile test by [@&#8203;methane](https://togithub.com/methane) in
[go-sql-driver/mysql#1522

- Fix sql.RawBytes corruption issue by
[@&#8203;shogo82148](https://togithub.com/shogo82148) in
[go-sql-driver/mysql#1523

- fix for enum and set field type to column type identifying by
[@&#8203;jennifersp](https://togithub.com/jennifersp) in
[go-sql-driver/mysql#1520

- Parallelize test by
[@&#8203;shogo82148](https://togithub.com/shogo82148) in
[go-sql-driver/mysql#1525

- Fix unsigned int overflow by
[@&#8203;shiyuhang0](https://togithub.com/shiyuhang0) in
[go-sql-driver/mysql#1530

- Introduce `timeTruncate` parameter for `time.Time` arguments by
[@&#8203;PauliusLozys](https://togithub.com/PauliusLozys) in
[go-sql-driver/mysql#1541

- add TiDB support in README.md by
[@&#8203;crazycs520](https://togithub.com/crazycs520) in
[go-sql-driver/mysql#1333

- Update workflows by [@&#8203;methane](https://togithub.com/methane) in
[go-sql-driver/mysql#1547

#### New Contributors

- [@&#8203;EPuncker](https://togithub.com/EPuncker) made their first
contribution in
[go-sql-driver/mysql#1421
- [@&#8203;jypelle](https://togithub.com/jypelle) made their first
contribution in
[go-sql-driver/mysql#1422
- [@&#8203;frozenbonito](https://togithub.com/frozenbonito) made their
first contribution in
[go-sql-driver/mysql#1408
- [@&#8203;wayyoungboy](https://togithub.com/wayyoungboy) made their
first contribution in
[go-sql-driver/mysql#1426
- [@&#8203;evanelias](https://togithub.com/evanelias) made their first
contribution in
[go-sql-driver/mysql#1428
- [@&#8203;Daemonxiao](https://togithub.com/Daemonxiao) made their first
contribution in
[go-sql-driver/mysql#1389
- [@&#8203;uji](https://togithub.com/uji) made their first contribution
in
[go-sql-driver/mysql#1438
- [@&#8203;testwill](https://togithub.com/testwill) made their first
contribution in
[go-sql-driver/mysql#1439
- [@&#8203;i7a7467](https://togithub.com/i7a7467) made their first
contribution in
[go-sql-driver/mysql#1468
- [@&#8203;Netzer7](https://togithub.com/Netzer7) made their first
contribution in
[go-sql-driver/mysql#1464
- [@&#8203;golddranks](https://togithub.com/golddranks) made their first
contribution in
[go-sql-driver/mysql#1475
- [@&#8203;ShenFeng312](https://togithub.com/ShenFeng312) made their
first contribution in
[go-sql-driver/mysql#1481
- [@&#8203;owbone](https://togithub.com/owbone) made their first
contribution in
[go-sql-driver/mysql#1473
- [@&#8203;scop](https://togithub.com/scop) made their first
contribution in
[go-sql-driver/mysql#1485
- [@&#8203;panvalkar1994](https://togithub.com/panvalkar1994) made their
first contribution in
[go-sql-driver/mysql#1510
- [@&#8203;zhangyangyu](https://togithub.com/zhangyangyu) made their
first contribution in
[go-sql-driver/mysql#1470
- [@&#8203;keeplearning20221](https://togithub.com/keeplearning20221)
made their first contribution in
[go-sql-driver/mysql#1462
- [@&#8203;oblitorum](https://togithub.com/oblitorum) made their first
contribution in
[go-sql-driver/mysql#1506
- [@&#8203;Gusted](https://togithub.com/Gusted) made their first
contribution in
[go-sql-driver/mysql#1518
- [@&#8203;jennifersp](https://togithub.com/jennifersp) made their first
contribution in
[go-sql-driver/mysql#1520
- [@&#8203;shiyuhang0](https://togithub.com/shiyuhang0) made their first
contribution in
[go-sql-driver/mysql#1530
- [@&#8203;PauliusLozys](https://togithub.com/PauliusLozys) made their
first contribution in
[go-sql-driver/mysql#1541
- [@&#8203;crazycs520](https://togithub.com/crazycs520) made their first
contribution in
[go-sql-driver/mysql#1333
- [@&#8203;ItalyPaleAle](https://togithub.com/ItalyPaleAle) made their
first contribution in
[go-sql-driver/mysql#1469

**Full Changelog**:
go-sql-driver/mysql@v1.7.1...v1.8.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
  • Loading branch information
renovate[bot] and opentelemetrybot committed Mar 12, 2024
1 parent 5305277 commit 4d120b5
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 18 deletions.
3 changes: 2 additions & 1 deletion cmd/configschema/go.mod
Expand Up @@ -190,6 +190,7 @@ require (
code.cloudfoundry.org/go-diodes v0.0.0-20211115184647-b584dd5df32c // indirect
code.cloudfoundry.org/go-loggregator v7.4.0+incompatible // indirect
code.cloudfoundry.org/rfc5424 v0.0.0-20201103192249-000122071b78 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
github.com/99designs/keyring v1.2.2 // indirect
github.com/AthenZ/athenz v1.10.39 // indirect
Expand Down Expand Up @@ -342,7 +343,7 @@ require (
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-resty/resty/v2 v2.7.0 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/go-sql-driver/mysql v1.8.0 // indirect
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
github.com/go-zookeeper/zk v1.0.3 // indirect
github.com/gobwas/glob v0.2.3 // indirect
Expand Down
6 changes: 4 additions & 2 deletions cmd/configschema/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion cmd/otelcontribcol/go.mod
Expand Up @@ -234,6 +234,7 @@ require (
code.cloudfoundry.org/go-diodes v0.0.0-20211115184647-b584dd5df32c // indirect
code.cloudfoundry.org/go-loggregator v7.4.0+incompatible // indirect
code.cloudfoundry.org/rfc5424 v0.0.0-20201103192249-000122071b78 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
github.com/99designs/keyring v1.2.2 // indirect
github.com/AthenZ/athenz v1.10.39 // indirect
Expand Down Expand Up @@ -392,7 +393,7 @@ require (
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-resty/resty/v2 v2.7.0 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/go-sql-driver/mysql v1.8.0 // indirect
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
github.com/go-zookeeper/zk v1.0.3 // indirect
github.com/gobwas/glob v0.2.3 // indirect
Expand Down
6 changes: 4 additions & 2 deletions cmd/otelcontribcol/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion go.mod
Expand Up @@ -200,6 +200,7 @@ require (
code.cloudfoundry.org/go-diodes v0.0.0-20211115184647-b584dd5df32c // indirect
code.cloudfoundry.org/go-loggregator v7.4.0+incompatible // indirect
code.cloudfoundry.org/rfc5424 v0.0.0-20201103192249-000122071b78 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
github.com/99designs/keyring v1.2.2 // indirect
github.com/AthenZ/athenz v1.10.39 // indirect
Expand Down Expand Up @@ -360,7 +361,7 @@ require (
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-resty/resty/v2 v2.7.0 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/go-sql-driver/mysql v1.8.0 // indirect
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
github.com/go-zookeeper/zk v1.0.3 // indirect
github.com/gobwas/glob v0.2.3 // indirect
Expand Down
6 changes: 4 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion internal/sqlquery/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/SAP/go-hdb v1.8.5
github.com/go-sql-driver/mysql v1.7.1
github.com/go-sql-driver/mysql v1.8.0
github.com/lib/pq v1.10.9
github.com/microsoft/go-mssqldb v1.7.0
github.com/sijms/go-ora/v2 v2.8.8
Expand All @@ -18,6 +18,7 @@ require (
)

require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
github.com/99designs/keyring v1.2.2 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1 // indirect
Expand Down
6 changes: 4 additions & 2 deletions internal/sqlquery/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion receiver/mysqlreceiver/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/mysqlr
go 1.21

require (
github.com/go-sql-driver/mysql v1.7.1
github.com/go-sql-driver/mysql v1.8.0
github.com/google/go-cmp v0.6.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.96.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.96.0
Expand All @@ -26,6 +26,7 @@ require (

require (
dario.cat/mergo v1.0.0 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/Microsoft/hcsshim v0.11.4 // indirect
Expand Down
6 changes: 4 additions & 2 deletions receiver/mysqlreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion receiver/sqlqueryreceiver/go.mod
Expand Up @@ -25,6 +25,7 @@ require (

require (
dario.cat/mergo v1.0.0 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
github.com/99designs/keyring v1.2.2 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1 // indirect
Expand Down Expand Up @@ -67,7 +68,7 @@ require (
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/go-sql-driver/mysql v1.8.0 // indirect
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
Expand Down
6 changes: 4 additions & 2 deletions receiver/sqlqueryreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d120b5

Please sign in to comment.