Skip to content

Commit e756be1

Browse files
fix(deps): update module github.com/yamashou/gqlgenc to v0.18.0
1 parent 6d69739 commit e756be1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module terraform-provider-plural
33
go 1.21
44

55
require (
6-
github.com/Yamashou/gqlgenc v0.14.0
6+
github.com/Yamashou/gqlgenc v0.18.0
77
github.com/golangci/golangci-lint v1.55.1
88
github.com/hashicorp/terraform-plugin-docs v0.16.0
99
github.com/hashicorp/terraform-plugin-framework v1.4.2
@@ -287,7 +287,7 @@ require (
287287
github.com/ultraware/funlen v0.1.0 // indirect
288288
github.com/ultraware/whitespace v0.0.5 // indirect
289289
github.com/uudashr/gocognit v1.1.2 // indirect
290-
github.com/vektah/gqlparser/v2 v2.5.1 // indirect
290+
github.com/vektah/gqlparser/v2 v2.5.10 // indirect
291291
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
292292
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
293293
github.com/xanzy/ssh-agent v0.3.3 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d h1:UrqY+r/O
100100
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d/go.mod h1:HI8ITrYtUY+O+ZhtlqUnD8+KwNPOyugEhfP9fdUIaEQ=
101101
github.com/Yamashou/gqlgenc v0.14.0 h1:KVzUuVQKfl4Phm5Cw4yeFThDAxZoIBR9XLoK/4O1O6U=
102102
github.com/Yamashou/gqlgenc v0.14.0/go.mod h1:+z+FRCtGrNmgTxweAUiCodOmQJLTCNtnRNAqhewf1Q8=
103+
github.com/Yamashou/gqlgenc v0.18.0 h1:kPSmYeLTuk688+7V8o9PiblsPxVLQCoGA6bLuDr0grE=
104+
github.com/Yamashou/gqlgenc v0.18.0/go.mod h1:FFb4nLQqE6yN6Q6gX9cnrKYAG0gjmZ8NFmLp9cXwdUk=
103105
github.com/a8m/expect v1.0.0/go.mod h1:4IwSCMumY49ScypDnjNbYEjgVeqy1/U2cEs3Lat96eA=
104106
github.com/acomagu/bufpipe v1.0.4 h1:e3H4WUzM3npvo5uv95QuJM3cQspFNtFBzvJ2oNjKIDQ=
105107
github.com/acomagu/bufpipe v1.0.4/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4=
@@ -1062,6 +1064,8 @@ github.com/uudashr/gocognit v1.1.2 h1:l6BAEKJqQH2UpKAPKdMfZf5kE4W/2xk8pfU1OVLvni
10621064
github.com/uudashr/gocognit v1.1.2/go.mod h1:aAVdLURqcanke8h3vg35BC++eseDm66Z7KmchI5et4k=
10631065
github.com/vektah/gqlparser/v2 v2.5.1 h1:ZGu+bquAY23jsxDRcYpWjttRZrUz07LbiY77gUOHcr4=
10641066
github.com/vektah/gqlparser/v2 v2.5.1/go.mod h1:mPgqFBu/woKTVYWyNk8cO3kh4S/f4aRFZrvOnp3hmCs=
1067+
github.com/vektah/gqlparser/v2 v2.5.10 h1:6zSM4azXC9u4Nxy5YmdmGu4uKamfwsdKTwp5zsEealU=
1068+
github.com/vektah/gqlparser/v2 v2.5.10/go.mod h1:1rCcfwB2ekJofmluGWXMSEnPMZgbxzwj6FaZ/4OT8Cc=
10651069
github.com/vmihailenco/msgpack/v5 v5.3.5 h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU=
10661070
github.com/vmihailenco/msgpack/v5 v5.3.5/go.mod h1:7xyJ9e+0+9SaZT0Wt1RGleJXzli6Q/V5KbhBonMG9jc=
10671071
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=

0 commit comments

Comments
 (0)