-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into nikhil/CHEF-15132-WS-release
- Loading branch information
Showing
599 changed files
with
32 additions
and
266,351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
expeditor: | ||
cached_folders: | ||
- vendor | ||
# cached_folders: | ||
# - vendor | ||
defaults: | ||
buildkite: | ||
retry: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
24.10.1070 | ||
24.10.1071 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,31 @@ | ||
module github.com/chef/chef-workstation/components/main-chef-wrapper | ||
|
||
go 1.17 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/chef/go-chef-cli v0.0.4 | ||
github.com/chef/go-libs v0.4.2 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/spf13/cobra v1.8.0 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/stretchr/testify v1.9.0 | ||
golang.org/x/sys v0.20.0 | ||
golang.org/x/sys v0.25.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/go-chef/chef v0.24.5 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mattn/go-runewidth v0.0.13 // indirect | ||
github.com/muesli/termenv v0.11.0 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/muesli/termenv v0.15.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
replace github.com/go-chef/chef v0.24.5 => github.com/chef/go-chef v0.4.5 |
Large diffs are not rendered by default.
Oops, something went wrong.
201 changes: 0 additions & 201 deletions
201
components/main-chef-wrapper/vendor/github.com/chef/go-chef-cli/LICENSE
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
components/main-chef-wrapper/vendor/github.com/chef/go-chef-cli/cmd/root.go
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
components/main-chef-wrapper/vendor/github.com/chef/go-chef-cli/cmd/supermarket.go
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.