mirror of https://github.com/buildpacks/pack.git
Bumps the go-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.40.0` | `0.41.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.26.0` | `0.27.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.34.0` | `0.35.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.33.0` | `0.34.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.27.0` | `0.28.0` | Updates `github.com/docker/go-connections` from 0.5.0 to 0.6.0 - [Commits](https://github.com/docker/go-connections/compare/v0.5.0...v0.6.0) Updates `golang.org/x/crypto` from 0.40.0 to 0.41.0 - [Commits](https://github.com/golang/crypto/compare/v0.40.0...v0.41.0) Updates `golang.org/x/mod` from 0.26.0 to 0.27.0 - [Commits](https://github.com/golang/mod/compare/v0.26.0...v0.27.0) Updates `golang.org/x/sys` from 0.34.0 to 0.35.0 - [Commits](https://github.com/golang/sys/compare/v0.34.0...v0.35.0) Updates `golang.org/x/term` from 0.33.0 to 0.34.0 - [Commits](https://github.com/golang/term/compare/v0.33.0...v0.34.0) Updates `golang.org/x/text` from 0.27.0 to 0.28.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: github.com/docker/go-connections dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/mod dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/sys dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/term dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/text dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.github | ||
acceptance | ||
benchmarks | ||
builder | ||
buildpackage | ||
cmd | ||
internal | ||
pkg | ||
registry | ||
resources | ||
testdata | ||
testhelpers | ||
tools | ||
.gitignore | ||
.gitpod.yml | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
DEVELOPMENT.md | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
RELEASE.md | ||
codecov.yml | ||
go.mod | ||
go.sum | ||
golangci.yaml | ||
main.go | ||
project.toml |
README.md
pack - Buildpack CLI
pack
makes it easy for...
- App Developers to use buildpacks to convert code into runnable images.
- Buildpack Authors to develop and package buildpacks for distribution.
- Operators to package buildpacks for distribution and maintain applications.
Usage

Getting Started
Get started by running through our tutorial: An App’s Brief Journey from Source to Image
Contributing
- CONTRIBUTING - Information on how to contribute, including the pull request process.
- DEVELOPMENT - Further detail to help you during the development process.
- RELEASE - Further details about our release process.
Documentation
Check out the command line documentation here
Specifications
pack
is a CLI implementation of the Platform Interface Specification for Cloud Native Buildpacks.
To learn more about the details, check out the specs repository.