Skip to content

Commit

Permalink
fix k8s deps
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Aug 22, 2024
1 parent 850d13c commit 2ad9f80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion havoc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/smartcontractkit/chainlink-testing-framework/grafana v0.0.1
k8s.io/api v0.31.0
k8s.io/client-go v0.31.0
sigs.k8s.io/controller-runtime v0.19.0
sigs.k8s.io/controller-runtime v0.16.2
)

require (
Expand Down Expand Up @@ -76,3 +76,5 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)

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

0 comments on commit 2ad9f80

Please sign in to comment.