-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makes start command compatible with new libbuildpack
[#168418587]
- Loading branch information
1 parent
a3cd645
commit 9ca507e
Showing
37 changed files
with
86 additions
and
9,191 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,14 +1,15 @@ | ||
module github.com/cloudfoundry/yarn-cnb | ||
|
||
require ( | ||
github.com/buildpack/libbuildpack v1.23.0 | ||
github.com/buildpack/libbuildpack v1.24.0 | ||
github.com/cloudfoundry/dagger v0.0.0-20190910211006-e7385ebe12c4 | ||
github.com/cloudfoundry/libcfbuildpack v1.85.0 | ||
github.com/cloudfoundry/node-engine-cnb v0.0.34 | ||
github.com/cloudfoundry/npm-cnb v0.0.20 | ||
github.com/cloudfoundry/node-engine-cnb v0.0.47 | ||
github.com/cloudfoundry/npm-cnb v0.0.30 | ||
github.com/golang/mock v1.3.1 | ||
github.com/onsi/gomega v1.7.0 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/sclevine/spec v1.2.0 | ||
google.golang.org/appengine v1.5.0 // indirect | ||
) | ||
|
||
go 1.13 |
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
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
57 changes: 34 additions & 23 deletions
57
vendor/github.com/cloudfoundry/npm-cnb/modules/modules.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.