From 1d4bb7ceb0cef79d68df0bacc913b01e40e6ddd6 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Wed, 5 Feb 2020 22:03:19 +0100 Subject: migrate to go modules --- graphql/graphql_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphql/graphql_test.go') 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" -- cgit