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"
)

View File

@@ -9,7 +9,7 @@ import (
badger "github.com/ipfs/go-ds-badger2"
"github.com/k4lipso/pentapass/storage"
"github.com/k4lipso/pentapass/rpc"
"github.com/k4lipso/pentapass/internal/rpc"
"github.com/k4lipso/pentapass/internal/crypto/age"
. "github.com/k4lipso/pentapass/internal/log"
)