apricote / hcloud-upload-image

Quickly upload any raw disk images into your Hetzner Cloud projects!
MIT License
21 stars 2 forks source link

fix(cli): local install fails because of go.mod replace #47

Closed apricote closed 2 weeks ago

apricote commented 2 weeks ago

Remove the replace directive in go.mod. It does not apply on go install github.com/apricote/hcloud-upload-image and is otherwise covered by go.work.