Skip to content

Commit e3e4ca7

Browse files
Bump code.cloudfoundry.org/cli-plugin-repo from 20230525012251 to 20240520170503
1 parent 30ba6a3 commit e3e4ca7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616

1717
require (
1818
code.cloudfoundry.org/bytefmt v0.0.0-20240524171005-f1d9d5c55b92 // indirect
19-
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20230525012251-b9c89116786e // indirect
19+
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20240520170503-e7ed9c7432a0 // indirect
2020
code.cloudfoundry.org/clock v1.1.0 // indirect
2121
code.cloudfoundry.org/go-log-cache/v2 v2.0.7 // indirect
2222
code.cloudfoundry.org/go-loggregator/v9 v9.2.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6 h1
44
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6/go.mod h1:u5FovqC5GGAEbFPz+IdjycDA+gIjhUwqxnu0vbHwVeM=
55
code.cloudfoundry.org/cli v0.0.0-20240524142151-a2a685b5ea6e h1:CUEuy2mb1jF2gEHPrko123Z3ywiqNqgXx8070BU24SU=
66
code.cloudfoundry.org/cli v0.0.0-20240524142151-a2a685b5ea6e/go.mod h1:m/D1YFfmfYchdZDeYYtNpU7NHP2LHnmQ1sxdDPy2ki8=
7-
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20230525012251-b9c89116786e h1:S3mdVd/uTwYYtrf5j9feucRuTqb05SsO5D1H2Mj09ao=
8-
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20230525012251-b9c89116786e/go.mod h1:R1EiyOAr7lW0l/YkZNqItUNZ01Q/dYUfbTn4X4Z+82M=
7+
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20240520170503-e7ed9c7432a0 h1:AqfPzPhykvxSpxMkDdZMSJrCbxMQ0rugvDB3BuqD0DE=
8+
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=
1010
code.cloudfoundry.org/clock v1.1.0/go.mod h1:yA3fxddT9RINQL2XHS7PS+OXxKCGhfrZmlNUCIM6AKo=
1111
code.cloudfoundry.org/diego-ssh v0.0.0-20230810200140-af9d79fe9c82 h1:Bns1y0jSlcvfP0u8ael+TUlnyNHsNX808zuo58bf5so=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ code.cloudfoundry.org/cli/util/sorting
5858
code.cloudfoundry.org/cli/util/ui
5959
code.cloudfoundry.org/cli/util/unique
6060
code.cloudfoundry.org/cli/version
61-
# code.cloudfoundry.org/cli-plugin-repo v0.0.0-20230525012251-b9c89116786e
61+
# code.cloudfoundry.org/cli-plugin-repo v0.0.0-20240520170503-e7ed9c7432a0
6262
## explicit; go 1.12
6363
# code.cloudfoundry.org/clock v1.1.0
6464
## explicit; go 1.20

0 commit comments

Comments
 (0)