Skip to content

Commit

Permalink
fix: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
alias-rahil committed Mar 13, 2022
1 parent f0eb888 commit 792fcf4
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 696 deletions.
9 changes: 6 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ module github.com/viveksinghggits/kluster

go 1.13

replace github.com/graymeta/stow => github.com/graymeta/stow v0.1.0
replace github.com/graymeta/stow v0.0.0-00010101000000-000000000000 => github.com/graymeta/stow v0.1.0

require (
github.com/digitalocean/godo v1.65.0
github.com/imdario/mergo v0.3.12 // indirect
github.com/kanisterio/kanister v0.0.0-20210903215800-f8e63bf1364d
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
)

require (
github.com/imdario/mergo v0.3.12 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
k8s.io/utils v0.0.0-20210722164352-7f3ee0f31471 // indirect
)
30 changes: 8 additions & 22 deletions go.sum

Large diffs are not rendered by default.

82 changes: 0 additions & 82 deletions manifests/viveksingh.dev_klusterlists.yaml

This file was deleted.

180 changes: 0 additions & 180 deletions pkg/client/informers/internalversion/factory.go

This file was deleted.

62 changes: 0 additions & 62 deletions pkg/client/informers/internalversion/generic.go

This file was deleted.

This file was deleted.

Loading

0 comments on commit 792fcf4

Please sign in to comment.