Skip to content

Commit b29353d

Browse files
chore(deps): bump the go-cty-modules group across 2 directories with 1 update
Bumps the go-cty-modules group with 1 update in the /ent-mysql directory: [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty). Bumps the go-cty-modules group with 1 update in the /entgo-sveltekit directory: [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty). Updates `github.com/zclconf/go-cty` from 1.14.4 to 1.17.0 - [Release notes](https://github.com/zclconf/go-cty/releases) - [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md) - [Commits](zclconf/go-cty@v1.14.4...v1.17.0) Updates `github.com/zclconf/go-cty` from 1.14.4 to 1.17.0 - [Release notes](https://github.com/zclconf/go-cty/releases) - [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md) - [Commits](zclconf/go-cty@v1.14.4...v1.17.0) --- updated-dependencies: - dependency-name: github.com/zclconf/go-cty dependency-version: 1.17.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-cty-modules - dependency-name: github.com/zclconf/go-cty dependency-version: 1.17.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-cty-modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 59f092f commit b29353d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ent-mysql/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
2828
github.com/valyala/bytebufferpool v1.0.0 // indirect
2929
github.com/valyala/fasthttp v1.64.0 // indirect
30-
github.com/zclconf/go-cty v1.16.3 // indirect
30+
github.com/zclconf/go-cty v1.17.0 // indirect
3131
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
3232
golang.org/x/mod v0.30.0 // indirect
3333
golang.org/x/sync v0.18.0 // indirect

ent-mysql/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ github.com/valyala/fasthttp v1.64.0 h1:QBygLLQmiAyiXuRhthf0tuRkqAFcrC42dckN2S+N3
5454
github.com/valyala/fasthttp v1.64.0/go.mod h1:dGmFxwkWXSK0NbOSJuF7AMVzU+lkHz0wQVvVITv2UQA=
5555
github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU=
5656
github.com/xyproto/randomstring v1.0.5/go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E=
57-
github.com/zclconf/go-cty v1.16.3 h1:osr++gw2T61A8KVYHoQiFbFd1Lh3JOCXc/jFLJXKTxk=
58-
github.com/zclconf/go-cty v1.16.3/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
57+
github.com/zclconf/go-cty v1.17.0 h1:seZvECve6XX4tmnvRzWtJNHdscMtYEx5R7bnnVyd/d0=
58+
github.com/zclconf/go-cty v1.17.0/go.mod h1:wqFzcImaLTI6A5HfsRwB0nj5n0MRZFwmey8YoFPPs3U=
5959
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo=
6060
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
6161
github.com/zclconf/go-cty-yaml v1.1.0 h1:nP+jp0qPHv2IhUVqmQSzjvqAWcObN0KBkUl2rWBdig0=

entgo-sveltekit/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/pmezard/go-difflib v1.0.0 // indirect
3131
github.com/valyala/bytebufferpool v1.0.0 // indirect
3232
github.com/valyala/fasthttp v1.64.0 // indirect
33-
github.com/zclconf/go-cty v1.16.3 // indirect
33+
github.com/zclconf/go-cty v1.17.0 // indirect
3434
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
3535
golang.org/x/mod v0.30.0 // indirect
3636
golang.org/x/sync v0.18.0 // indirect

entgo-sveltekit/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ github.com/valyala/fasthttp v1.64.0 h1:QBygLLQmiAyiXuRhthf0tuRkqAFcrC42dckN2S+N3
5656
github.com/valyala/fasthttp v1.64.0/go.mod h1:dGmFxwkWXSK0NbOSJuF7AMVzU+lkHz0wQVvVITv2UQA=
5757
github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU=
5858
github.com/xyproto/randomstring v1.0.5/go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E=
59-
github.com/zclconf/go-cty v1.16.3 h1:osr++gw2T61A8KVYHoQiFbFd1Lh3JOCXc/jFLJXKTxk=
60-
github.com/zclconf/go-cty v1.16.3/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
59+
github.com/zclconf/go-cty v1.17.0 h1:seZvECve6XX4tmnvRzWtJNHdscMtYEx5R7bnnVyd/d0=
60+
github.com/zclconf/go-cty v1.17.0/go.mod h1:wqFzcImaLTI6A5HfsRwB0nj5n0MRZFwmey8YoFPPs3U=
6161
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo=
6262
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
6363
github.com/zclconf/go-cty-yaml v1.1.0 h1:nP+jp0qPHv2IhUVqmQSzjvqAWcObN0KBkUl2rWBdig0=

0 commit comments

Comments
 (0)