Closed apricote closed 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.
go.mod
go install github.com/apricote/hcloud-upload-image
go.work
Remove the replace directive in
go.mod
. It does not apply ongo install github.com/apricote/hcloud-upload-image
and is otherwise covered bygo.work
.