Skip to content

Commit e9e2006

Browse files
committed
adopt switchblade 0.9.3
1 parent b45d0e6 commit e9e2006

321 files changed

Lines changed: 43659 additions & 2592 deletions

File tree

Some content is hidden

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

go.mod

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ go 1.23.4
55
require (
66
github.com/Dynatrace/libbuildpack-dynatrace v1.8.0
77
github.com/cloudfoundry/libbuildpack v0.0.0-20240717165421-f2ae8069fcba
8-
github.com/cloudfoundry/switchblade v0.9.0
8+
github.com/cloudfoundry/switchblade v0.9.3
99
github.com/golang/mock v1.6.0
1010
github.com/kardolus/httpmock v0.0.0-20181110092731-53def6cd0f87
1111
github.com/onsi/ginkgo v1.16.5
1212
github.com/onsi/gomega v1.36.2
1313
github.com/sclevine/spec v1.4.0
14+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0 // indirect
15+
go.opentelemetry.io/otel/sdk v1.32.0 // indirect
1416
)
1517

1618
require (
@@ -19,33 +21,52 @@ require (
1921
github.com/Microsoft/go-winio v0.6.1 // indirect
2022
github.com/blang/semver v3.5.1+incompatible // indirect
2123
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
22-
github.com/docker/distribution v2.8.2+incompatible // indirect
23-
github.com/docker/docker v24.0.9+incompatible // indirect
24+
github.com/containerd/log v0.1.0 // indirect
25+
github.com/distribution/reference v0.6.0 // indirect
26+
github.com/docker/docker v27.5.1+incompatible // indirect
2427
github.com/docker/go-connections v0.4.0 // indirect
2528
github.com/docker/go-units v0.5.0 // indirect
2629
github.com/elazarl/goproxy v1.7.0 // indirect
30+
github.com/felixge/httpsnoop v1.0.4 // indirect
2731
github.com/fsnotify/fsnotify v1.8.0 // indirect
2832
github.com/gabriel-vasile/mimetype v1.4.6 // indirect
33+
github.com/go-logr/logr v1.4.2 // indirect
34+
github.com/go-logr/stdr v1.2.2 // indirect
2935
github.com/gogo/protobuf v1.3.2 // indirect
3036
github.com/google/go-cmp v0.6.0 // indirect
37+
github.com/moby/docker-image-spec v1.3.1 // indirect
3138
github.com/nxadm/tail v1.4.11 // indirect
3239
github.com/opencontainers/go-digest v1.0.0 // indirect
3340
github.com/opencontainers/image-spec v1.1.0 // indirect
3441
github.com/paketo-buildpacks/packit v1.3.1 // indirect
3542
github.com/paketo-buildpacks/packit/v2 v2.16.0 // indirect
3643
github.com/pkg/errors v0.9.1 // indirect
44+
github.com/rogpeppe/go-internal v1.13.1 // indirect
3745
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569 // indirect
3846
github.com/tidwall/gjson v1.18.0 // indirect
3947
github.com/tidwall/match v1.1.1 // indirect
4048
github.com/tidwall/pretty v1.2.1 // indirect
4149
github.com/ulikunitz/xz v0.5.12 // indirect
50+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0 // indirect
51+
go.opentelemetry.io/otel v1.32.0 // indirect
52+
go.opentelemetry.io/otel/metric v1.32.0 // indirect
53+
go.opentelemetry.io/otel/trace v1.32.0 // indirect
4254
golang.org/x/mod v0.22.0 // indirect
4355
golang.org/x/net v0.35.0 // indirect
4456
golang.org/x/sync v0.11.0 // indirect
4557
golang.org/x/sys v0.30.0 // indirect
4658
golang.org/x/text v0.22.0 // indirect
4759
golang.org/x/tools v0.29.0 // indirect
60+
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
61+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
4862
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
4963
gopkg.in/yaml.v2 v2.4.0 // indirect
5064
gopkg.in/yaml.v3 v3.0.1 // indirect
5165
)
66+
67+
exclude google.golang.org/genproto v0.0.0-20230403163135-ca9f95a91c1a
68+
69+
replace (
70+
github.com/docker/distribution => github.com/docker/distribution v2.8.2+incompatible
71+
github.com/docker/docker => github.com/docker/docker v27.5.1+incompatible
72+
)

go.sum

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

vendor/github.com/cloudfoundry/switchblade/README.md

Lines changed: 25 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: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 70 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: 13 additions & 5 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/logs.go

Lines changed: 28 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)