1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 12:07:23 +00:00

Add go-toml dep for #17 in mage

This commit is contained in:
2019-10-22 08:32:30 -04:00
parent 1d412ed5fd
commit 8cab261b1d

View File

@ -69,6 +69,7 @@ func getRemotePackages() error {
"github.com/magefile/mage/mage", "github.com/magefile/mage/mage",
"github.com/magefile/mage/mg", "github.com/magefile/mage/mg",
"github.com/magefile/mage/sh", "github.com/magefile/mage/sh",
"github.com/pelletier/go-toml",
} }
for _, p := range packages { for _, p := range packages {
if err := sh.Run("go", "get", "-u", p); err != nil { if err := sh.Run("go", "get", "-u", p); err != nil {