Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ require (
github.com/go-logr/logr v0.3.0
github.com/iancoleman/strcase v0.1.2
github.com/kr/text v0.1.0
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/onsi/ginkgo v1.15.0
github.com/onsi/gomega v1.10.5
github.com/operator-framework/operator-lib v0.3.0
github.com/prometheus/client_golang v1.7.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
golang.org/x/tools v0.0.0-20200616195046-dc31b401abb5
gomodules.xyz/jsonpatch/v2 v2.1.0
helm.sh/helm/v3 v3.5.0
k8s.io/api v0.20.4
Expand All @@ -27,7 +25,7 @@ require (
k8s.io/client-go v0.20.4
k8s.io/kubectl v0.20.4
sigs.k8s.io/controller-runtime v0.8.2
sigs.k8s.io/kubebuilder/v3 v3.0.0-beta.0
sigs.k8s.io/kubebuilder/v3 v3.1.0
sigs.k8s.io/yaml v1.2.0
)

Expand Down
104 changes: 90 additions & 14 deletions go.sum

Large diffs are not rendered by default.

60 changes: 0 additions & 60 deletions pkg/plugins/internal/kubebuilder/cmdutil/cmdutil.go

This file was deleted.

173 changes: 0 additions & 173 deletions pkg/plugins/internal/kubebuilder/filesystem/errors.go

This file was deleted.

77 changes: 0 additions & 77 deletions pkg/plugins/internal/kubebuilder/filesystem/errors_test.go

This file was deleted.

Loading