From c5096aacc0425f3b31c6cceed0499c040e527e78 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Thu, 23 Jun 2022 13:17:46 +0300 Subject: [PATCH] fix(installer): update `gotests` path --- lua/gopher/installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/gopher/installer.lua b/lua/gopher/installer.lua index 0f20dff..a1afdef 100644 --- a/lua/gopher/installer.lua +++ b/lua/gopher/installer.lua @@ -2,7 +2,7 @@ local Job = require "plenary.job" local urls = { gomodifytags = "github.com/fatih/gomodifytags", impl = "github.com/josharian/impl", - gotests = "github.com/cweill/gotests", + gotests = "github.com/cweill/gotests/...", } ---@param pkg string