diff options
Diffstat (limited to 'graphql')
-rw-r--r-- | graphql/graphql_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql/graphql_test.go b/graphql/graphql_test.go index 6784df96..6a4ceca3 100644 --- a/graphql/graphql_test.go +++ b/graphql/graphql_test.go @@ -4,7 +4,7 @@ import ( "net/http/httptest" "testing" - "github.com/vektah/gqlgen/client" + "github.com/99designs/gqlgen/client" "github.com/MichaelMure/git-bug/graphql/models" "github.com/MichaelMure/git-bug/misc/random_bugs" |