update to new import paths for repository transfer

This commit is contained in:
Samuel Lorch 2022-02-22 17:18:34 +01:00
parent ab3e63835a
commit f4dedc8726
40 changed files with 104 additions and 99 deletions

View file

@ -1,7 +1,7 @@
package cmd
import (
"github.com/speatzle/go-passbolt-cli/keepass"
"github.com/passbolt/go-passbolt-cli/keepass"
"github.com/spf13/cobra"
)