Skip to content

Commit 9da31d4

Browse files
committed
bump switchblade to v0.9.2
1 parent fc02c2f commit 9da31d4

File tree

322 files changed

+43351
-2544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

322 files changed

+43351
-2544
lines changed

go.mod

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/cloudfoundry/php-buildpack
22

3-
go 1.23.4
3+
go 1.24.0
44

55
require (
66
github.com/cloudfoundry/libbuildpack v0.0.0-20251203175254-7be530ec9fef
7-
github.com/cloudfoundry/switchblade v0.9.0
7+
github.com/cloudfoundry/switchblade v0.9.2
88
github.com/onsi/ginkgo/v2 v2.27.2
99
github.com/onsi/gomega v1.38.2
1010
github.com/sclevine/spec v1.4.0
@@ -18,18 +18,22 @@ require (
1818
github.com/Microsoft/go-winio v0.6.0 // indirect
1919
github.com/blang/semver v3.5.1+incompatible // indirect
2020
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
21-
github.com/docker/distribution v2.8.1+incompatible // indirect
22-
github.com/docker/docker v24.0.9+incompatible // indirect
21+
github.com/containerd/log v0.1.0 // indirect
22+
github.com/distribution/reference v0.6.0 // indirect
23+
github.com/docker/docker v27.5.1+incompatible // indirect
2324
github.com/docker/go-connections v0.4.0 // indirect
2425
github.com/docker/go-units v0.5.0 // indirect
2526
github.com/elazarl/goproxy v1.2.8 // indirect
27+
github.com/felixge/httpsnoop v1.0.4 // indirect
2628
github.com/fsnotify/fsnotify v1.8.0 // indirect
2729
github.com/gabriel-vasile/mimetype v1.4.6 // indirect
2830
github.com/go-logr/logr v1.4.3 // indirect
31+
github.com/go-logr/stdr v1.2.2 // indirect
2932
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
3033
github.com/gogo/protobuf v1.3.2 // indirect
3134
github.com/google/go-cmp v0.7.0 // indirect
3235
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
36+
github.com/moby/docker-image-spec v1.3.1 // indirect
3337
github.com/nxadm/tail v1.4.11 // indirect
3438
github.com/onsi/ginkgo v1.16.5 // indirect
3539
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -42,12 +46,23 @@ require (
4246
github.com/tidwall/match v1.1.1 // indirect
4347
github.com/tidwall/pretty v1.2.1 // indirect
4448
github.com/ulikunitz/xz v0.5.12 // indirect
49+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
50+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0 // indirect
51+
go.opentelemetry.io/otel v1.34.0 // indirect
52+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0 // indirect
53+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
54+
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
55+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
4556
go.yaml.in/yaml/v3 v3.0.4 // indirect
4657
golang.org/x/mod v0.27.0 // indirect
4758
golang.org/x/net v0.43.0 // indirect
4859
golang.org/x/sync v0.16.0 // indirect
4960
golang.org/x/sys v0.35.0 // indirect
5061
golang.org/x/text v0.28.0 // indirect
5162
golang.org/x/tools v0.36.0 // indirect
63+
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
64+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
65+
google.golang.org/grpc v1.71.0 // indirect
66+
google.golang.org/protobuf v1.36.10 // indirect
5267
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
5368
)

go.sum

Lines changed: 46 additions & 8 deletions
Large diffs are not rendered by default.

vendor/github.com/cloudfoundry/switchblade/cloudfoundry.go

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

vendor/github.com/cloudfoundry/switchblade/docker.go

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

vendor/github.com/cloudfoundry/switchblade/internal/cloudfoundry/initialize.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cloudfoundry/switchblade/internal/cloudfoundry/setup.go

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

vendor/github.com/cloudfoundry/switchblade/internal/cloudfoundry/stage.go

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

0 commit comments

Comments
 (0)