fix(installer): update gotests path
This commit is contained in:
parent
5642af746b
commit
c5096aacc0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue