Skip to content

Commit c414884

Browse files
committed
Update gqlanalysis
1 parent 12af75b commit c414884

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gqlgo/nolint
33
go 1.17
44

55
require (
6-
github.com/gqlgo/gqlanalysis v0.3.4
6+
github.com/gqlgo/gqlanalysis v0.3.5
77
github.com/vektah/gqlparser/v2 v2.5.1
88
)
99

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
2222
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
2323
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
2424
github.com/gostaticanalysis/skeletonkit v0.4.0/go.mod h1:UcRLvBDmeN7krfn6gM2W58XEA5IzjHxtX1NLGR3p2CM=
25-
github.com/gqlgo/gqlanalysis v0.3.4 h1:vMFLRwyCQxaoDOLv6bhtC4szsCKb9A4D8njnkXQZRsk=
26-
github.com/gqlgo/gqlanalysis v0.3.4/go.mod h1:nD/jAUCfaXrvWyakLEOsVB4ONmmwkPpQjw9LRGm78+k=
25+
github.com/gqlgo/gqlanalysis v0.3.5 h1:3IlJHUcInwfeJwKdzk3rBJH4kJJF1GRTSHIz89eOluM=
26+
github.com/gqlgo/gqlanalysis v0.3.5/go.mod h1:nD/jAUCfaXrvWyakLEOsVB4ONmmwkPpQjw9LRGm78+k=
2727
github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
2828
github.com/josharian/mapfs v0.0.0-20210615234106-095c008854e6 h1:c+ctPFdISggaSNCfU1IueNBAsqetJSvMcpQlT+0OVdY=
2929
github.com/josharian/mapfs v0.0.0-20210615234106-095c008854e6/go.mod h1:Rv/momJI8DgrWnBZip+SgagpcgORIZQE5SERlxNb8LY=

0 commit comments

Comments
 (0)