@@ -2,7 +2,7 @@ module github.com/cloudfoundry-community/go-cf-clients-helper/v2
2
2
3
3
go 1.21
4
4
5
- toolchain go1.21.1
5
+ toolchain go1.21.5
6
6
7
7
exclude (
8
8
github.com/imdario/mergo v0.3.16
@@ -17,81 +17,70 @@ require (
17
17
)
18
18
19
19
require (
20
- cloud.google.com/go/compute v1.23.0 // indirect
21
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
22
- code.cloudfoundry.org/bytefmt v0.0.0-20230612151507-41ef4d1f67a4 // indirect
20
+ code.cloudfoundry.org/bytefmt v0.0.0-20231017140541-3b893ed0421b // indirect
23
21
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20230525012251-b9c89116786e // indirect
24
- code.cloudfoundry.org/clock v1.0 .0 // indirect
22
+ code.cloudfoundry.org/clock v1.1 .0 // indirect
25
23
code.cloudfoundry.org/go-log-cache v1.0.1-0.20211011162012-ede82a99d3cc // indirect
26
24
code.cloudfoundry.org/go-loggregator/v8 v8.0.5 // indirect
27
25
code.cloudfoundry.org/jsonry v1.1.4 // indirect
28
- code.cloudfoundry.org/tlsconfig v0.0.0-20230612153104-23c0622de227 // indirect
26
+ code.cloudfoundry.org/tlsconfig v0.0.0-20231017135636-f0e44068c22f // indirect
29
27
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d // indirect
30
28
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
31
- github.com/Azure/go-autorest v14.2.0+incompatible // indirect
32
- github.com/Azure/go-autorest/autorest v0.11.18 // indirect
33
- github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
34
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
35
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
36
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
37
29
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2 // indirect
38
30
github.com/blang/semver v3.5.1+incompatible // indirect
39
31
github.com/bmatcuk/doublestar v1.3.4 // indirect
40
32
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
41
33
github.com/charlievieth/fs v0.0.3 // indirect
42
34
github.com/cloudfoundry/bosh-cli v6.4.1+incompatible // indirect
43
- github.com/cloudfoundry/bosh-utils v0.0.394 // indirect
35
+ github.com/cloudfoundry/bosh-utils v0.0.423 // indirect
44
36
github.com/cppforlife/go-patch v0.2.0 // indirect
45
37
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
46
38
github.com/davecgh/go-spew v1.1.1 // indirect
47
- github.com/fatih/color v1.15 .0 // indirect
48
- github.com/go-logr/logr v1.2.4 // indirect
39
+ github.com/fatih/color v1.16 .0 // indirect
40
+ github.com/go-logr/logr v1.4.1 // indirect
49
41
github.com/gogo/protobuf v1.3.2 // indirect
50
- github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
51
42
github.com/golang/protobuf v1.5.3 // indirect
52
- github.com/google/go-cmp v0.5.9 // indirect
53
43
github.com/google/go-querystring v1.1.0 // indirect
54
- github.com/google/gofuzz v1.1 .0 // indirect
55
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.18 .0 // indirect
56
- github.com/imdario/mergo v0.3.5 // indirect
44
+ github.com/google/gofuzz v1.2 .0 // indirect
45
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.19 .0 // indirect
46
+ github.com/imdario/mergo v0.3.15 // indirect
57
47
github.com/jessevdk/go-flags v1.5.0 // indirect
58
- github.com/json-iterator/go v1.1.11 // indirect
48
+ github.com/json-iterator/go v1.1.12 // indirect
59
49
github.com/lunixbochs/vtclean v1.0.0 // indirect
60
50
github.com/mattn/go-colorable v0.1.13 // indirect
61
- github.com/mattn/go-isatty v0.0.19 // indirect
51
+ github.com/mattn/go-isatty v0.0.20 // indirect
62
52
github.com/mattn/go-runewidth v0.0.15 // indirect
63
53
github.com/moby/moby v20.10.22+incompatible // indirect
64
54
github.com/moby/term v0.5.0 // indirect
65
55
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
66
- github.com/modern-go/reflect2 v1.0.1 // indirect
67
- github.com/onsi/ginkgo v1.16.5 // indirect
56
+ github.com/modern-go/reflect2 v1.0.2 // indirect
68
57
github.com/rivo/uniseg v0.4.4 // indirect
69
- github.com/rogpeppe/go-internal v1.10.0 // indirect
70
58
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94 // indirect
71
59
github.com/sirupsen/logrus v1.9.3 // indirect
72
60
github.com/spf13/pflag v1.0.5 // indirect
73
61
github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958 // indirect
74
62
github.com/vito/go-interact v1.0.0 // indirect
75
- golang.org/x/crypto v0.13 .0 // indirect
76
- golang.org/x/net v0.15 .0 // indirect
77
- golang.org/x/oauth2 v0.12 .0 // indirect
78
- golang.org/x/sys v0.12 .0 // indirect
79
- golang.org/x/term v0.12 .0 // indirect
80
- golang.org/x/text v0.13 .0 // indirect
81
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
82
- google.golang.org/appengine v1.6.7 // indirect
83
- google.golang.org/genproto v0.0.0-20230911183012-2d3300fd4832 // indirect
84
- google.golang.org/genproto/googleapis/api v0.0.0-20230911183012-2d3300fd4832 // indirect
85
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230911183012-2d3300fd4832 // indirect
86
- google.golang.org/grpc v1.58.0 // indirect
87
- google.golang.org/protobuf v1.31 .0 // indirect
63
+ golang.org/x/crypto v0.18 .0 // indirect
64
+ golang.org/x/net v0.20 .0 // indirect
65
+ golang.org/x/oauth2 v0.16 .0 // indirect
66
+ golang.org/x/sys v0.16 .0 // indirect
67
+ golang.org/x/term v0.16 .0 // indirect
68
+ golang.org/x/text v0.14 .0 // indirect
69
+ golang.org/x/time v0.5.0 // indirect
70
+ google.golang.org/appengine v1.6.8 // indirect
71
+ google.golang.org/genproto v0.0.0-20240108191215-35c7eff3a6b1 // indirect
72
+ google.golang.org/genproto/googleapis/api v0.0.0-20240108191215-35c7eff3a6b1 // indirect
73
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 // indirect
74
+ google.golang.org/grpc v1.60.1 // indirect
75
+ google.golang.org/protobuf v1.32 .0 // indirect
88
76
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
89
77
gopkg.in/inf.v0 v0.9.1 // indirect
90
78
gopkg.in/yaml.v2 v2.4.0 // indirect
91
- k8s.io/apimachinery v0.22.2 // indirect
92
- k8s.io/client-go v0.22.2 // indirect
93
- k8s.io/klog/v2 v2.90.1 // indirect
94
- k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a // indirect
95
- sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
96
- sigs.k8s.io/yaml v1.2.0 // indirect
79
+ k8s.io/apimachinery v0.29.0 // indirect
80
+ k8s.io/client-go v0.29.0 // indirect
81
+ k8s.io/klog/v2 v2.110.1 // indirect
82
+ k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
83
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
84
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
85
+ sigs.k8s.io/yaml v1.4.0 // indirect
97
86
)
0 commit comments