Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/go-envstruct from 1.6.0 to 1.7.0 in /src
Browse files Browse the repository at this point in the history
Bumps [code.cloudfoundry.org/go-envstruct](https://github.com/cloudfoundry/go-envstruct) from 1.6.0 to 1.7.0.
- [Commits](cloudfoundry/go-envstruct@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: code.cloudfoundry.org/go-envstruct
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ctlong committed Jan 30, 2024
1 parent 91f3fa9 commit cab645f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
code.cloudfoundry.org/go-batching v0.0.0-20230607145844-cf8715c61fbd
code.cloudfoundry.org/go-diodes v0.0.0-20230606195509-9853201afab8
code.cloudfoundry.org/go-envstruct v1.6.0
code.cloudfoundry.org/go-envstruct v1.7.0
code.cloudfoundry.org/go-metric-registry v0.0.0-20230607145746-0cddddb73783
code.cloudfoundry.org/tlsconfig v0.0.0-20230612153104-23c0622de227
github.com/cloudfoundry/dropsonde v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ code.cloudfoundry.org/go-batching v0.0.0-20230607145844-cf8715c61fbd h1:c+QGa4hi
code.cloudfoundry.org/go-batching v0.0.0-20230607145844-cf8715c61fbd/go.mod h1:NchQOPTqskju7NXkZWu9lHwwpP5lAWf8aoN4akO/+wA=
code.cloudfoundry.org/go-diodes v0.0.0-20230606195509-9853201afab8 h1:A2wAkLyV7qLRUSJk/vCrcbVldcmspJI22VSXZ1f44OQ=
code.cloudfoundry.org/go-diodes v0.0.0-20230606195509-9853201afab8/go.mod h1:ddTr0Stkt5lV0ql7lyVHXyxOLNaR//mvrSGCWydFI3o=
code.cloudfoundry.org/go-envstruct v1.6.0 h1:n3ReWhxIb8T8Pedu2ONAtWZxHmytPl9MmLfm1M4x8E0=
code.cloudfoundry.org/go-envstruct v1.6.0/go.mod h1:d36KAtkHU9KBkz1yvLM3oRoWTvZ2ipSPchQ2BX/p0pk=
code.cloudfoundry.org/go-envstruct v1.7.0 h1:6e90Z+lTPrI2jMJOoKErskL7a+Qm97GFiithcXeVWdk=
code.cloudfoundry.org/go-envstruct v1.7.0/go.mod h1:xm6Eto/WB7Qq1iwEN29jUQXDeUCJ+nruwAnnrpY0s4E=
code.cloudfoundry.org/go-loggregator/v9 v9.1.0 h1:fHPwRS+PAceDTx5EbWNrosokXXZoZqxBtjeEIpYyIZQ=
code.cloudfoundry.org/go-loggregator/v9 v9.1.0/go.mod h1:jS0eG2jwDycE+qgQudz8a+EYHdC37U3Czeg/UfYamRs=
code.cloudfoundry.org/go-metric-registry v0.0.0-20230607145746-0cddddb73783 h1:XLbe5e/tqt6aKVCXeAaBx9DVZy50oLxuuMP3CwuH6EQ=
Expand Down
1 change: 1 addition & 0 deletions src/vendor/code.cloudfoundry.org/go-envstruct/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions src/vendor/code.cloudfoundry.org/go-envstruct/tools.go

This file was deleted.

4 changes: 2 additions & 2 deletions src/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ code.cloudfoundry.org/go-batching
# code.cloudfoundry.org/go-diodes v0.0.0-20230606195509-9853201afab8
## explicit; go 1.18
code.cloudfoundry.org/go-diodes
# code.cloudfoundry.org/go-envstruct v1.6.0
## explicit; go 1.19
# code.cloudfoundry.org/go-envstruct v1.7.0
## explicit; go 1.21
code.cloudfoundry.org/go-envstruct
# code.cloudfoundry.org/go-loggregator/v9 v9.1.0
## explicit; go 1.19
Expand Down

0 comments on commit cab645f

Please sign in to comment.