Skip to content

Commit a18260f

Browse files
build(deps): bump carvel.dev/ytt from 0.51.1 to 0.51.2
Bumps [carvel.dev/ytt](https://github.com/carvel-dev/ytt) from 0.51.1 to 0.51.2. - [Release notes](https://github.com/carvel-dev/ytt/releases) - [Changelog](https://github.com/carvel-dev/ytt/blob/develop/.goreleaser.yml) - [Commits](https://github.com/carvel-dev/ytt/commits) --- updated-dependencies: - dependency-name: carvel.dev/ytt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1c425a commit a18260f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
module github.com/jianyuan/terraform-provider-openai
22

33
go 1.23.5
4+
toolchain go1.24.1
45

56
require (
6-
carvel.dev/ytt v0.51.1
7+
carvel.dev/ytt v0.51.2
78
github.com/hashicorp/go-retryablehttp v0.7.7
89
github.com/hashicorp/terraform-plugin-docs v0.20.1
910
github.com/hashicorp/terraform-plugin-framework v1.14.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
carvel.dev/ytt v0.51.1 h1:XWM+9tA+rJnhSel3dJf1jgrCES2wHw68cclkQhZcNRM=
2-
carvel.dev/ytt v0.51.1/go.mod h1:bvN7TWCAHhpPgdulWTQ+gi80aR6TOZ1PJPOEHcKtvQY=
1+
carvel.dev/ytt v0.51.2 h1:g4zjw99F6drrqJNElm5XC1Wo1B/EBAAf4A/AVTfqbwg=
2+
carvel.dev/ytt v0.51.2/go.mod h1:niVHGIX/6R4qy5e9U5s19qUbwNGBTStaExwCVUPSGdo=
33
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
44
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
55
github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=

0 commit comments

Comments
 (0)