mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 08:47:24 +00:00
Add go-toml dep for #17 in mage
This commit is contained in:
1
mage.go
1
mage.go
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user