Skip to content
Closed
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
3 changes: 2 additions & 1 deletion Formula/e/eksctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class Eksctl < Formula
end

depends_on "counterfeiter" => :build
depends_on "go" => :build
# use "go" again after https://github.com/eksctl-io/eksctl/issues/8209 is fixed and released
depends_on "[email protected]" => :build
depends_on "go-bindata" => :build
depends_on "ifacemaker" => :build
depends_on "mockery" => :build
Expand Down
Loading