refactor: move vault package to app directory

This commit is contained in:
Prad Nukala
2024-12-09 18:39:57 -05:00
parent c158904efc
commit e3b8f2cffe
46 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ import (
"reflect"
"strings"
"github.com/onsonr/sonr/app/vault/types"
"github.com/onsonr/sonr/pkg/common/models"
"github.com/onsonr/sonr/pkg/vault/types"
)
// DefaultSchema returns the default schema
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"github.com/ipfs/boxo/files"
"github.com/onsonr/sonr/app/gateway/config/internal"
"github.com/onsonr/sonr/pkg/vault/types"
"github.com/onsonr/sonr/app/vault/types"
)
const SchemaVersion = 1