File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module code.cloudfoundry.org/cli
3
3
go 1.22.5
4
4
5
5
require (
6
- code.cloudfoundry.org/bytefmt v0.3 .0
6
+ code.cloudfoundry.org/bytefmt v0.10 .0
7
7
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6
8
8
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20240701140235-0ab1c0e216c8
9
9
code.cloudfoundry.org/cli/integration/assets/hydrabroker v0.0.0-20201002233634-81722a1144e4
@@ -62,7 +62,7 @@ require (
62
62
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
63
63
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
64
64
github.com/google/go-cmp v0.6.0 // indirect
65
- github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 // indirect
65
+ github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134 // indirect
66
66
github.com/gorilla/websocket v1.5.1 // indirect
67
67
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
68
68
github.com/kr/pty v1.1.8 // indirect
Original file line number Diff line number Diff line change 1
- code.cloudfoundry.org/bytefmt v0.3 .0 h1:YXk7eONhKg0rbtf2qgYxMnY1jFF7LTKSIGBcffEOlYU =
2
- code.cloudfoundry.org/bytefmt v0.3 .0 /go.mod h1:k3jf4RMghgxbifF8p9eCFQnuLtTLaqU2ufkwYC06gio =
1
+ code.cloudfoundry.org/bytefmt v0.10 .0 h1:q/n3VEyTHSYIr+MTRIYxNMRutBilgv0gbFWZbXqWI60 =
2
+ code.cloudfoundry.org/bytefmt v0.10 .0 /go.mod h1:FQhPpsF//guTvK6ZnAC2JkVRZjl6s5ee0H90K2r3zxI =
3
3
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6 h1:Yc9r1p21kEpni9WlG4mwOZw87TB2QlyS9sAEebZ3+ak =
4
4
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6 /go.mod h1:u5FovqC5GGAEbFPz+IdjycDA+gIjhUwqxnu0vbHwVeM =
5
5
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20240701140235-0ab1c0e216c8 h1:U9t+5gylASZzKYjaLhW4azDnGvSH4GKVhmWoMAbaLRo =
@@ -115,8 +115,8 @@ github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
115
115
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
116
116
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
117
117
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 /go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE =
118
- github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 h1:q5g0N9eal4bmJwXHC5z0QCKs8qhS35hFfq0BAYsIwZI =
119
- github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 /go.mod h1:vavhavw2zAxS5dIdcRluK6cSGGPlZynqzFM8NdvU144 =
118
+ github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134 h1:c5FlPPgxOn7kJz3VoPLkQYQXGBS3EklQ4Zfi57uOuqQ =
119
+ github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134 /go.mod h1:vavhavw2zAxS5dIdcRluK6cSGGPlZynqzFM8NdvU144 =
120
120
github.com/google/renameio v0.1.0 /go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI =
121
121
github.com/google/uuid v1.1.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
122
122
github.com/gorilla/mux v1.7.3 /go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs =
You can’t perform that action at this time.
0 commit comments