Skip to content

Commit

Permalink
Merge pull request #7 from akrejcir/fix-vendor
Browse files Browse the repository at this point in the history
fix: Run "go mod vendor" and "go mod tidy"
  • Loading branch information
kubevirt-bot authored Mar 29, 2023
2 parents 77da856 + 7ae3e6a commit 98939c6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 129 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ require (
k8s.io/utils v0.0.0-20211116205334-6203023598ed
kubevirt.io/api v0.58.0
kubevirt.io/client-go v0.58.0
sigs.k8s.io/yaml v1.3.0
)

require (
Expand Down Expand Up @@ -66,7 +67,6 @@ require (
kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90 // indirect
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace k8s.io/client-go => k8s.io/client-go v0.23.5
127 changes: 0 additions & 127 deletions vendor/k8s.io/apimachinery/pkg/util/rand/rand.go

This file was deleted.

1 change: 0 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ k8s.io/apimachinery/pkg/util/managedfields
k8s.io/apimachinery/pkg/util/mergepatch
k8s.io/apimachinery/pkg/util/naming
k8s.io/apimachinery/pkg/util/net
k8s.io/apimachinery/pkg/util/rand
k8s.io/apimachinery/pkg/util/runtime
k8s.io/apimachinery/pkg/util/sets
k8s.io/apimachinery/pkg/util/strategicpatch
Expand Down

0 comments on commit 98939c6

Please sign in to comment.