fix(installer): update gotests path

This commit is contained in:
Smirnov Oleksandr 2022-06-23 13:17:46 +03:00
parent 5642af746b
commit c5096aacc0

View file

@ -2,7 +2,7 @@ local Job = require "plenary.job"
local urls = { local urls = {
gomodifytags = "github.com/fatih/gomodifytags", gomodifytags = "github.com/fatih/gomodifytags",
impl = "github.com/josharian/impl", impl = "github.com/josharian/impl",
gotests = "github.com/cweill/gotests", gotests = "github.com/cweill/gotests/...",
} }
---@param pkg string ---@param pkg string