mv rpc -> internal/rpc

This commit is contained in:
2024-10-10 10:37:57 +02:00
parent c2f301a6b1
commit aea7050a72
3 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
"github.com/k4lipso/pentapass/rpc"
"github.com/k4lipso/pentapass/internal/rpc"
"github.com/k4lipso/pentapass/internal/crypto"
. "github.com/k4lipso/pentapass/internal/log"
)