diff --git a/go.mod b/go.mod index 5e369ed..2a01dff 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/mattn/go-shellwords v1.0.12 github.com/onsi/gomega v1.19.0 github.com/paketo-buildpacks/libjvm v1.36.2 - github.com/paketo-buildpacks/libpak v1.60.0 + github.com/paketo-buildpacks/libpak v1.60.1 github.com/sclevine/spec v1.4.0 github.com/stretchr/testify v1.7.1 ) diff --git a/go.sum b/go.sum index c668f8b..0f2eab5 100644 --- a/go.sum +++ b/go.sum @@ -66,8 +66,9 @@ github.com/onsi/gomega v1.19.0 h1:4ieX6qQjPP/BfC3mpsAtIGGlxTWPeA3Inl/7DtXw1tw= github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro= github.com/paketo-buildpacks/libjvm v1.36.2 h1:ae/SKGA0Mf5B01b8PPu46hc/jB0Ycn/PtuD9s754M08= github.com/paketo-buildpacks/libjvm v1.36.2/go.mod h1:giH+EgBcQRQ3hAwU9nmSEYfGL5gs3mlaL/Mlo/MBpwM= -github.com/paketo-buildpacks/libpak v1.60.0 h1:gyPwd+W7/wncvUmSF12KoHb2wFPnchUE1T19HPrp8eY= github.com/paketo-buildpacks/libpak v1.60.0/go.mod h1:vryAkvs1BKsy+9++Lh1y9kquWlTFBGzPTUuvs2Ta90I= +github.com/paketo-buildpacks/libpak v1.60.1 h1:VSwGTxXIODXAKvv43QI6n+FgVVo0tRDP5g090BKLtMM= +github.com/paketo-buildpacks/libpak v1.60.1/go.mod h1:vryAkvs1BKsy+9++Lh1y9kquWlTFBGzPTUuvs2Ta90I= github.com/pavel-v-chernykh/keystore-go/v4 v4.3.0 h1:TVckDDIKzWo9/cPdsvyikdmnnKIPeWgnGoekhQM5zBc= github.com/pavel-v-chernykh/keystore-go/v4 v4.3.0/go.mod h1:VxOBKEAW8/EJjil9qwfvVDSljDW0DCoZMD4ezsq9n8U= github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=