1
- module github.com/paketo-buildpacks/clojure-tools
1
+ module github.com/paketo-buildpacks/clojure-tools/v2
2
2
3
- go 1.15
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/buildpacks/libcnb v1.25.5
@@ -9,3 +9,24 @@ require (
9
9
github.com/paketo-buildpacks/libpak v1.58.0
10
10
github.com/sclevine/spec v1.4.0
11
11
)
12
+
13
+ require (
14
+ github.com/BurntSushi/toml v1.0.0 // indirect
15
+ github.com/Masterminds/semver/v3 v3.1.1 // indirect
16
+ github.com/creack/pty v1.1.17 // indirect
17
+ github.com/heroku/color v0.0.6 // indirect
18
+ github.com/imdario/mergo v0.3.12 // indirect
19
+ github.com/magiconair/properties v1.8.5 // indirect
20
+ github.com/mattn/go-colorable v0.1.2 // indirect
21
+ github.com/mattn/go-isatty v0.0.8 // indirect
22
+ github.com/mattn/go-shellwords v1.0.12 // indirect
23
+ github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
24
+ github.com/paketo-buildpacks/libjvm v1.35.0 // indirect
25
+ github.com/pavel-v-chernykh/keystore-go/v4 v4.3.0 // indirect
26
+ github.com/pelletier/go-toml v1.9.4 // indirect
27
+ github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
28
+ golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
29
+ golang.org/x/sys v0.0.0-20220207234003-57398862261d // indirect
30
+ golang.org/x/text v0.3.6 // indirect
31
+ gopkg.in/yaml.v2 v2.4.0 // indirect
32
+ )
0 commit comments