Skip to content

Commit ceff6f3

Browse files
fix(deps): update module github.com/gqlgo/gqlgenc to v0.36.0
1 parent bee6628 commit ceff6f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/theopenlane/go-client
22

3-
go 1.25.8
3+
go 1.26.0
44

55
require (
66
github.com/99designs/gqlgen v0.17.89
7-
github.com/gqlgo/gqlgenc v0.35.1
7+
github.com/gqlgo/gqlgenc v0.36.0
88
github.com/pkg/errors v0.9.1
99
github.com/rs/zerolog v1.35.0
1010
github.com/samber/lo v1.53.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kX
8080
github.com/gorilla/securecookie v1.1.2/go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo=
8181
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 h1:JeSE6pjso5THxAzdVpqr6/geYxZytqFMBCOtn/ujyeo=
8282
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674/go.mod h1:r4w70xmWCQKmi1ONH4KIaBptdivuRPyosB9RmPlGEwA=
83-
github.com/gqlgo/gqlgenc v0.35.1 h1:wHg+0/SEU4Jp+gb5ted1i7jls2i3AqMuCOuUClOo+9Q=
84-
github.com/gqlgo/gqlgenc v0.35.1/go.mod h1:qszcs75kQw4fEP7szUpzPGPLtF8idQX7qGVrZDnvSuA=
83+
github.com/gqlgo/gqlgenc v0.36.0 h1:uM9oQGcZ4p/OPX1etDWAE6pNBi5LrT4pc7Ize3TDh4Q=
84+
github.com/gqlgo/gqlgenc v0.36.0/go.mod h1:pddHUsQ++UHjbQ0rwUJJOxGa55do4zPqMXahlUzBeWo=
8585
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
8686
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
8787
github.com/hashicorp/hcl/v2 v2.24.0 h1:2QJdZ454DSsYGoaE6QheQZjtKZSUs9Nh2izTWiwQxvE=

0 commit comments

Comments
 (0)