Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: add hack dockerfiles and remove unnecessary code #2

Closed
wants to merge 3 commits into from
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
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