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

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`.
This commit is contained in:
Julian Tölle 2024-11-02 22:21:38 +01:00 committed by GitHub
parent 489ece1798
commit 66dc5f70b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 3 deletions

2
go.mod
View file

@ -28,5 +28,3 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/apricote/hcloud-upload-image/hcloudimages => ./hcloudimages