1
1
module github.com/cloudfoundry-community/go-cf-clients-helper/v2
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
exclude (
6
6
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
@@ -13,74 +13,64 @@ require (
13
13
)
14
14
15
15
require (
16
- cloud.google.com/go/compute v1.14.0 // indirect
17
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
18
16
code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5 // indirect
19
17
code.cloudfoundry.org/clock v1.0.0 // indirect
20
18
code.cloudfoundry.org/go-log-cache v1.0.1-0.20211011162012-ede82a99d3cc // indirect
21
19
code.cloudfoundry.org/go-loggregator/v8 v8.0.5 // indirect
22
20
code.cloudfoundry.org/jsonry v1.1.4 // indirect
23
- code.cloudfoundry.org/tlsconfig v0.0.0-20220621140725-0e6fbd869921 // indirect
21
+ code.cloudfoundry.org/tlsconfig v0.0.0-20230320190829-8f91c367795b // indirect
24
22
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d // indirect
25
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
26
- github.com/Azure/go-autorest v14.2.0+incompatible // indirect
27
- github.com/Azure/go-autorest/autorest v0.11.28 // indirect
28
- github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
29
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
30
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
31
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
23
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
32
24
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2 // indirect
33
25
github.com/blang/semver v3.5.1+incompatible // indirect
34
26
github.com/bmatcuk/doublestar v1.3.4 // indirect
35
27
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
36
28
github.com/charlievieth/fs v0.0.3 // indirect
37
29
github.com/cloudfoundry/bosh-cli v6.4.1+incompatible // indirect
38
- github.com/cloudfoundry/bosh-utils v0.0.347 // indirect
30
+ github.com/cloudfoundry/bosh-utils v0.0.360 // indirect
39
31
github.com/cppforlife/go-patch v0.2.0 // indirect
40
32
github.com/davecgh/go-spew v1.1.1 // indirect
41
- github.com/fatih/color v1.13 .0 // indirect
42
- github.com/go-logr/logr v1.2.3 // indirect
33
+ github.com/fatih/color v1.15 .0 // indirect
34
+ github.com/go-logr/logr v1.2.4 // indirect
43
35
github.com/gogo/protobuf v1.3.2 // indirect
44
- github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
45
- github.com/golang/protobuf v1.5.2 // indirect
46
- github.com/google/go-cmp v0.5.9 // indirect
36
+ github.com/golang/protobuf v1.5.3 // indirect
47
37
github.com/google/gofuzz v1.2.0 // indirect
48
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.0 // indirect
49
- github.com/imdario/mergo v0.3.13 // indirect
38
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 // indirect
39
+ github.com/imdario/mergo v0.3.15 // indirect
50
40
github.com/jessevdk/go-flags v1.5.0 // indirect
51
41
github.com/json-iterator/go v1.1.12 // indirect
52
42
github.com/lunixbochs/vtclean v1.0.0 // indirect
53
43
github.com/mattn/go-colorable v0.1.13 // indirect
54
- github.com/mattn/go-isatty v0.0.17 // indirect
44
+ github.com/mattn/go-isatty v0.0.18 // indirect
55
45
github.com/mattn/go-runewidth v0.0.14 // indirect
56
46
github.com/moby/moby v20.10.22+incompatible // indirect
57
47
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
58
48
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
59
49
github.com/modern-go/reflect2 v1.0.2 // indirect
60
- github.com/rivo/uniseg v0.4.3 // indirect
50
+ github.com/rivo/uniseg v0.4.4 // indirect
61
51
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94 // indirect
62
52
github.com/sirupsen/logrus v1.9.0 // indirect
63
53
github.com/spf13/pflag v1.0.5 // indirect
64
54
github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958 // indirect
65
55
github.com/vito/go-interact v1.0.0 // indirect
66
- golang.org/x/crypto v0.4 .0 // indirect
67
- golang.org/x/net v0.4 .0 // indirect
68
- golang.org/x/oauth2 v0.3 .0 // indirect
69
- golang.org/x/sys v0.3 .0 // indirect
70
- golang.org/x/term v0.3 .0 // indirect
71
- golang.org/x/text v0.5 .0 // indirect
56
+ golang.org/x/crypto v0.7 .0 // indirect
57
+ golang.org/x/net v0.8 .0 // indirect
58
+ golang.org/x/oauth2 v0.6 .0 // indirect
59
+ golang.org/x/sys v0.7 .0 // indirect
60
+ golang.org/x/term v0.6 .0 // indirect
61
+ golang.org/x/text v0.8 .0 // indirect
72
62
golang.org/x/time v0.3.0 // indirect
73
63
google.golang.org/appengine v1.6.7 // indirect
74
- google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
75
- google.golang.org/grpc v1.51 .0 // indirect
76
- google.golang.org/protobuf v1.28.1 // indirect
64
+ google.golang.org/genproto v0.0.0-20230403163135-c38d8f061ccd // indirect
65
+ google.golang.org/grpc v1.54 .0 // indirect
66
+ google.golang.org/protobuf v1.30.0 // indirect
77
67
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
78
68
gopkg.in/inf.v0 v0.9.1 // indirect
79
69
gopkg.in/yaml.v2 v2.4.0 // indirect
80
- k8s.io/apimachinery v0.26.0 // indirect
81
- k8s.io/client-go v0.26.0 // indirect
82
- k8s.io/klog/v2 v2.80 .1 // indirect
83
- k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect
70
+ k8s.io/apimachinery v0.26.3 // indirect
71
+ k8s.io/client-go v0.26.3 // indirect
72
+ k8s.io/klog/v2 v2.90 .1 // indirect
73
+ k8s.io/utils v0.0.0-20230313181309-38a27ef9d749 // indirect
84
74
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
85
75
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
86
76
sigs.k8s.io/yaml v1.3.0 // indirect
0 commit comments