Change to using new dependency name for osreleaser

To do this I
1. changed the name in go.mod and the Go code that used it,
2. ran `go mod tidy -go=1.15` and
3. ran `go mod vendor`.

Step 3 added another vendored dependency unrelated AFAIK to this change.
This commit is contained in:
Pablo Baeyens
2021-11-29 16:45:48 +01:00
committed by Pablo Baeyens
parent e7d28a3bf1
commit a859b5f027
12 changed files with 8 additions and 651 deletions