Bump code.cloudfoundry.org/bytefmt from 0.6.0 to 0.8.0 (#3177)
Bumps [code.cloudfoundry.org/bytefmt](https://github.com/cloudfoundry/bytefmt) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/cloudfoundry/bytefmt/releases) - [Commits](https://github.com/cloudfoundry/bytefmt/compare/v0.6.0...v0.8.0 ) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/bytefmt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
... | ... | @@ -3,7 +3,7 @@ module code.cloudfoundry.org/cli |
go 1.22.5 | ||
require ( | ||
code.cloudfoundry.org/bytefmt v0.6.0 | ||
code.cloudfoundry.org/bytefmt v0.8.0 | ||
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6 | ||
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20200304195157-af98c4be9b85 | ||
code.cloudfoundry.org/cli/integration/assets/hydrabroker v0.0.0-20201002233634-81722a1144e4 | ||
... | ... | @@ -39,10 +39,10 @@ require ( |
github.com/sirupsen/logrus v1.9.3 | ||
github.com/tedsuo/rata v1.0.1-0.20170830210128-07d200713958 | ||
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec | ||
golang.org/x/crypto v0.26.0 | ||
golang.org/x/net v0.28.0 | ||
golang.org/x/term v0.23.0 | ||
golang.org/x/text v0.17.0 | ||
golang.org/x/crypto v0.27.0 | ||
golang.org/x/net v0.29.0 | ||
golang.org/x/term v0.24.0 | ||
golang.org/x/text v0.18.0 | ||
gopkg.in/cheggaaa/pb.v1 v1.0.28 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
k8s.io/apimachinery v0.31.0 | ||
... | ... | @@ -81,7 +81,7 @@ require ( |
golang.org/x/mod v0.20.0 // indirect | ||
golang.org/x/oauth2 v0.21.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/tools v0.24.0 // indirect | ||
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect | ||
... | ... |
Please register or sign in to comment