Skip to content

Commit 8098e90

Browse files
authored
Update gomod deps (#866)
1 parent 78c6222 commit 8098e90

482 files changed

Lines changed: 10111 additions & 9484 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: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module github.com/cloudfoundry/python-buildpack
33
require (
44
github.com/Dynatrace/libbuildpack-dynatrace v1.5.2
55
github.com/blang/semver v3.5.1+incompatible
6-
github.com/cloudfoundry/libbuildpack v0.0.0-20230404152448-8da916cb09fe
6+
github.com/cloudfoundry/libbuildpack v0.0.0-20231211162543-86d10e150195
77
github.com/cloudfoundry/switchblade v0.4.0
88
github.com/golang/mock v1.6.0
99
github.com/kr/text v0.2.0
1010
github.com/onsi/ginkgo v1.16.5
11-
github.com/onsi/gomega v1.27.8
11+
github.com/onsi/gomega v1.30.0
1212
github.com/sclevine/spec v1.4.0
13-
golang.org/x/crypto v0.9.0
13+
golang.org/x/crypto v0.16.0
1414
gopkg.in/ini.v1 v1.67.0
1515
)
1616

@@ -19,32 +19,33 @@ require (
1919
github.com/Masterminds/semver v1.5.0 // indirect
2020
github.com/Microsoft/go-winio v0.6.1 // indirect
2121
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
22-
github.com/docker/distribution v2.8.1+incompatible // indirect
23-
github.com/docker/docker v23.0.4+incompatible // indirect
22+
github.com/distribution/reference v0.5.0 // indirect
23+
github.com/docker/distribution v2.8.3+incompatible // indirect
24+
github.com/docker/docker v24.0.7+incompatible // indirect
2425
github.com/docker/go-connections v0.4.0 // indirect
2526
github.com/docker/go-units v0.5.0 // indirect
26-
github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819 // indirect
27+
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5 // indirect
2728
github.com/elazarl/goproxy/ext v0.0.0-20191011121108-aa519ddbe484 // indirect
28-
github.com/fsnotify/fsnotify v1.6.0 // indirect
29-
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
29+
github.com/fsnotify/fsnotify v1.7.0 // indirect
30+
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
3031
github.com/gogo/protobuf v1.3.2 // indirect
31-
github.com/google/go-cmp v0.5.9 // indirect
32-
github.com/nxadm/tail v1.4.8 // indirect
32+
github.com/google/go-cmp v0.6.0 // indirect
33+
github.com/nxadm/tail v1.4.11 // indirect
3334
github.com/opencontainers/go-digest v1.0.0 // indirect
34-
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
35+
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
3536
github.com/paketo-buildpacks/packit v1.3.1 // indirect
36-
github.com/paketo-buildpacks/packit/v2 v2.9.1 // indirect
37+
github.com/paketo-buildpacks/packit/v2 v2.12.0 // indirect
3738
github.com/pkg/errors v0.9.1 // indirect
3839
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569 // indirect
39-
github.com/tidwall/gjson v1.14.4 // indirect
40+
github.com/tidwall/gjson v1.17.0 // indirect
4041
github.com/tidwall/match v1.1.1 // indirect
4142
github.com/tidwall/pretty v1.2.1 // indirect
4243
github.com/ulikunitz/xz v0.5.11 // indirect
43-
golang.org/x/mod v0.10.0 // indirect
44-
golang.org/x/net v0.10.0 // indirect
45-
golang.org/x/sys v0.8.0 // indirect
46-
golang.org/x/text v0.9.0 // indirect
47-
golang.org/x/tools v0.9.1 // indirect
44+
golang.org/x/mod v0.14.0 // indirect
45+
golang.org/x/net v0.19.0 // indirect
46+
golang.org/x/sys v0.15.0 // indirect
47+
golang.org/x/text v0.14.0 // indirect
48+
golang.org/x/tools v0.16.0 // indirect
4849
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
4950
gopkg.in/yaml.v2 v2.4.0 // indirect
5051
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

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

vendor/github.com/distribution/reference/.gitattributes

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

vendor/github.com/distribution/reference/.gitignore

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

vendor/github.com/distribution/reference/.golangci.yml

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

vendor/github.com/distribution/reference/CODE-OF-CONDUCT.md

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

vendor/github.com/distribution/reference/CONTRIBUTING.md

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

vendor/github.com/distribution/reference/GOVERNANCE.md

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