Skip to content

Commit cd30a99

Browse files
Arjun Sreedharanarjun024
authored andcommitted
No gemfile test: Use manifest to set health-check-type
pull in cloudfoundry/switchblade#113
1 parent 489ab22 commit cd30a99

64 files changed

Lines changed: 1706 additions & 448 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
applications:
3+
- name: app-with-no-gemfile
4+
health-check-type: process

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.5
55
require (
66
github.com/blang/semver v3.5.1+incompatible
77
github.com/cloudfoundry/libbuildpack v0.0.0-20240716203800-e8e9729b7ef9
8-
github.com/cloudfoundry/switchblade v0.4.0
8+
github.com/cloudfoundry/switchblade v0.6.0
99
github.com/golang/mock v1.6.0
1010
github.com/kr/text v0.2.0
1111
github.com/onsi/ginkgo v1.16.5
@@ -17,10 +17,10 @@ require (
1717
require (
1818
code.cloudfoundry.org/lager v2.0.0+incompatible // indirect
1919
github.com/Masterminds/semver v1.5.0 // indirect
20-
github.com/Microsoft/go-winio v0.6.0 // indirect
20+
github.com/Microsoft/go-winio v0.6.1 // indirect
2121
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
22-
github.com/docker/distribution v2.8.1+incompatible // indirect
23-
github.com/docker/docker v23.0.3+incompatible // indirect
22+
github.com/docker/distribution v2.8.2+incompatible // indirect
23+
github.com/docker/docker v24.0.2+incompatible // indirect
2424
github.com/docker/go-connections v0.4.0 // indirect
2525
github.com/docker/go-units v0.5.0 // indirect
2626
github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1 // indirect
@@ -30,9 +30,9 @@ require (
3030
github.com/google/go-cmp v0.6.0 // indirect
3131
github.com/nxadm/tail v1.4.8 // indirect
3232
github.com/opencontainers/go-digest v1.0.0 // indirect
33-
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
33+
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
3434
github.com/paketo-buildpacks/packit v1.3.1 // indirect
35-
github.com/paketo-buildpacks/packit/v2 v2.9.0 // indirect
35+
github.com/paketo-buildpacks/packit/v2 v2.11.0 // indirect
3636
github.com/pkg/errors v0.9.1 // indirect
3737
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569 // indirect
3838
github.com/tidwall/gjson v1.12.0 // indirect

go.sum

Lines changed: 665 additions & 0 deletions
Large diffs are not rendered by default.

vendor/github.com/Microsoft/go-winio/.golangci.yml

Lines changed: 16 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/hvsock.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/internal/fs/doc.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/internal/fs/fs.go

Lines changed: 202 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/go-winio/internal/fs/security.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)