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

A Cloud Native Buildpack for installing packages using dep

License

Notifications You must be signed in to change notification settings

paketo-buildpacks/dep-ensure

Dep Ensure Cloud Native Buildpack

The Dep Ensure CNB makes use of the dep tool to execute the dep ensure command in the working directory of the app. For more info about the dep ensure command, see the documentation

Integration

The Dep Ensure CNB does not provide any dependencies. It requires the dep dependency that can be provided by a buildpack like the Dep CNB.

Usage

To package this buildpack for consumption:

$ ./scripts/package.sh

buildpack.yml Configurations

This buildpack does not support configurations using buildpack.yml.