-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (37 loc) · 1.39 KB
/
go.mod
File metadata and controls
40 lines (37 loc) · 1.39 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
34
35
36
37
38
39
40
module code.cloudfoundry.org/credhub-cli
go 1.25.7
require (
github.com/cloudfoundry/bosh-cli/v7 v7.9.19
github.com/cloudfoundry/bosh-utils v0.0.597
github.com/cloudfoundry/go-socks5 v0.0.0-20250423223041-4ad5fea42851
github.com/cloudfoundry/socks5-proxy v0.2.171
github.com/fatih/color v1.18.0
github.com/hashicorp/go-version v1.8.0
github.com/jessevdk/go-flags v1.6.1
github.com/onsi/ginkgo/v2 v2.28.1
github.com/onsi/gomega v1.39.1
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/net v0.52.0
golang.org/x/term v0.41.0
)
require (
github.com/Masterminds/semver/v3 v3.4.0 // indirect
github.com/bmatcuk/doublestar v1.3.4 // indirect
github.com/charlievieth/fs v0.0.3 // indirect
github.com/cppforlife/go-patch v0.2.0 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/pprof v0.0.0-20260302011040-a15ffb7f9dcc // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/nxadm/tail v1.4.11 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/mod v0.34.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
golang.org/x/tools v0.43.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)