Vanilla-OS / vanilla-system-operator

VSO is an utility which allows you to perform maintenance tasks on your Vanilla OS installation.
GNU General Public License v3.0
31 stars 15 forks source link

go.mod and repo name dont match #73

Closed axtloss closed 4 months ago

axtloss commented 9 months ago

The go.mod defines the project as github.com/vanilla-os/vso, but the repo is under github.com/vanilla-os/vanilla-system-operator.

Trying to go get this repository as vanilla-os/vso fails because that repository doesn't exist, and using vanilla-os/vanilla-system-operator returns an error since the user "wanted" vanilla-system-operator but go.mod returned vso.