Skip to content

Commit 41e24e5

Browse files
Bump code.cloudfoundry.org/cli
Bumps [code.cloudfoundry.org/cli](https://github.com/cloudfoundry/cli) from 0.0.0-20220602204915-eda2b7b2321c to 7.1.0+incompatible. - [Release notes](https://github.com/cloudfoundry/cli/releases) - [Changelog](https://github.com/cloudfoundry/cli/blob/main/doc/v7-plugin-api-changes.md) - [Commits](https://github.com/cloudfoundry/cli/commits/v7.1.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/cli dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c7a340 commit 41e24e5

File tree

1,711 files changed

+2289
-409043
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,711 files changed

+2289
-409043
lines changed

go.mod

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ exclude (
1313

1414
require (
1515
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6
16-
code.cloudfoundry.org/cli v0.0.0-20220602204915-eda2b7b2321c
16+
code.cloudfoundry.org/cli v7.1.0+incompatible
1717
)
1818

1919
require (
2020
code.cloudfoundry.org/bytefmt v0.0.0-20231017140541-3b893ed0421b // indirect
2121
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20230525012251-b9c89116786e // indirect
22-
code.cloudfoundry.org/clock v1.1.0 // indirect
2322
code.cloudfoundry.org/go-log-cache v1.0.1-0.20211011162012-ede82a99d3cc // indirect
23+
code.cloudfoundry.org/go-loggregator v7.4.0+incompatible // indirect
2424
code.cloudfoundry.org/go-loggregator/v8 v8.0.5 // indirect
25+
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect
2526
code.cloudfoundry.org/jsonry v1.1.4 // indirect
2627
code.cloudfoundry.org/tlsconfig v0.0.0-20231017135636-f0e44068c22f // indirect
2728
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d // indirect
@@ -35,52 +36,34 @@ require (
3536
github.com/cloudfoundry/bosh-utils v0.0.423 // indirect
3637
github.com/cppforlife/go-patch v0.2.0 // indirect
3738
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
38-
github.com/davecgh/go-spew v1.1.1 // indirect
3939
github.com/fatih/color v1.16.0 // indirect
4040
github.com/go-logr/logr v1.4.1 // indirect
41-
github.com/gogo/protobuf v1.3.2 // indirect
42-
github.com/golang/protobuf v1.5.3 // indirect
4341
github.com/google/go-querystring v1.1.0 // indirect
44-
github.com/google/gofuzz v1.2.0 // indirect
4542
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
46-
github.com/imdario/mergo v0.3.15 // indirect
4743
github.com/jessevdk/go-flags v1.5.0 // indirect
48-
github.com/json-iterator/go v1.1.12 // indirect
44+
github.com/kr/pretty v0.3.1 // indirect
4945
github.com/lunixbochs/vtclean v1.0.0 // indirect
5046
github.com/mattn/go-colorable v0.1.13 // indirect
51-
github.com/mattn/go-isatty v0.0.20 // indirect
5247
github.com/mattn/go-runewidth v0.0.15 // indirect
5348
github.com/moby/moby v20.10.22+incompatible // indirect
5449
github.com/moby/term v0.5.0 // indirect
55-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
56-
github.com/modern-go/reflect2 v1.0.2 // indirect
50+
github.com/onsi/ginkgo v1.16.5 // indirect
5751
github.com/rivo/uniseg v0.4.4 // indirect
52+
github.com/rogpeppe/go-internal v1.10.0 // indirect
5853
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94 // indirect
5954
github.com/sirupsen/logrus v1.9.3 // indirect
60-
github.com/spf13/pflag v1.0.5 // indirect
6155
github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958 // indirect
6256
github.com/vito/go-interact v1.0.0 // indirect
6357
golang.org/x/crypto v0.18.0 // indirect
6458
golang.org/x/net v0.20.0 // indirect
65-
golang.org/x/oauth2 v0.16.0 // indirect
6659
golang.org/x/sys v0.16.0 // indirect
6760
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
7161
google.golang.org/genproto v0.0.0-20240108191215-35c7eff3a6b1 // indirect
7262
google.golang.org/genproto/googleapis/api v0.0.0-20240108191215-35c7eff3a6b1 // indirect
7363
google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 // indirect
7464
google.golang.org/grpc v1.60.1 // indirect
7565
google.golang.org/protobuf v1.32.0 // indirect
66+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
7667
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
77-
gopkg.in/inf.v0 v0.9.1 // indirect
7868
gopkg.in/yaml.v2 v2.4.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
8669
)

go.sum

Lines changed: 12 additions & 90 deletions
Large diffs are not rendered by default.

vendor/code.cloudfoundry.org/cli/actor/actionerror/application_instance_crashed_error.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/code.cloudfoundry.org/cli/actor/actionerror/application_instance_flapping_error.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/code.cloudfoundry.org/cli/actor/actionerror/application_instances_not_found_error.go

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/code.cloudfoundry.org/cli/actor/actionerror/buildpack_invalid_error.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/code.cloudfoundry.org/cli/actor/actionerror/missing_space_name_error.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/code.cloudfoundry.org/cli/actor/actionerror/multiple_organization_quotas_found_for_name_error.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/code.cloudfoundry.org/cli/actor/actionerror/multiple_organizations_found_error.go

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/code.cloudfoundry.org/cli/actor/actionerror/multiple_spaces_found_error.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)