Skip to content

Commit

Permalink
Removed unncessary dependency - kubernetes-provider-detector
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranBodipi committed Nov 21, 2023
1 parent bf258a6 commit 9eaea49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 73 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ require (
github.com/magiconair/properties v1.8.7
github.com/onsi/ginkgo v1.16.5
github.com/pkg/errors v0.9.1
github.com/rancher/kubernetes-provider-detector v0.1.5
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.14.0
github.com/stretchr/testify v1.8.1
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/postgres v1.4.6
gorm.io/gorm v1.25.1
k8s.io/apimachinery v0.26.0
k8s.io/client-go v0.26.0
)

Expand Down Expand Up @@ -82,7 +82,6 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.26.0 // indirect
k8s.io/apimachinery v0.26.0 // indirect
k8s.io/klog/v2 v2.80.1 // indirect
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
Expand Down
Loading

0 comments on commit 9eaea49

Please sign in to comment.