diff --git a/lua/gopher/installer.lua b/lua/gopher/installer.lua index b0f733a..4b84eb5 100644 --- a/lua/gopher/installer.lua +++ b/lua/gopher/installer.lua @@ -2,6 +2,7 @@ local Job = require "plenary.job" local urls = { gomodifytags = "github.com/fatih/gomodifytags", impl = "github.com/josharian/impl", + gotests = "github.com/cweill/gotests", } local function install(pkg)