Skip to content

Commit

Permalink
Bump github.com/cloudfoundry/bosh-utils from 0.0.319 to 0.0.387
Browse files Browse the repository at this point in the history
Bumps [github.com/cloudfoundry/bosh-utils](https://github.com/cloudfoundry/bosh-utils) from 0.0.319 to 0.0.387.
- [Commits](cloudfoundry/bosh-utils@v0.0.319...v0.0.387)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/bosh-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 6149850 commit 5732343
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 19 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,20 @@ go 1.17

require (
github.com/cloudfoundry/bosh-cli v6.4.1+incompatible
github.com/cloudfoundry/bosh-utils v0.0.319
github.com/cloudfoundry/bosh-utils v0.0.387
github.com/cloudfoundry/config-server v0.1.60
github.com/cppforlife/go-patch v0.2.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/jessevdk/go-flags v1.5.0
github.com/mitchellh/mapstructure v1.5.0
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.16.0 // indirect
github.com/sirupsen/logrus v1.8.1
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/bmatcuk/doublestar v1.3.4 // indirect
github.com/charlievieth/fs v0.0.2 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
github.com/charlievieth/fs v0.0.3 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/sys v0.11.0 // indirect
)
Loading

0 comments on commit 5732343

Please sign in to comment.