Skip to content

Commit

Permalink
chore(deps): bump carvel.dev/ytt from 0.48.0 to 0.51.1
Browse files Browse the repository at this point in the history
Bumps [carvel.dev/ytt](https://github.com/carvel-dev/ytt) from 0.48.0 to 0.51.1.
- [Release notes](https://github.com/carvel-dev/ytt/releases)
- [Changelog](https://github.com/carvel-dev/ytt/blob/develop/.goreleaser.yml)
- [Commits](carvel-dev/ytt@v0.48.0...v0.51.1)

---
updated-dependencies:
- dependency-name: carvel.dev/ytt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent d7493cd commit a6250ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module github.com/zoncoen/scenarigo

go 1.22.0
toolchain go1.23.4

require (
carvel.dev/ytt v0.48.0
carvel.dev/ytt v0.51.1
dario.cat/mergo v1.0.1
github.com/bufbuild/protocompile v0.14.1
github.com/cenkalti/backoff/v4 v4.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
carvel.dev/ytt v0.48.0 h1:NNLW6mHBxYFhz8tRlaUW4xjtDmq8u8unmC0dcsCKPxU=
carvel.dev/ytt v0.48.0/go.mod h1:ss9N6IKCUxg5yH5xomguFBQmuLnEwQr8slbAjTToCPQ=
carvel.dev/ytt v0.51.1 h1:XWM+9tA+rJnhSel3dJf1jgrCES2wHw68cclkQhZcNRM=
carvel.dev/ytt v0.51.1/go.mod h1:bvN7TWCAHhpPgdulWTQ+gi80aR6TOZ1PJPOEHcKtvQY=
dario.cat/mergo v1.0.1 h1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=
dario.cat/mergo v1.0.1/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
Expand Down

0 comments on commit a6250ad

Please sign in to comment.