Browse Source

Add go-toml dep for #17 in mage

pull/25/head
Gregory Rudolph 5 years ago
parent
commit
8cab261b1d
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 1
      mage.go

1
mage.go

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

Loading…
Cancel
Save