mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-06 04:21:15 +00:00
Changed module name to sailpoint-cli so it is clearer on the company name
This commit is contained in:
@@ -4,9 +4,9 @@ package root
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/sailpoint-oss/sp-cli/client"
|
||||
"github.com/sailpoint-oss/sp-cli/cmd/connector"
|
||||
"github.com/sailpoint-oss/sp-cli/cmd/transform"
|
||||
"github.com/sailpoint-oss/sailpoint-cli/client"
|
||||
"github.com/sailpoint-oss/sailpoint-cli/cmd/connector"
|
||||
"github.com/sailpoint-oss/sailpoint-cli/cmd/transform"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user