Changed module name to sailpoint-cli so it is clearer on the company name

This commit is contained in:
colin-mckibben-sp
2022-09-28 15:53:09 -04:00
parent 9b5293647e
commit ad6cb60227
61 changed files with 93 additions and 93 deletions

View File

@@ -18,9 +18,9 @@ import (
"github.com/logrusorgru/aurora"
"github.com/olekukonko/tablewriter"
"github.com/sailpoint-oss/sp-cli/client"
connvalidate "github.com/sailpoint-oss/sp-cli/cmd/connector/validate"
"github.com/sailpoint-oss/sp-cli/util"
"github.com/sailpoint-oss/sailpoint-cli/client"
connvalidate "github.com/sailpoint-oss/sailpoint-cli/cmd/connector/validate"
"github.com/sailpoint-oss/sailpoint-cli/util"
"github.com/spf13/cobra"
"gopkg.in/alessio/shellescape.v1"
"gopkg.in/yaml.v2"