Skip to content

Commit ad5ff4c

Browse files
committed
Go mod tidy and vendor after removing v1alpha1
Signed-off-by: Josh Pinkney <[email protected]>
1 parent b61aa0b commit ad5ff4c

File tree

3 files changed

+1
-43
lines changed

3 files changed

+1
-43
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ go 1.13
44

55
require (
66
github.com/ghodss/yaml v1.0.0
7-
github.com/google/go-cmp v0.5.5
8-
github.com/google/gofuzz v1.2.0
7+
github.com/google/gofuzz v1.2.0 // indirect
98
github.com/hashicorp/go-multierror v1.1.0
109
github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb
1110
github.com/mitchellh/reflectwalk v1.0.1

vendor/modules.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ k8s.io/kube-openapi/pkg/util/proto
138138
# k8s.io/utils v0.0.0-20210722164352-7f3ee0f31471
139139
k8s.io/utils/pointer
140140
# sigs.k8s.io/controller-runtime v0.9.5
141-
sigs.k8s.io/controller-runtime/pkg/conversion
142141
sigs.k8s.io/controller-runtime/pkg/scheme
143142
# sigs.k8s.io/structured-merge-diff/v4 v4.1.2
144143
sigs.k8s.io/structured-merge-diff/v4/value

vendor/sigs.k8s.io/controller-runtime/pkg/conversion/conversion.go

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)