Skip to content

Commit dda8445

Browse files
authored
Merge pull request #225 from cloudfoundry/update-libbuildpack-1772802507
Update libbuildpack
2 parents 1d19279 + dbbb0b1 commit dda8445

129 files changed

Lines changed: 55 additions & 14079 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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudfoundry/binary-buildpack
33
go 1.24.12
44

55
require (
6-
github.com/cloudfoundry/libbuildpack v0.0.0-20251202224209-b07cc3dab65e
6+
github.com/cloudfoundry/libbuildpack v0.0.0-20260306121953-8ab9253c8181
77
github.com/cloudfoundry/switchblade v0.9.4
88
github.com/onsi/ginkgo/v2 v2.28.1
99
github.com/onsi/gomega v1.39.0
@@ -34,7 +34,6 @@ require (
3434
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
3535
github.com/moby/docker-image-spec v1.3.1 // indirect
3636
github.com/nxadm/tail v1.4.11 // indirect
37-
github.com/onsi/ginkgo v1.16.5 // indirect
3837
github.com/opencontainers/go-digest v1.0.0 // indirect
3938
github.com/opencontainers/image-spec v1.1.0 // indirect
4039
github.com/paketo-buildpacks/packit v1.3.1 // indirect
@@ -60,7 +59,6 @@ require (
6059
golang.org/x/tools v0.41.0 // indirect
6160
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
6261
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
63-
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
6462
gopkg.in/yaml.v2 v2.4.0 // indirect
6563
)
6664

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,8 +744,8 @@ github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6D
744744
github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I=
745745
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
746746
github.com/cloudflare/circl v1.1.0/go.mod h1:prBCrKB9DV4poKZY1l9zBXg2QJY7mvgRvtMxxK7fi4I=
747-
github.com/cloudfoundry/libbuildpack v0.0.0-20251202224209-b07cc3dab65e h1:L9bl+eey+J8CQ5Dv24nJ5giUx00gdigZv4ElqzR0uRA=
748-
github.com/cloudfoundry/libbuildpack v0.0.0-20251202224209-b07cc3dab65e/go.mod h1:kn4FHMwI8bTd9gT92wPGjXHzUvGcj8CkPxG8q3AGBAQ=
747+
github.com/cloudfoundry/libbuildpack v0.0.0-20260306121953-8ab9253c8181 h1:di63teVid/uT+6TAqBSXFqxNM3sAbxk6hssYppZBvbw=
748+
github.com/cloudfoundry/libbuildpack v0.0.0-20260306121953-8ab9253c8181/go.mod h1:Qtj1XicpoDn88w2cvVCYtw1Whq+kK3bouin0xNZ9lIU=
749749
github.com/cloudfoundry/switchblade v0.9.4 h1:93O90a/DRRcZ4h50htDh4z7+FMliqy/lQH6IFgVa+mQ=
750750
github.com/cloudfoundry/switchblade v0.9.4/go.mod h1:hIEQdGAsuNnzlyQfsD5OIORt38weSBar6Wq5/JX6Omo=
751751
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)