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

Commit

Permalink
Merge pull request #5 from paketo-community/dependabot/go_modules/git…
Browse files Browse the repository at this point in the history
…hub.com/paketo-buildpacks/packit-0.0.15

Bump github.com/paketo-buildpacks/packit from 0.0.14 to 0.0.15
  • Loading branch information
ryanmoran authored Jun 19, 2020
2 parents 9104802 + d34cd38 commit 2e8bfce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ api = "0.2"
id = "org.cloudfoundry.stacks.cflinuxfs3"

[metadata]
include_files = ["bin/build","bin/detect","buildpack.toml","server_configs/nginx.conf"]
include_files = ["bin/build","bin/detect","bin/run","buildpack.toml","server_configs/nginx.conf"]
pre_package = "./scripts/build.sh"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/onsi/ginkgo v1.12.2 // indirect
github.com/onsi/gomega v1.10.1
github.com/paketo-buildpacks/occam v0.0.9
github.com/paketo-buildpacks/packit v0.0.14
github.com/paketo-buildpacks/packit v0.0.15
github.com/sclevine/spec v1.4.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.3.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ github.com/paketo-buildpacks/packit v0.0.12 h1:GuGXq52bnLYxM7zzFPhp8rZOID+7d4zwl
github.com/paketo-buildpacks/packit v0.0.12/go.mod h1:b40wtWWAcgB47+vYGDD9KKhzOtBjI8KPqGxwGvV+XNs=
github.com/paketo-buildpacks/packit v0.0.14 h1:ySq6WC/WKsOmUdsg9Uh1ggpDkyV0opJuJTus5DYv+lg=
github.com/paketo-buildpacks/packit v0.0.14/go.mod h1:b40wtWWAcgB47+vYGDD9KKhzOtBjI8KPqGxwGvV+XNs=
github.com/paketo-buildpacks/packit v0.0.15 h1:BYcZAyHcKF+n9DKroAiYC1CgbCHIshcerxeMYq5rq4A=
github.com/paketo-buildpacks/packit v0.0.15/go.mod h1:b40wtWWAcgB47+vYGDD9KKhzOtBjI8KPqGxwGvV+XNs=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down

0 comments on commit 2e8bfce

Please sign in to comment.