Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Bump github.com/paketo-buildpacks/occam from 0.2.1 to 0.3.0 #181

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
github.com/onsi/gomega v1.17.0
github.com/paketo-buildpacks/occam v0.2.1
github.com/paketo-buildpacks/occam v0.3.0
github.com/paketo-buildpacks/packit v1.3.1
github.com/sclevine/spec v1.4.0
gopkg.in/yaml.v2 v2.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQ
github.com/opencontainers/image-spec v1.0.1/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0=
github.com/paketo-buildpacks/occam v0.0.22/go.mod h1:aPNRyPEgYp4a01O4UKAuFWYnRmY4ujeuV3x6yAa1hxs=
github.com/paketo-buildpacks/occam v0.2.0/go.mod h1:F4C8U03JhujFEjEHm/mCjqRzBydCWxNTi4pMUbBAKX8=
github.com/paketo-buildpacks/occam v0.2.1 h1:Jv3R/ZTMa+sLzTr+e+hnYOlk97UI4I84K9YywffCLu4=
github.com/paketo-buildpacks/occam v0.2.1/go.mod h1:d4K1+o/ZLOWYJUO6oMJT2hOgPFA081+fF3nMut+9nGM=
github.com/paketo-buildpacks/occam v0.3.0 h1:J5X+ec3XUlCQAAtuvD7+E3pGNvZw/aoXCknm1RCe9Xc=
github.com/paketo-buildpacks/occam v0.3.0/go.mod h1:d4K1+o/ZLOWYJUO6oMJT2hOgPFA081+fF3nMut+9nGM=
github.com/paketo-buildpacks/packit v0.5.0/go.mod h1:ATLZccUzqEAyPlirdka8hs+XNqS4pyJ/tjyU1NXJKm8=
github.com/paketo-buildpacks/packit v1.3.1 h1:DJAfqsDadRllr/OPYDONxJEOHbYUMWE1NIPPArq4b7w=
github.com/paketo-buildpacks/packit v1.3.1/go.mod h1:v0jVFr3GNcM9JDwwuIAzYNV4Le1L728uMSNhjUybXVA=
Expand Down