Skip to content

Commit

Permalink
all: post-release
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <[email protected]>
  • Loading branch information
rolinh committed Dec 18, 2023
1 parent e20546b commit 6c738dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ replace (
k8s.io/client-go => github.com/cilium/client-go v0.27.6-fix
sigs.k8s.io/controller-tools => github.com/cilium/controller-tools v0.6.2
)

replace github.com/cilium/fake => ../

replace github.com/cilium/fake/flow => ../flow/
2 changes: 2 additions & 0 deletions flow/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ replace (
k8s.io/client-go => github.com/cilium/client-go v0.27.6-fix
sigs.k8s.io/controller-tools => github.com/cilium/controller-tools v0.6.2
)

replace github.com/cilium/fake => ../

0 comments on commit 6c738dd

Please sign in to comment.