-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
27 lines (24 loc) · 858 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/paketo-buildpacks/procfile/v5
go 1.22
require (
github.com/buildpacks/libcnb v1.30.3
github.com/mattn/go-shellwords v1.0.12
github.com/onsi/gomega v1.33.1
github.com/paketo-buildpacks/libpak v1.70.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/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/net v0.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)