daixiang0 / gci

GCI, a tool that control golang package import order and make it always deterministic.
BSD 3-Clause "New" or "Revised" License
433 stars 62 forks source link

Update standard library list for go1.22.0 #186

Closed ebati closed 9 months ago

ebati commented 9 months ago

Go 1.22.0 introduced two new packages (go/version, math/rand/v2), update library list accordingly.

sylr commented 9 months ago

@daixiang0 could you please merge this and release a new version?

knight42 commented 9 months ago

It would be great if we can land this PR.

daixiang0 commented 9 months ago

@ebati thanks for your contribution!