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

Vendor dir removed and Go version updated #3279

Merged
merged 6 commits into from
Oct 23, 2024
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
expeditor:
cached_folders:
- vendor
# cached_folders:
# - vendor
defaults:
buildkite:
retry:
Expand Down
2 changes: 1 addition & 1 deletion components/main-chef-wrapper/.studiorc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hab pkg install chef/studio-common >/dev/null
source "$(hab pkg path chef/studio-common)/bin/studio-common"

# switch all go commands to use the vendor/ directory
export GOFLAGS="-mod=vendor"
#export GOFLAGS="-mod=vendor"

# Specify where to put 'go installed' binaries
export GOBIN=/src/bin
Expand Down
15 changes: 8 additions & 7 deletions components/main-chef-wrapper/go.mod
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
761 changes: 14 additions & 747 deletions components/main-chef-wrapper/go.sum

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading