Skip to content

Commit

Permalink
Merge pull request #4 from gqlgo/update-gqlanalysis-v0.2.1
Browse files Browse the repository at this point in the history
Update gqlanalysis to v0.2.1
  • Loading branch information
tenntenn authored Apr 8, 2021
2 parents ba6972c + 2ea9244 commit 3b60aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/gqlgo/lackid

require (
github.com/gqlgo/gqlanalysis v0.2.0
github.com/gqlgo/gqlanalysis v0.2.1
github.com/vektah/gqlparser/v2 v2.1.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg=
github.com/gorilla/mux v1.6.1/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/gqlgo/gqlanalysis v0.2.0 h1:vopdtfiuQBN/koS7RqfwK0s99mEfsEL6Z1maQTNFhAs=
github.com/gqlgo/gqlanalysis v0.2.0/go.mod h1:BFhVkoQezTAcK1G9e1Yety8DVKjV4Ai5reZchzq7Jl4=
github.com/gqlgo/gqlanalysis v0.2.1 h1:lYfI4ez0LXj8N25q6mWew+eDsYSo4AnXZ9z7CWm6GOU=
github.com/gqlgo/gqlanalysis v0.2.1/go.mod h1:BFhVkoQezTAcK1G9e1Yety8DVKjV4Ai5reZchzq7Jl4=
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/josharian/txtarfs v0.0.0-20210218200122-0702f000015a h1:8NZHLa6Gp0hW6xJ0c3F1Kse7dJw30fOcDzHuF9sLbnE=
github.com/josharian/txtarfs v0.0.0-20210218200122-0702f000015a/go.mod h1:izVPOvVRsHiKkeGCT6tYBNWyDVuzj9wAaBb5R9qamfw=
Expand Down

0 comments on commit 3b60aa9

Please sign in to comment.