We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35c2660 + 45a046c commit 27f7fcaCopy full SHA for 27f7fca
go.mod
@@ -5,7 +5,7 @@ go 1.18
5
require (
6
github.com/buildpacks/libcnb v1.27.0
7
github.com/onsi/gomega v1.20.2
8
- github.com/paketo-buildpacks/libbs v1.15.0
+ github.com/paketo-buildpacks/libbs v1.16.0
9
github.com/paketo-buildpacks/libpak v1.62.0
10
github.com/sclevine/spec v1.4.0
11
)
@@ -24,6 +24,7 @@ require (
24
github.com/mattn/go-shellwords v1.0.12 // indirect
25
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
26
github.com/paketo-buildpacks/libjvm v1.40.0 // indirect
27
+ github.com/paketo-buildpacks/source-removal v0.2.0 // indirect
28
github.com/pavlo-v-chernykh/keystore-go/v4 v4.4.0 // indirect
29
github.com/pelletier/go-toml v1.9.5 // indirect
30
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
0 commit comments