Skip to content

Commit

Permalink
chore: Update go.mod replaces for k8s.io/apiserver and k8s.io/apimach...
Browse files Browse the repository at this point in the history
... inery packages

Made with ❤️️ by updatecli

Signed-off-by: Kubewarden bot <[email protected]>
  • Loading branch information
chimera-kube-bot authored and flavio committed Dec 16, 2024
1 parent c59bd9b commit 8396d40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ replace (
k8s.io/apiserver v1.31.1 => ./third_party/k8s.io/apiserver/
k8s.io/apiserver v1.31.2 => ./third_party/k8s.io/apiserver/
k8s.io/apiserver v1.31.3 => ./third_party/k8s.io/apiserver/
k8s.io/apiserver v1.32.0 => ./third_party/k8s.io/apiserver/
)

replace (
k8s.io/apimachinery v0.29.1 => ./third_party/k8s.io/apimachinery/
k8s.io/apimachinery v1.31.1 => ./third_party/k8s.io/apimachinery/
k8s.io/apimachinery v1.31.2 => ./third_party/k8s.io/apimachinery/
k8s.io/apimachinery v1.31.3 => ./third_party/k8s.io/apimachinery/
k8s.io/apimachinery v1.32.0 => ./third_party/k8s.io/apimachinery/
)

require (
Expand Down

0 comments on commit 8396d40

Please sign in to comment.