pulumi / upgrade-provider

A tool to automate provider upgrades on your local machine
6 stars 1 forks source link

Fix go path parsing #222

Closed iwahbe closed 9 months ago

iwahbe commented 9 months ago

We were failing to correctly parse /v10 since it started with 1. This replaces our regexp with module.SplitPathVersion.