@@ -3,18 +3,18 @@ module code.cloudfoundry.org/cli
3
3
go 1.23.6
4
4
5
5
require (
6
- code.cloudfoundry.org/bytefmt v0.30 .0
6
+ code.cloudfoundry.org/bytefmt v0.33 .0
7
7
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6
8
8
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20200304195157-af98c4be9b85
9
9
code.cloudfoundry.org/cli/integration/assets/hydrabroker v0.0.0-20201002233634-81722a1144e4
10
- code.cloudfoundry.org/clock v1.28 .0
10
+ code.cloudfoundry.org/clock v1.31 .0
11
11
code.cloudfoundry.org/diego-ssh v0.0.0-20230810200140-af9d79fe9c82
12
12
code.cloudfoundry.org/go-log-cache/v2 v2.0.7
13
13
code.cloudfoundry.org/go-loggregator/v9 v9.2.1
14
14
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f
15
15
code.cloudfoundry.org/jsonry v1.1.4
16
- code.cloudfoundry.org/lager/v3 v3.27 .0
17
- code.cloudfoundry.org/tlsconfig v0.19 .0
16
+ code.cloudfoundry.org/lager/v3 v3.30 .0
17
+ code.cloudfoundry.org/tlsconfig v0.21 .0
18
18
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d
19
19
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2
20
20
github.com/blang/semver/v4 v4.0.0
@@ -31,22 +31,22 @@ require (
31
31
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
32
32
github.com/moby/term v0.5.2
33
33
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
34
- github.com/onsi/ginkgo/v2 v2.22.2
35
- github.com/onsi/gomega v1.36.2
34
+ github.com/onsi/ginkgo/v2 v2.23.3
35
+ github.com/onsi/gomega v1.36.3
36
36
github.com/pkg/errors v0.9.1
37
37
github.com/sabhiram/go-gitignore v0.0.0-20171017070213-362f9845770f
38
38
github.com/sajari/fuzzy v1.0.0
39
39
github.com/sirupsen/logrus v1.9.3
40
40
github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958
41
41
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec
42
- golang.org/x/crypto v0.35 .0
43
- golang.org/x/net v0.35 .0
44
- golang.org/x/term v0.29 .0
45
- golang.org/x/text v0.22 .0
42
+ golang.org/x/crypto v0.36 .0
43
+ golang.org/x/net v0.37 .0
44
+ golang.org/x/term v0.30 .0
45
+ golang.org/x/text v0.23 .0
46
46
gopkg.in/cheggaaa/pb.v1 v1.0.28
47
47
gopkg.in/yaml.v2 v2.4.0
48
- k8s.io/apimachinery v0.32.2
49
- k8s.io/client-go v0.32.2
48
+ k8s.io/apimachinery v0.32.3
49
+ k8s.io/client-go v0.32.3
50
50
)
51
51
52
52
require (
@@ -65,7 +65,7 @@ require (
65
65
github.com/gogo/protobuf v1.3.2 // indirect
66
66
github.com/google/go-cmp v0.7.0 // indirect
67
67
github.com/google/gofuzz v1.2.0 // indirect
68
- github.com/google/pprof v0.0.0-20250208200701-d0013a598941 // indirect
68
+ github.com/google/pprof v0.0.0-20250317173921-a4b03ec1a45e // indirect
69
69
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
70
70
github.com/json-iterator/go v1.1.12 // indirect
71
71
github.com/kr/pty v1.1.8 // indirect
@@ -78,17 +78,17 @@ require (
78
78
github.com/rivo/uniseg v0.2.0 // indirect
79
79
github.com/spf13/pflag v1.0.5 // indirect
80
80
github.com/x448/float16 v0.8.4 // indirect
81
- golang.org/x/mod v0.23 .0 // indirect
81
+ golang.org/x/mod v0.24 .0 // indirect
82
82
golang.org/x/oauth2 v0.23.0 // indirect
83
- golang.org/x/sync v0.11 .0 // indirect
84
- golang.org/x/sys v0.30 .0 // indirect
83
+ golang.org/x/sync v0.12 .0 // indirect
84
+ golang.org/x/sys v0.31 .0 // indirect
85
85
golang.org/x/time v0.7.0 // indirect
86
- golang.org/x/tools v0.30 .0 // indirect
86
+ golang.org/x/tools v0.31 .0 // indirect
87
87
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
88
88
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
89
89
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
90
90
google.golang.org/grpc v1.63.2 // indirect
91
- google.golang.org/protobuf v1.36.1 // indirect
91
+ google.golang.org/protobuf v1.36.5 // indirect
92
92
gopkg.in/inf.v0 v0.9.1 // indirect
93
93
gopkg.in/yaml.v3 v3.0.1 // indirect
94
94
k8s.io/klog/v2 v2.130.1 // indirect
0 commit comments