Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/cloudfoundry/bosh-utils from 0.0.382 to 0.0.383 #203

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/apache/cloudstack-go/v2 v2.15.0
github.com/cloudfoundry/bosh-cpi-go v0.0.0-20230608150715-1e134ab6c93b
github.com/cloudfoundry/bosh-utils v0.0.382
github.com/cloudfoundry/bosh-utils v0.0.383
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.27.10
github.com/prometheus/common v0.44.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ github.com/charlievieth/fs v0.0.3 h1:3lZQXTj4PbE81CVPwALSn+JoyCNXkZgORHN6h2XHGlg
github.com/charlievieth/fs v0.0.3/go.mod h1:hD4sRzto1Hw8zCua76tNVKZxaeZZr1RiKftjAJQRLLo=
github.com/cloudfoundry/bosh-cpi-go v0.0.0-20230608150715-1e134ab6c93b h1:u3lPH4h6tVvwMvpSQ0BsDhPMk9c8tHA33ik0z96KC1w=
github.com/cloudfoundry/bosh-cpi-go v0.0.0-20230608150715-1e134ab6c93b/go.mod h1:UprycOKfN9N47g2CZIYfMCCg3097Y+E0O7bs1IhrICI=
github.com/cloudfoundry/bosh-utils v0.0.382 h1:fog/bRBiMjLDXIERJUL5ruUeT5dnwr3N2kd5L4AV/J4=
github.com/cloudfoundry/bosh-utils v0.0.382/go.mod h1:+arJdltnFAOXuTf10pm9TqqLTOr41hdhAVPp8uG5m3s=
github.com/cloudfoundry/bosh-utils v0.0.383 h1:74ySQb+/4xXpFji/20qcgsY6tt1dSeD/etaqNiBJ76I=
github.com/cloudfoundry/bosh-utils v0.0.383/go.mod h1:+arJdltnFAOXuTf10pm9TqqLTOr41hdhAVPp8uG5m3s=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ github.com/charlievieth/fs
## explicit; go 1.17
github.com/cloudfoundry/bosh-cpi-go/apiv1
github.com/cloudfoundry/bosh-cpi-go/rpc
# github.com/cloudfoundry/bosh-utils v0.0.382
# github.com/cloudfoundry/bosh-utils v0.0.383
## explicit; go 1.20
github.com/cloudfoundry/bosh-utils/errors
github.com/cloudfoundry/bosh-utils/logger
Expand Down
Loading