Skip to content

Commit b684942

Browse files
committed
Bump go deps
1 parent 4949121 commit b684942

File tree

436 files changed

+125035
-24498
lines changed

Some content is hidden

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

436 files changed

+125035
-24498
lines changed

go.mod

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,52 +3,55 @@ module github.com/cloudfoundry/python-buildpack
33
go 1.22.5
44

55
require (
6-
github.com/Dynatrace/libbuildpack-dynatrace v1.5.2
6+
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-20240716203800-e8e9729b7ef9
9-
github.com/cloudfoundry/switchblade v0.4.0
8+
github.com/cloudfoundry/libbuildpack v0.0.0-20240717165421-f2ae8069fcba
9+
github.com/cloudfoundry/switchblade v0.6.0
1010
github.com/golang/mock v1.6.0
1111
github.com/kr/text v0.2.0
1212
github.com/onsi/ginkgo v1.16.5
13-
github.com/onsi/gomega v1.30.0
13+
github.com/onsi/gomega v1.36.2
1414
github.com/sclevine/spec v1.4.0
15-
golang.org/x/crypto v0.18.0
15+
golang.org/x/crypto v0.32.0
1616
gopkg.in/ini.v1 v1.67.0
1717
)
1818

1919
require (
2020
code.cloudfoundry.org/lager v2.0.0+incompatible // indirect
2121
github.com/Masterminds/semver v1.5.0 // indirect
22-
github.com/Microsoft/go-winio v0.6.1 // indirect
22+
github.com/Microsoft/go-winio v0.6.2 // indirect
2323
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
24-
github.com/distribution/reference v0.5.0 // indirect
2524
github.com/docker/distribution v2.8.3+incompatible // indirect
26-
github.com/docker/docker v24.0.7+incompatible // indirect
25+
github.com/docker/docker v27.4.1+incompatible // indirect
2726
github.com/docker/go-connections v0.5.0 // indirect
2827
github.com/docker/go-units v0.5.0 // indirect
29-
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5 // indirect
30-
github.com/elazarl/goproxy/ext v0.0.0-20191011121108-aa519ddbe484 // indirect
31-
github.com/fsnotify/fsnotify v1.7.0 // indirect
32-
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
28+
github.com/elazarl/goproxy v1.2.8 // indirect
29+
github.com/fsnotify/fsnotify v1.8.0 // indirect
30+
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
3331
github.com/gogo/protobuf v1.3.2 // indirect
3432
github.com/google/go-cmp v0.6.0 // indirect
33+
github.com/kr/pretty v0.3.1 // indirect
3534
github.com/nxadm/tail v1.4.11 // indirect
3635
github.com/opencontainers/go-digest v1.0.0 // indirect
37-
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
36+
github.com/opencontainers/image-spec v1.1.0 // indirect
3837
github.com/paketo-buildpacks/packit v1.3.1 // indirect
39-
github.com/paketo-buildpacks/packit/v2 v2.12.0 // indirect
38+
github.com/paketo-buildpacks/packit/v2 v2.16.0 // indirect
4039
github.com/pkg/errors v0.9.1 // indirect
40+
github.com/rogpeppe/go-internal v1.13.1 // indirect
4141
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569 // indirect
42-
github.com/tidwall/gjson v1.17.0 // indirect
42+
github.com/tidwall/gjson v1.18.0 // indirect
4343
github.com/tidwall/match v1.1.1 // indirect
4444
github.com/tidwall/pretty v1.2.1 // indirect
45-
github.com/ulikunitz/xz v0.5.11 // indirect
46-
golang.org/x/mod v0.14.0 // indirect
47-
golang.org/x/net v0.20.0 // indirect
48-
golang.org/x/sys v0.16.0 // indirect
49-
golang.org/x/text v0.14.0 // indirect
50-
golang.org/x/tools v0.16.1 // indirect
45+
github.com/ulikunitz/xz v0.5.12 // indirect
46+
golang.org/x/net v0.34.0 // indirect
47+
golang.org/x/sys v0.29.0 // indirect
48+
golang.org/x/text v0.21.0 // indirect
49+
golang.org/x/tools v0.29.0 // indirect
5150
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
5251
gopkg.in/yaml.v2 v2.4.0 // indirect
5352
gopkg.in/yaml.v3 v3.0.1 // indirect
5453
)
54+
55+
replace github.com/docker/distribution => github.com/docker/distribution v2.8.2+incompatible
56+
57+
replace github.com/docker/docker => github.com/docker/docker v24.0.2+incompatible

go.sum

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