Skip to content

Commit 0274cd5

Browse files
committed
go.mod: remove the replace directive as it cause trouble with go install
``` go install github.com/softwarefactory-project/sf-operator@latest go: github.com/softwarefactory-project/sf-operator@latest (in github.com/softwarefactory-project/sf-operator@v0.0.34): The go.mod file for the module providing named packages contains one or more replace directives. It must not contain directives that would cause it to be interpreted differently than if it were the main module. ``` Change-Id: I7fe3ac8647fab5752dd8e3494e62f1019a5779ad
1 parent df494ef commit 0274cd5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,3 @@ require (
106106
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
107107
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
108108
)
109-
110-
replace github.com/softwarefactory-project/sf-operator/cli/cmd => ./cli/cmd

0 commit comments

Comments
 (0)