1
1
module github.com/cloudfoundry-community/go-cf-clients-helper/v2
2
2
3
- go 1.18
3
+ go 1.19
4
+
5
+ exclude (
6
+ github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
7
+ github.com/vito/go-interact v1.0.1
8
+ )
4
9
5
10
require (
6
11
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6
7
12
code.cloudfoundry.org/cli v0.0.0-20220602204915-eda2b7b2321c
8
13
)
9
14
10
15
require (
11
- cloud.google.com/go v0.65 .0 // indirect
16
+ cloud.google.com/go/compute v1.10 .0 // indirect
12
17
code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5 // indirect
13
- code.cloudfoundry.org/cli-plugin-repo v0.0.0-20200304195157-af98c4be9b85 // indirect
14
18
code.cloudfoundry.org/clock v1.0.0 // indirect
15
19
code.cloudfoundry.org/go-log-cache v1.0.1-0.20211011162012-ede82a99d3cc // indirect
16
20
code.cloudfoundry.org/go-loggregator/v8 v8.0.5 // indirect
17
- code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect
18
- code.cloudfoundry.org/jsonry v1.1.3 // indirect
21
+ code.cloudfoundry.org/jsonry v1.1.4 // indirect
19
22
code.cloudfoundry.org/tlsconfig v0.0.0-20220621140725-0e6fbd869921 // indirect
20
23
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d // indirect
21
- github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
24
+ github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
22
25
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
23
- github.com/Azure/go-autorest/autorest v0.11.18 // indirect
24
- github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
26
+ github.com/Azure/go-autorest/autorest v0.11.28 // indirect
27
+ github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
25
28
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
26
29
github.com/Azure/go-autorest/logger v0.2.1 // indirect
27
30
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
@@ -31,59 +34,53 @@ require (
31
34
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
32
35
github.com/charlievieth/fs v0.0.3 // indirect
33
36
github.com/cloudfoundry/bosh-cli v6.4.1+incompatible // indirect
34
- github.com/cloudfoundry/bosh-utils v0.0.326 // indirect
37
+ github.com/cloudfoundry/bosh-utils v0.0.332 // indirect
35
38
github.com/cppforlife/go-patch v0.2.0 // indirect
36
- github.com/cyphar/filepath-securejoin v0.2.1 // indirect
37
39
github.com/davecgh/go-spew v1.1.1 // indirect
38
- github.com/docker/distribution v2.8.0+incompatible // indirect
39
- github.com/docker/docker v1.4.2-0.20171120205147-9de84a78d76e // indirect
40
- github.com/fatih/color v1.5.1-0.20170926111411-5df930a27be2 // indirect
41
- github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
42
- github.com/go-logr/logr v0.4.0 // indirect
40
+ github.com/fatih/color v1.13.0 // indirect
41
+ github.com/go-logr/logr v1.2.3 // indirect
43
42
github.com/gogo/protobuf v1.3.2 // indirect
43
+ github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
44
44
github.com/golang/protobuf v1.5.2 // indirect
45
- github.com/google/go-cmp v0.5.6 // indirect
46
- github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
47
- github.com/google/gofuzz v1.1.0 // indirect
48
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.6.0 // indirect
49
- github.com/imdario/mergo v0.3.5 // indirect
45
+ github.com/google/go-cmp v0.5.9 // indirect
46
+ github.com/google/gofuzz v1.2.0 // indirect
47
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
48
+ github.com/imdario/mergo v0.3.13 // indirect
50
49
github.com/jessevdk/go-flags v1.5.0 // indirect
51
- github.com/json-iterator/go v1.1.11 // indirect
50
+ github.com/json-iterator/go v1.1.12 // indirect
52
51
github.com/lunixbochs/vtclean v1.0.0 // indirect
53
- github.com/mattn/go-colorable v0.1.0 // indirect
54
- github.com/mattn/go-isatty v0.0.3 // indirect
55
- github.com/mattn/go-runewidth v0.0.13 // indirect
56
- github.com/moby/moby v1.4.2-0.20171120205147-9de84a78d76e // indirect
52
+ github.com/mattn/go-colorable v0.1.13 // indirect
53
+ github.com/mattn/go-isatty v0.0.16 // indirect
54
+ github.com/mattn/go-runewidth v0.0.14 // indirect
55
+ github.com/moby/moby v20.10.18+incompatible // indirect
56
+ github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
57
57
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
58
- github.com/modern-go/reflect2 v1.0.1 // indirect
59
- github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
60
- github.com/pkg/errors v0.9.1 // indirect
61
- github.com/rivo/uniseg v0.3.4 // indirect
62
- github.com/rogpeppe/go-internal v1.8.1 // indirect
63
- github.com/sabhiram/go-gitignore v0.0.0-20171017070213-362f9845770f // indirect
64
- github.com/sajari/fuzzy v1.0.0 // indirect
58
+ github.com/modern-go/reflect2 v1.0.2 // indirect
59
+ github.com/rivo/uniseg v0.4.2 // indirect
60
+ github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94 // indirect
65
61
github.com/sirupsen/logrus v1.9.0 // indirect
66
62
github.com/spf13/pflag v1.0.5 // indirect
67
63
github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958 // indirect
68
- github.com/vito/go-interact v0 .0.0-20171111012221-fa338ed9e9ec // indirect
69
- golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
70
- golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
71
- golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
72
- golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
73
- golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
64
+ github.com/vito/go-interact v1 .0.0 // indirect
65
+ golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0 // indirect
66
+ golang.org/x/net v0.0.0-20220921203646-d300de134e69 // indirect
67
+ golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
68
+ golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
69
+ golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
74
70
golang.org/x/text v0.3.7 // indirect
75
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
76
- google.golang.org/appengine v1.6.6 // indirect
77
- google.golang.org/genproto v0.0.0-20211013025323-ce878158c4d4 // indirect
78
- google.golang.org/grpc v1.41 .0 // indirect
79
- google.golang.org/protobuf v1.27 .1 // indirect
71
+ golang.org/x/time v0.0.0-20220920022843-2ce7c2934d45 // indirect
72
+ google.golang.org/appengine v1.6.7 // indirect
73
+ google.golang.org/genproto v0.0.0-20220921223823-23cae91e6737 // indirect
74
+ google.golang.org/grpc v1.49 .0 // indirect
75
+ google.golang.org/protobuf v1.28 .1 // indirect
80
76
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
81
77
gopkg.in/inf.v0 v0.9.1 // indirect
82
78
gopkg.in/yaml.v2 v2.4.0 // indirect
83
- k8s.io/apimachinery v0.22.2 // indirect
84
- k8s.io/client-go v0.22.2 // indirect
85
- k8s.io/klog/v2 v2.9.0 // indirect
86
- k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a // indirect
87
- sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
88
- sigs.k8s.io/yaml v1.2.0 // indirect
79
+ k8s.io/apimachinery v0.25.2 // indirect
80
+ k8s.io/client-go v0.25.2 // indirect
81
+ k8s.io/klog/v2 v2.80.1 // indirect
82
+ k8s.io/utils v0.0.0-20220922133306-665eaaec4324 // indirect
83
+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
84
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
85
+ sigs.k8s.io/yaml v1.3.0 // indirect
89
86
)
0 commit comments