Skip to content

Commit

Permalink
Go mod tidy and vendor after removing v1alpha1
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Pinkney <[email protected]>
  • Loading branch information
JPinkney committed Oct 12, 2021
1 parent b61aa0b commit ad5ff4c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 43 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ go 1.13

require (
github.com/ghodss/yaml v1.0.0
github.com/google/go-cmp v0.5.5
github.com/google/gofuzz v1.2.0
github.com/google/gofuzz v1.2.0 // indirect
github.com/hashicorp/go-multierror v1.1.0
github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb
github.com/mitchellh/reflectwalk v1.0.1
Expand Down
1 change: 0 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ k8s.io/kube-openapi/pkg/util/proto
# k8s.io/utils v0.0.0-20210722164352-7f3ee0f31471
k8s.io/utils/pointer
# sigs.k8s.io/controller-runtime v0.9.5
sigs.k8s.io/controller-runtime/pkg/conversion
sigs.k8s.io/controller-runtime/pkg/scheme
# sigs.k8s.io/structured-merge-diff/v4 v4.1.2
sigs.k8s.io/structured-merge-diff/v4/value
Expand Down
40 changes: 0 additions & 40 deletions vendor/sigs.k8s.io/controller-runtime/pkg/conversion/conversion.go

This file was deleted.

0 comments on commit ad5ff4c

Please sign in to comment.