Skip to content

Commit b7da2c3

Browse files
committed
Bump go deps
1 parent 9b582ba commit b7da2c3

File tree

455 files changed

+125310
-25766
lines changed

Some content is hidden

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

455 files changed

+125310
-25766
lines changed

go.mod

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,55 @@
11
module github.com/cloudfoundry/nodejs-buildpack
22

3-
go 1.22.5
3+
go 1.23.4
44

55
require (
6-
github.com/Dynatrace/libbuildpack-dynatrace v1.5.2
6+
github.com/Dynatrace/libbuildpack-dynatrace v1.8.0
77
github.com/Masterminds/semver v1.5.0
88
github.com/cloudfoundry/libbuildpack v0.0.0-20240717165421-f2ae8069fcba
9-
github.com/cloudfoundry/switchblade v0.4.0
9+
github.com/cloudfoundry/switchblade v0.6.0
1010
github.com/golang/mock v1.6.0
1111
github.com/onsi/ginkgo v1.16.5
12-
github.com/onsi/gomega v1.30.0
12+
github.com/onsi/gomega v1.36.2
1313
github.com/sclevine/spec v1.4.0
1414
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20181117152235-275e9df93516
1515
)
1616

1717
require (
1818
code.cloudfoundry.org/lager v2.0.0+incompatible // indirect
19-
github.com/Microsoft/go-winio v0.6.1 // indirect
19+
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/distribution/reference v0.5.0 // indirect
2322
github.com/docker/distribution v2.8.3+incompatible // indirect
24-
github.com/docker/docker v24.0.7+incompatible // indirect
25-
github.com/docker/go-connections v0.4.0 // indirect
23+
github.com/docker/docker v27.4.1+incompatible // indirect
24+
github.com/docker/go-connections v0.5.0 // indirect
2625
github.com/docker/go-units v0.5.0 // indirect
27-
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5 // indirect
28-
github.com/fsnotify/fsnotify v1.7.0 // indirect
29-
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
26+
github.com/elazarl/goproxy v1.2.8 // indirect
27+
github.com/fsnotify/fsnotify v1.8.0 // indirect
28+
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
3029
github.com/gogo/protobuf v1.3.2 // indirect
3130
github.com/google/go-cmp v0.6.0 // indirect
31+
github.com/kr/pretty v0.3.1 // indirect
3232
github.com/nxadm/tail v1.4.11 // indirect
3333
github.com/opencontainers/go-digest v1.0.0 // indirect
34-
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
34+
github.com/opencontainers/image-spec v1.1.0 // indirect
3535
github.com/paketo-buildpacks/packit v1.3.1 // indirect
36-
github.com/paketo-buildpacks/packit/v2 v2.12.0 // indirect
36+
github.com/paketo-buildpacks/packit/v2 v2.16.0 // indirect
3737
github.com/pkg/errors v0.9.1 // indirect
38+
github.com/rogpeppe/go-internal v1.13.1 // indirect
3839
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569 // indirect
39-
github.com/tidwall/gjson v1.17.0 // indirect
40+
github.com/tidwall/gjson v1.18.0 // indirect
4041
github.com/tidwall/match v1.1.1 // indirect
4142
github.com/tidwall/pretty v1.2.1 // indirect
42-
github.com/ulikunitz/xz v0.5.11 // indirect
43-
golang.org/x/mod v0.14.0 // indirect
44-
golang.org/x/net v0.19.0 // indirect
45-
golang.org/x/sys v0.15.0 // indirect
46-
golang.org/x/text v0.14.0 // indirect
47-
golang.org/x/tools v0.16.0 // indirect
43+
github.com/ulikunitz/xz v0.5.12 // indirect
44+
golang.org/x/net v0.34.0 // indirect
45+
golang.org/x/sys v0.29.0 // indirect
46+
golang.org/x/text v0.21.0 // indirect
47+
golang.org/x/tools v0.29.0 // indirect
4848
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
4949
gopkg.in/yaml.v2 v2.4.0 // indirect
5050
gopkg.in/yaml.v3 v3.0.1 // indirect
5151
)
52+
53+
replace github.com/docker/docker => github.com/docker/docker v24.0.2+incompatible
54+
55+
replace github.com/docker/distribution => github.com/docker/distribution v2.8.2+incompatible

go.sum

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

vendor/github.com/Dynatrace/libbuildpack-dynatrace/.gitignore

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

vendor/github.com/Dynatrace/libbuildpack-dynatrace/README.md

Lines changed: 3 additions & 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)