Skip to content

Commit

Permalink
Update Go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatard committed Sep 16, 2022
1 parent 25283bc commit 681ca58
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
module github.com/gqlgo/nodecheck

go 1.16
go 1.17

require (
github.com/gqlgo/gqlanalysis v0.3.3
github.com/vektah/gqlparser/v2 v2.5.1
)

require (
github.com/Yamashou/gqlgenc v0.11.0 // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/mattn/go-zglob v0.0.3 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
)

0 comments on commit 681ca58

Please sign in to comment.