Skip to content

Commit b6f0805

Browse files
dependabot[bot]paketo-bot
authored andcommitted
Bump github.com/paketo-buildpacks/packit/v2 from 2.4.2 to 2.5.0
Bumps [github.com/paketo-buildpacks/packit/v2](https://github.com/paketo-buildpacks/packit) from 2.4.2 to 2.5.0. - [Release notes](https://github.com/paketo-buildpacks/packit/releases) - [Commits](paketo-buildpacks/packit@v2.4.2...v2.5.0) --- updated-dependencies: - dependency-name: github.com/paketo-buildpacks/packit/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98f222e commit b6f0805

File tree

2 files changed

+140
-321
lines changed

2 files changed

+140
-321
lines changed

go.mod

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/ForestEckhardt/freezer v0.0.11
77
github.com/oklog/ulid v1.3.1
88
github.com/onsi/gomega v1.20.2
9-
github.com/paketo-buildpacks/packit/v2 v2.4.2
9+
github.com/paketo-buildpacks/packit/v2 v2.5.0
1010
github.com/sclevine/spec v1.4.0
1111
github.com/testcontainers/testcontainers-go v0.14.0
1212
)
@@ -26,7 +26,7 @@ require (
2626
github.com/gogo/protobuf v1.3.2 // indirect
2727
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2828
github.com/golang/protobuf v1.5.2 // indirect
29-
github.com/google/go-cmp v0.5.8 // indirect
29+
github.com/google/go-cmp v0.5.9 // indirect
3030
github.com/google/uuid v1.3.0 // indirect
3131
github.com/magiconair/properties v1.8.6 // indirect
3232
github.com/moby/sys/mount v0.3.3 // indirect
@@ -37,14 +37,14 @@ require (
3737
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect
3838
github.com/opencontainers/runc v1.1.3 // indirect
3939
github.com/pkg/errors v0.9.1 // indirect
40-
github.com/sirupsen/logrus v1.8.1 // indirect
40+
github.com/sirupsen/logrus v1.9.0 // indirect
4141
github.com/ulikunitz/xz v0.5.10 // indirect
4242
go.opencensus.io v0.23.0 // indirect
43-
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
44-
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
45-
golang.org/x/text v0.3.7 // indirect
46-
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
43+
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
44+
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
45+
golang.org/x/text v0.3.8-0.20211004125949-5bd84dd9b33b // indirect
46+
google.golang.org/genproto v0.0.0-20220805133916-01dd62135a58 // indirect
4747
google.golang.org/grpc v1.48.0 // indirect
48-
google.golang.org/protobuf v1.28.0 // indirect
48+
google.golang.org/protobuf v1.28.1 // indirect
4949
gopkg.in/yaml.v3 v3.0.1 // indirect
5050
)

0 commit comments

Comments
 (0)