Skip to content

Commit 537ae07

Browse files
committed
fix wrong targeted cloudfoundry-cli version
1 parent 168d91d commit 537ae07

File tree

9 files changed

+67
-37
lines changed

9 files changed

+67
-37
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude (
1111

1212
require (
1313
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6
14-
code.cloudfoundry.org/cli v0.0.0-20240524142151-a2a685b5ea6e
14+
code.cloudfoundry.org/cli v0.0.0-20240609151540-b78406a9b0ce
1515
)
1616

1717
require (
@@ -59,7 +59,7 @@ require (
5959
golang.org/x/oauth2 v0.20.0 // indirect
6060
golang.org/x/sys v0.20.0 // indirect
6161
golang.org/x/term v0.20.0 // indirect
62-
golang.org/x/text v0.15.0 // indirect
62+
golang.org/x/text v0.16.0 // indirect
6363
golang.org/x/time v0.5.0 // indirect
6464
google.golang.org/genproto/googleapis/api v0.0.0-20240521202816-d264139d666e // indirect
6565
google.golang.org/genproto/googleapis/rpc v0.0.0-20240521202816-d264139d666e // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ code.cloudfoundry.org/bytefmt v0.0.0-20240524171005-f1d9d5c55b92 h1:VSMHj/g/g0Sy
22
code.cloudfoundry.org/bytefmt v0.0.0-20240524171005-f1d9d5c55b92/go.mod h1:I2UzouXDjUGpk1nyl9mPj/Vu8890ZAzczEyBxIsQ/6o=
33
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6 h1:Yc9r1p21kEpni9WlG4mwOZw87TB2QlyS9sAEebZ3+ak=
44
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6/go.mod h1:u5FovqC5GGAEbFPz+IdjycDA+gIjhUwqxnu0vbHwVeM=
5-
code.cloudfoundry.org/cli v0.0.0-20240524142151-a2a685b5ea6e h1:CUEuy2mb1jF2gEHPrko123Z3ywiqNqgXx8070BU24SU=
6-
code.cloudfoundry.org/cli v0.0.0-20240524142151-a2a685b5ea6e/go.mod h1:m/D1YFfmfYchdZDeYYtNpU7NHP2LHnmQ1sxdDPy2ki8=
5+
code.cloudfoundry.org/cli v0.0.0-20240609151540-b78406a9b0ce h1:Lg/u08txpuLjC7FQ4Q7DtQB2VZbmCXBbgyZbmBiwvI8=
6+
code.cloudfoundry.org/cli v0.0.0-20240609151540-b78406a9b0ce/go.mod h1:I6bhATQKPAMQ5fdUxioHxt95aTfqJ3NibHnMIO2N0Kk=
77
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20240520170503-e7ed9c7432a0 h1:AqfPzPhykvxSpxMkDdZMSJrCbxMQ0rugvDB3BuqD0DE=
88
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20240520170503-e7ed9c7432a0/go.mod h1:R1EiyOAr7lW0l/YkZNqItUNZ01Q/dYUfbTn4X4Z+82M=
99
code.cloudfoundry.org/clock v1.1.0 h1:XLzC6W3Ah/Y7ht1rmZ6+QfPdt1iGWEAAtIZXgiaj57c=
@@ -277,8 +277,8 @@ golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
277277
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
278278
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
279279
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
280-
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
281-
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
280+
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
281+
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
282282
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
283283
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
284284
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
@@ -288,8 +288,8 @@ golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4f
288288
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
289289
golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E=
290290
golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E=
291-
golang.org/x/tools v0.21.0 h1:qc0xYgIbsSDt9EyWz05J5wfa7LOVW0YTLOXrqdLAWIw=
292-
golang.org/x/tools v0.21.0/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk=
291+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg=
292+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk=
293293
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
294294
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
295295
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

vendor/code.cloudfoundry.org/cli/actor/v7action/k8s_auth.go

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

vendor/code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal/api_routes.go

Lines changed: 2 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/api/cloudcontroller/ccv3/process_instance.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/code.cloudfoundry.org/cli/api/cloudcontroller/ccversion/minimum_version.go

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

vendor/code.cloudfoundry.org/cli/api/uaa/auth.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/code.cloudfoundry.org/cli/util/ui/ui.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ code.cloudfoundry.org/cfnetworking-cli-api/cfnetworking/cfnetv1
88
code.cloudfoundry.org/cfnetworking-cli-api/cfnetworking/cfnetv1/internal
99
code.cloudfoundry.org/cfnetworking-cli-api/cfnetworking/networkerror
1010
code.cloudfoundry.org/cfnetworking-cli-api/cfnetworking/wrapper
11-
# code.cloudfoundry.org/cli v0.0.0-20240524142151-a2a685b5ea6e
11+
# code.cloudfoundry.org/cli v0.0.0-20240609151540-b78406a9b0ce
1212
## explicit; go 1.22
1313
code.cloudfoundry.org/cli/actor/actionerror
1414
code.cloudfoundry.org/cli/actor/sharedaction
@@ -222,7 +222,7 @@ golang.org/x/sys/windows
222222
# golang.org/x/term v0.20.0
223223
## explicit; go 1.18
224224
golang.org/x/term
225-
# golang.org/x/text v0.15.0
225+
# golang.org/x/text v0.16.0
226226
## explicit; go 1.18
227227
golang.org/x/text/internal/language
228228
golang.org/x/text/internal/language/compact

0 commit comments

Comments
 (0)