File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module terraform-provider-plural
33go 1.21
44
55require (
6- github.com/Yamashou/gqlgenc v0.14 .0
6+ github.com/Yamashou/gqlgenc v0.16 .0
77 github.com/golangci/golangci-lint v1.55.2
88 github.com/hashicorp/terraform-plugin-docs v0.16.0
99 github.com/hashicorp/terraform-plugin-framework v1.4.2
@@ -286,7 +286,7 @@ require (
286286 github.com/ultraware/funlen v0.1.0 // indirect
287287 github.com/ultraware/whitespace v0.0.5 // indirect
288288 github.com/uudashr/gocognit v1.1.2 // indirect
289- github.com/vektah/gqlparser/v2 v2.5.1 // indirect
289+ github.com/vektah/gqlparser/v2 v2.5.10 // indirect
290290 github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
291291 github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
292292 github.com/xanzy/ssh-agent v0.3.3 // indirect
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d h1:UrqY+r/O
100100github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d /go.mod h1:HI8ITrYtUY+O+ZhtlqUnD8+KwNPOyugEhfP9fdUIaEQ =
101101github.com/Yamashou/gqlgenc v0.14.0 h1:KVzUuVQKfl4Phm5Cw4yeFThDAxZoIBR9XLoK/4O1O6U =
102102github.com/Yamashou/gqlgenc v0.14.0 /go.mod h1:+z+FRCtGrNmgTxweAUiCodOmQJLTCNtnRNAqhewf1Q8 =
103+ github.com/Yamashou/gqlgenc v0.16.0 h1:k1X/dvwnkiDImaeYw+C1j+GDX3MnzB4aONOTE6Mrku4 =
104+ github.com/Yamashou/gqlgenc v0.16.0 /go.mod h1:yKaNzczoGrIElG3mG8j2Bg3imv4WyIjLSTRBtvhfMtU =
103105github.com/a8m/expect v1.0.0 /go.mod h1:4IwSCMumY49ScypDnjNbYEjgVeqy1/U2cEs3Lat96eA =
104106github.com/acomagu/bufpipe v1.0.4 h1:e3H4WUzM3npvo5uv95QuJM3cQspFNtFBzvJ2oNjKIDQ =
105107github.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
10621064github.com/uudashr/gocognit v1.1.2 /go.mod h1:aAVdLURqcanke8h3vg35BC++eseDm66Z7KmchI5et4k =
10631065github.com/vektah/gqlparser/v2 v2.5.1 h1:ZGu+bquAY23jsxDRcYpWjttRZrUz07LbiY77gUOHcr4 =
10641066github.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 =
10651069github.com/vmihailenco/msgpack/v5 v5.3.5 h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU =
10661070github.com/vmihailenco/msgpack/v5 v5.3.5 /go.mod h1:7xyJ9e+0+9SaZT0Wt1RGleJXzli6Q/V5KbhBonMG9jc =
10671071github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g =
You can’t perform that action at this time.
0 commit comments