-
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 from 1.23.3 to 1.20 and update Go modules used by the project. See the commit for details on what modules were updated. Signed-off-by: GitHub <[email protected]>
- Loading branch information
1 parent
c4a9765
commit 7a9c6d8
Showing
2 changed files
with
47 additions
and
45 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,30 @@ | ||
module github.com/initializ-buildpacks/watchexec/v2 | ||
|
||
go 1.23.3 | ||
go 1.23 | ||
|
||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/buildpacks/libcnb v1.30.3 | ||
github.com/onsi/gomega v1.33.1 | ||
github.com/paketo-buildpacks/libpak v1.70.0 | ||
github.com/buildpacks/libcnb v1.30.4 | ||
github.com/onsi/gomega v1.36.2 | ||
github.com/paketo-buildpacks/libpak v1.72.1 | ||
github.com/sclevine/spec v1.4.0 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.3.2 // indirect | ||
github.com/Masterminds/semver/v3 v3.2.1 // indirect | ||
github.com/creack/pty v1.1.21 // indirect | ||
github.com/BurntSushi/toml v1.4.0 // 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/h2non/filetype v1.1.3 // 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-colorable v0.1.14 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect | ||
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/text v0.15.0 // indirect | ||
golang.org/x/net v0.34.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
golang.org/x/text v0.21.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