From adf0f6de71b796fc87f5fd7bf21d0970fba8829d Mon Sep 17 00:00:00 2001 From: Uzume <597052+Uzume@users.noreply.github.com> Date: Fri, 20 Nov 2020 11:33:33 -0800 Subject: [PATCH] Allow module to be directly required Allow module to be directly required without needing a replace directive. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1fe4887..df16920 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/shurcooL/graphql +module github.com/cli/shurcooL-graphql go 1.13