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
@@ -1,4 +1,4 @@
@go.Package { name = "github.com/onsonr/sonr/pkg/gateway/config" }
@go.Package { name = "github.com/onsonr/sonr/app/gateway/config" }
open module sonr.hway.Env
+1 -1
View File
@@ -1,4 +1,4 @@
@go.Package { name = "github.com/onsonr/sonr/pkg/vault/types" }
@go.Package { name = "github.com/onsonr/sonr/app/vault/types" }
module sonr.motr.DWN