Skip to content

Commit 7af843b

Browse files
dependabot[bot]paketo-bot
authored andcommitted
Bump github.com/paketo-buildpacks/packit/v2 from 2.3.0 to 2.3.1
Bumps [github.com/paketo-buildpacks/packit/v2](https://github.com/paketo-buildpacks/packit) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/paketo-buildpacks/packit/releases) - [Commits](paketo-buildpacks/packit@v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: github.com/paketo-buildpacks/packit/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3739f2 commit 7af843b

2 files changed

Lines changed: 457 additions & 28 deletions

File tree

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ require (
66
github.com/BurntSushi/toml v1.1.0
77
github.com/onsi/gomega v1.19.0
88
github.com/paketo-buildpacks/occam v0.9.0
9-
github.com/paketo-buildpacks/packit/v2 v2.3.0
9+
github.com/paketo-buildpacks/packit/v2 v2.3.1
1010
github.com/sclevine/spec v1.4.0
1111
)
1212

1313
require (
1414
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
1515
github.com/ForestEckhardt/freezer v0.0.11 // indirect
1616
github.com/Masterminds/semver/v3 v3.1.1 // indirect
17-
github.com/Microsoft/go-winio v0.5.1 // indirect
18-
github.com/Microsoft/hcsshim v0.8.23 // indirect
17+
github.com/Microsoft/go-winio v0.5.2 // indirect
18+
github.com/Microsoft/hcsshim v0.8.24 // indirect
1919
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
20-
github.com/containerd/cgroups v1.0.1 // indirect
21-
github.com/containerd/containerd v1.5.10 // indirect
20+
github.com/containerd/cgroups v1.0.3 // indirect
21+
github.com/containerd/containerd v1.5.13 // indirect
2222
github.com/docker/distribution v2.8.1+incompatible // indirect
2323
github.com/docker/docker v20.10.12+incompatible // indirect
2424
github.com/docker/go-connections v0.4.0 // indirect
@@ -28,7 +28,7 @@ require (
2828
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2929
github.com/golang/protobuf v1.5.2 // indirect
3030
github.com/google/uuid v1.3.0 // indirect
31-
github.com/magiconair/properties v1.8.5 // indirect
31+
github.com/magiconair/properties v1.8.6 // indirect
3232
github.com/moby/sys/mount v0.2.0 // indirect
3333
github.com/moby/sys/mountinfo v0.5.0 // indirect
3434
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
@@ -43,12 +43,12 @@ require (
4343
github.com/testcontainers/testcontainers-go v0.13.0 // indirect
4444
github.com/ulikunitz/xz v0.5.10 // indirect
4545
go.opencensus.io v0.23.0 // indirect
46-
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
47-
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
46+
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
47+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
4848
golang.org/x/text v0.3.7 // indirect
49-
google.golang.org/genproto v0.0.0-20220218161850-94dd64e39d7c // indirect
50-
google.golang.org/grpc v1.44.0 // indirect
51-
google.golang.org/protobuf v1.27.1 // indirect
49+
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
50+
google.golang.org/grpc v1.46.2 // indirect
51+
google.golang.org/protobuf v1.28.0 // indirect
5252
gopkg.in/yaml.v2 v2.4.0 // indirect
53-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
53+
gopkg.in/yaml.v3 v3.0.1 // indirect
5454
)

0 commit comments

Comments
 (0)