forked from poy/buildpackapplifecycle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (30 loc) · 1.28 KB
/
Copy pathgo.mod
File metadata and controls
33 lines (30 loc) · 1.28 KB
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
28
29
30
31
32
33
module github.com/poy/buildpackapplifecycle
go 1.25.0
require (
code.cloudfoundry.org/archiver v0.0.0-20210922154202-074be9d9bcda
code.cloudfoundry.org/bytefmt v0.0.0-20210608160410-67692ebc98de
code.cloudfoundry.org/cacheddownloader v0.0.0-20201214151716-97cc1d934c0e
code.cloudfoundry.org/credhub-cli v0.0.0-20210922204850-e4696d9a0b35
code.cloudfoundry.org/goshims v0.6.0
code.cloudfoundry.org/lager v2.0.0+incompatible
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
golang.org/x/sys v0.45.0
gopkg.in/yaml.v2 v2.4.0
)
require (
code.cloudfoundry.org/systemcerts v0.0.0-20200131000731-95ea366d9154 // indirect
github.com/cloudfoundry/go-socks5 v0.0.0-20180221174514-54f73bdb8a8e // indirect
github.com/cloudfoundry/socks5-proxy v0.2.14 // indirect
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/text v0.37.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)