Skip to content
Draft
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
4 changes: 3 additions & 1 deletion nodeletctl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/mitchellh/go-homedir v1.1.0
github.com/platform9/nodelet/nodelet v0.0.0-20220420170655-9ece5c5b1f61
github.com/platform9/nodelet/nodelet v0.0.0
github.com/platform9/pf9ctl v0.0.0-20230125134605-3783dcfca904
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.11.0
Expand All @@ -18,3 +18,5 @@ require (
k8s.io/apimachinery v0.23.6
k8s.io/client-go v0.23.6
)

replace github.com/platform9/nodelet/nodelet v0.0.0 => ../nodelet
44 changes: 41 additions & 3 deletions nodeletctl/go.sum

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions nodeletctl/vendor/github.com/platform9/nodelet/nodelet/LICENSE

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nodeletctl/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ github.com/pelletier/go-toml/v2/internal/tracker
github.com/pkg/errors
# github.com/pkg/sftp v1.13.1
github.com/pkg/sftp
# github.com/platform9/nodelet/nodelet v0.0.0-20220420170655-9ece5c5b1f61
# github.com/platform9/nodelet/nodelet v0.0.0 => ../nodelet
## explicit
github.com/platform9/nodelet/nodelet/pkg/utils/config
github.com/platform9/nodelet/nodelet/pkg/utils/constants
Expand Down