Skip to content

Commit 7cd0702

Browse files
authored
Merge pull request #1152 from cloudfoundry/update-libbuildpack-1772802537
Update libbuildpack
2 parents db3c2b4 + e5a6829 commit 7cd0702

File tree

129 files changed

+55
-14079
lines changed

Some content is hidden

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

129 files changed

+55
-14079
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/Dynatrace/libbuildpack-dynatrace v1.8.0
77
github.com/blang/semver v3.5.1+incompatible
8-
github.com/cloudfoundry/libbuildpack v0.0.0-20251202224209-b07cc3dab65e
8+
github.com/cloudfoundry/libbuildpack v0.0.0-20260306121953-8ab9253c8181
99
github.com/cloudfoundry/switchblade v0.9.4
1010
github.com/golang/mock v1.6.0
1111
github.com/kr/text v0.2.0
@@ -39,7 +39,6 @@ require (
3939
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
4040
github.com/moby/docker-image-spec v1.3.1 // indirect
4141
github.com/nxadm/tail v1.4.11 // indirect
42-
github.com/onsi/ginkgo v1.16.5 // indirect
4342
github.com/opencontainers/go-digest v1.0.0 // indirect
4443
github.com/opencontainers/image-spec v1.1.0 // indirect
4544
github.com/paketo-buildpacks/packit v1.3.1 // indirect
@@ -65,7 +64,6 @@ require (
6564
golang.org/x/tools v0.41.0 // indirect
6665
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
6766
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
68-
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
6967
gopkg.in/yaml.v2 v2.4.0 // indirect
7068
)
7169

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,8 @@ github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6D
746746
github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I=
747747
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
748748
github.com/cloudflare/circl v1.1.0/go.mod h1:prBCrKB9DV4poKZY1l9zBXg2QJY7mvgRvtMxxK7fi4I=
749-
github.com/cloudfoundry/libbuildpack v0.0.0-20251202224209-b07cc3dab65e h1:L9bl+eey+J8CQ5Dv24nJ5giUx00gdigZv4ElqzR0uRA=
750-
github.com/cloudfoundry/libbuildpack v0.0.0-20251202224209-b07cc3dab65e/go.mod h1:kn4FHMwI8bTd9gT92wPGjXHzUvGcj8CkPxG8q3AGBAQ=
749+
github.com/cloudfoundry/libbuildpack v0.0.0-20260306121953-8ab9253c8181 h1:di63teVid/uT+6TAqBSXFqxNM3sAbxk6hssYppZBvbw=
750+
github.com/cloudfoundry/libbuildpack v0.0.0-20260306121953-8ab9253c8181/go.mod h1:Qtj1XicpoDn88w2cvVCYtw1Whq+kK3bouin0xNZ9lIU=
751751
github.com/cloudfoundry/switchblade v0.9.4 h1:93O90a/DRRcZ4h50htDh4z7+FMliqy/lQH6IFgVa+mQ=
752752
github.com/cloudfoundry/switchblade v0.9.4/go.mod h1:hIEQdGAsuNnzlyQfsD5OIORt38weSBar6Wq5/JX6Omo=
753753
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=

vendor/github.com/cloudfoundry/libbuildpack/bratshelper/data.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/libbuildpack/bratshelper/tests.go

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

vendor/github.com/cloudfoundry/libbuildpack/cutlass/cf.go

Lines changed: 2 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/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/packager/packager.go

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

vendor/github.com/fsnotify/fsnotify/.cirrus.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

vendor/github.com/fsnotify/fsnotify/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

vendor/github.com/fsnotify/fsnotify/.mailmap

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)