diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-15 10:57:27 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-15 10:57:27 +0530 |
commit | fff3dadabc321871e6819392efc605c6dffe2e69 (patch) | |
tree | 25aceed23b73b2ad975a06d73fad091d0886a2a6 /cmd/list.go | |
parent | a44d6eb2fdddc75983c735e1a0fa744014db9593 (diff) |
migrated from MAL2Go to mg package
Diffstat (limited to 'cmd/list.go')
-rw-r--r-- | cmd/list.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/list.go b/cmd/list.go index 4a8cf38..cd6fcaf 100644 --- a/cmd/list.go +++ b/cmd/list.go @@ -21,9 +21,9 @@ package cmd import ( "os" "fmt" - "github.com/MikunoNaka/macli/ui" - "github.com/MikunoNaka/macli/util" - "github.com/MikunoNaka/macli/mal" + "vidhukant.com/macli/ui" + "vidhukant.com/macli/util" + "vidhukant.com/macli/mal" "github.com/spf13/cobra" ) |