Skip to content

Commit

Permalink
all: prepare for release v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <[email protected]>
  • Loading branch information
rolinh committed Jan 28, 2025
1 parent cc9a3e9 commit cdcbcfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 2 additions & 6 deletions cmd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ toolchain go1.23.1

require (
github.com/cilium/cilium v1.16.6
github.com/cilium/fake v0.6.1
github.com/cilium/fake/flow v0.6.1
github.com/cilium/fake v0.7.0
github.com/cilium/fake/flow v0.7.0
github.com/cilium/hubble v0.12.3
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace
Expand Down Expand Up @@ -80,7 +80,3 @@ replace (
// as to why we are using a private fork.
sigs.k8s.io/controller-tools => github.com/cilium/controller-tools v0.8.0-2
)

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

replace github.com/cilium/fake/flow => ../flow/
4 changes: 1 addition & 3 deletions flow/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.23.1

require (
github.com/cilium/cilium v1.16.6
github.com/cilium/fake v0.6.1
github.com/cilium/fake v0.7.0
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.10.0
Expand All @@ -31,5 +31,3 @@ replace (
// as to why we are using a private fork.
sigs.k8s.io/controller-tools => github.com/cilium/controller-tools v0.8.0-2
)

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

0 comments on commit cdcbcfb

Please sign in to comment.