Skip to content

Commit 747c142

Browse files
authored
Update gomod deps (#684)
1 parent 30a8ec9 commit 747c142

File tree

488 files changed

+10330
-9546
lines changed

Some content is hidden

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

488 files changed

+10330
-9546
lines changed

go.mod

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ go 1.19
55
require (
66
github.com/Dynatrace/libbuildpack-dynatrace v1.5.2
77
github.com/Masterminds/semver v1.5.0
8-
github.com/cloudfoundry/libbuildpack v0.0.0-20230404152448-8da916cb09fe
8+
github.com/cloudfoundry/libbuildpack v0.0.0-20231211162543-86d10e150195
99
github.com/cloudfoundry/switchblade v0.4.0
1010
github.com/golang/mock v1.6.0
1111
github.com/onsi/ginkgo v1.16.5
12-
github.com/onsi/gomega v1.27.6
12+
github.com/onsi/gomega v1.30.0
1313
github.com/sclevine/spec v1.4.0
1414
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20181117152235-275e9df93516
1515
)
@@ -19,31 +19,32 @@ require (
1919
github.com/Microsoft/go-winio v0.6.1 // indirect
2020
github.com/blang/semver v3.5.1+incompatible // 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/fsnotify/fsnotify v1.6.0 // indirect
28-
github.com/gabriel-vasile/mimetype v1.4.2 // 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
2930
github.com/gogo/protobuf v1.3.2 // indirect
30-
github.com/google/go-cmp v0.5.9 // indirect
31-
github.com/nxadm/tail v1.4.8 // indirect
31+
github.com/google/go-cmp v0.6.0 // indirect
32+
github.com/nxadm/tail v1.4.11 // indirect
3233
github.com/opencontainers/go-digest v1.0.0 // indirect
33-
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
34+
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
3435
github.com/paketo-buildpacks/packit v1.3.1 // indirect
35-
github.com/paketo-buildpacks/packit/v2 v2.9.1 // indirect
36+
github.com/paketo-buildpacks/packit/v2 v2.12.0 // indirect
3637
github.com/pkg/errors v0.9.1 // indirect
3738
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569 // indirect
38-
github.com/tidwall/gjson v1.14.4 // indirect
39+
github.com/tidwall/gjson v1.17.0 // indirect
3940
github.com/tidwall/match v1.1.1 // indirect
4041
github.com/tidwall/pretty v1.2.1 // indirect
4142
github.com/ulikunitz/xz v0.5.11 // indirect
42-
golang.org/x/mod v0.10.0 // indirect
43-
golang.org/x/net v0.9.0 // indirect
44-
golang.org/x/sys v0.7.0 // indirect
45-
golang.org/x/text v0.9.0 // indirect
46-
golang.org/x/tools v0.8.0 // 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
4748
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
4849
gopkg.in/yaml.v2 v2.4.0 // indirect
4950
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

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