Skip to content

Commit

Permalink
Fix go mod verify failed
Browse files Browse the repository at this point in the history
Remove duplicate controller-runtime.

Signed-off-by: JenTing Hsiao <[email protected]>
  • Loading branch information
jenting authored and roboquat committed Apr 27, 2022
1 parent 3914677 commit c0c7439
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.11.0

replace sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.11.2

replace github.com/gitpod-io/gitpod/common-go => ../components/common-go // leeway
Expand Down

0 comments on commit c0c7439

Please sign in to comment.