From fff3dadabc321871e6819392efc605c6dffe2e69 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 15 Aug 2023 10:57:27 +0530 Subject: migrated from MAL2Go to mg package --- cmd/list.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmd/list.go') 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" ) -- cgit v1.2.3