-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps Go modules used by the project. See the commit for details on what modules were updated. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
85c01e8
commit ada5434
Showing
2 changed files
with
36 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
module github.com/initializ-buildpacks/procfile/v5 | ||
|
||
go 1.23.3 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/buildpacks/libcnb v1.30.3 | ||
github.com/buildpacks/libcnb v1.30.4 | ||
github.com/mattn/go-shellwords v1.0.12 | ||
github.com/onsi/gomega v1.34.1 | ||
github.com/paketo-buildpacks/libpak v1.71.0 | ||
github.com/onsi/gomega v1.36.0 | ||
github.com/paketo-buildpacks/libpak v1.72.0 | ||
github.com/sclevine/spec v1.4.0 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.4.0 // indirect | ||
github.com/Masterminds/semver/v3 v3.2.1 // indirect | ||
github.com/creack/pty v1.1.21 // indirect | ||
github.com/Masterminds/semver/v3 v3.3.1 // indirect | ||
github.com/creack/pty v1.1.24 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/heroku/color v0.0.6 // indirect | ||
github.com/imdario/mergo v0.3.16 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect | ||
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/sys v0.23.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/net v0.32.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/tools v0.28.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters