influxdata / influxdb-client-go

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

chore(deps): remove deprecated pkg/errors #386

Closed andig closed 1 year ago

andig commented 1 year ago

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

Proposed Changes

Remove deprecated pkg/errors. Depends on https://github.com/influxdata/influxdb-client-go/pull/387, needs rebase/tidy after https://github.com/influxdata/influxdb-client-go/pull/387 has been merged.

Checklist

codecov-commenter commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (2c80fa5) 92.72% compared to head (168707a) 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 #386 +/- ## ======================================= 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

Depends on https://github.com/influxdata/influxdb-client-go/pull/387

andig commented 1 year ago

Friendly ping- could this be considered for merging?

bednar commented 1 year ago

Hi @andig,

the https://github.com/influxdata/influxdb-client-go/pull/387 is merged.

Regards

andig commented 1 year ago

Thank you, rebased!

andig commented 1 year ago

Done