mdempsky / unconvert

Remove unnecessary type conversions from Go source
BSD 3-Clause "New" or "Revised" License
377 stars 26 forks source link

unconvert: update dependency versions #49

Closed dmitshur closed 4 years ago

dmitshur commented 4 years ago

A newer version of golang.org/x/tools is needed to be compatible with Go 1.14. Update golang.org/x/text to the latest release too.

Fixes #48.

dmitshur commented 4 years ago

Similarly to #47, I don't believe there is anything very controversial or in need of review in this PR, so I'll proceed with merging it without waiting on a review from you @mdempsky. If you spot any problems or opportunities for improvement, please let me know and I'll gladly follow up.

If you prefer I do wait for your review on similar future changes, please let me know and I'll act accordingly.