Skip to content

Commit e71d465

Browse files
authored
Adopt switchblade v9.0.1 (#855)
1 parent c55235d commit e71d465

File tree

320 files changed

+44183
-3293
lines changed

Some content is hidden

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

320 files changed

+44183
-3293
lines changed

go.mod

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.23.4
55
require (
66
github.com/Dynatrace/libbuildpack-dynatrace v1.8.0
77
github.com/Masterminds/semver v1.5.0
8-
github.com/cloudfoundry/libbuildpack v0.0.0-20240717165421-f2ae8069fcba
9-
github.com/cloudfoundry/switchblade v0.9.0
8+
github.com/cloudfoundry/libbuildpack v0.0.0-20251203175254-7be530ec9fef
9+
github.com/cloudfoundry/switchblade v0.9.1
1010
github.com/golang/mock v1.6.0
1111
github.com/onsi/ginkgo v1.16.5
1212
github.com/onsi/gomega v1.36.2
@@ -19,15 +19,20 @@ require (
1919
github.com/Microsoft/go-winio v0.6.2 // indirect
2020
github.com/blang/semver v3.5.1+incompatible // indirect
2121
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
22-
github.com/docker/distribution v2.8.3+incompatible // indirect
23-
github.com/docker/docker v27.4.1+incompatible // indirect
22+
github.com/containerd/log v0.1.0 // indirect
23+
github.com/distribution/reference v0.6.0 // indirect
24+
github.com/docker/docker v27.5.1+incompatible // indirect
2425
github.com/docker/go-connections v0.5.0 // indirect
2526
github.com/docker/go-units v0.5.0 // indirect
2627
github.com/elazarl/goproxy v1.2.8 // indirect
28+
github.com/felixge/httpsnoop v1.0.4 // indirect
2729
github.com/fsnotify/fsnotify v1.8.0 // indirect
2830
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
31+
github.com/go-logr/logr v1.4.2 // indirect
32+
github.com/go-logr/stdr v1.2.2 // indirect
2933
github.com/gogo/protobuf v1.3.2 // indirect
3034
github.com/google/go-cmp v0.6.0 // indirect
35+
github.com/moby/docker-image-spec v1.3.1 // indirect
3136
github.com/nxadm/tail v1.4.11 // indirect
3237
github.com/opencontainers/go-digest v1.0.0 // indirect
3338
github.com/opencontainers/image-spec v1.1.0 // indirect
@@ -40,6 +45,12 @@ require (
4045
github.com/tidwall/match v1.1.1 // indirect
4146
github.com/tidwall/pretty v1.2.1 // indirect
4247
github.com/ulikunitz/xz v0.5.12 // indirect
48+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0 // indirect
49+
go.opentelemetry.io/otel v1.32.0 // indirect
50+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0 // indirect
51+
go.opentelemetry.io/otel/metric v1.32.0 // indirect
52+
go.opentelemetry.io/otel/sdk v1.32.0 // indirect
53+
go.opentelemetry.io/otel/trace v1.32.0 // indirect
4354
golang.org/x/net v0.34.0 // indirect
4455
golang.org/x/sys v0.29.0 // indirect
4556
golang.org/x/text v0.21.0 // indirect
@@ -48,6 +59,7 @@ require (
4859
gopkg.in/yaml.v3 v3.0.1 // indirect
4960
)
5061

51-
replace github.com/docker/docker => github.com/docker/docker v24.0.2+incompatible
52-
5362
replace github.com/docker/distribution => github.com/docker/distribution v2.8.2+incompatible
63+
64+
// Fix ambiguous genproto imports
65+
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20240513163218-0867130af1f8

go.sum

Lines changed: 473 additions & 684 deletions
Large diffs are not rendered by default.

vendor/github.com/cloudfoundry/libbuildpack/installer.go

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

vendor/github.com/cloudfoundry/libbuildpack/util.go

Lines changed: 168 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/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.

0 commit comments

Comments
 (0)