influxdata / influxdb-client-go

InfluxDB 2 Go Client
MIT License
609 stars 116 forks source link

chore(deps): upgrade oapi-codegen #387

Closed andig closed 1 year ago

andig commented 1 year ago

Signed-off-by: andig cpuidle@gmx.de

Proposed Changes

Upgrade oapi-codegen in an effort to clean up the module tree.

This PR upgrades to last version of oapi-codegen before 1.13 which draws in a large number of new dependencies. Upgrading is prerequisite for removing obsolete pkg/errors in https://github.com/influxdata/influxdb-client-go/pull/386.

Checklist

codecov-commenter commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (dd6f6f1) 92.72% compared to head (bf54b8c) 92.72%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #387 +/- ## ======================================= Coverage 92.72% 92.72% ======================================= Files 23 23 Lines 2242 2242 ======================================= Hits 2079 2079 Misses 123 123 Partials 40 40 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

andig commented 1 year ago

Friendly ping- could this be considered for merging?