mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
refactor: move dwn package to app/config
This commit is contained in:
parent
9c768e4891
commit
2ca41d94ee
@ -17,7 +17,7 @@ import (
|
|||||||
|
|
||||||
"github.com/ipfs/kubo/client/rpc"
|
"github.com/ipfs/kubo/client/rpc"
|
||||||
apiv1 "github.com/onsonr/sonr/api/vault/v1"
|
apiv1 "github.com/onsonr/sonr/api/vault/v1"
|
||||||
"github.com/onsonr/sonr/config/dwn"
|
"github.com/onsonr/sonr/app/config/dwn"
|
||||||
|
|
||||||
"github.com/onsonr/sonr/x/vault/types"
|
"github.com/onsonr/sonr/x/vault/types"
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
|
|
||||||
"github.com/a-h/templ"
|
"github.com/a-h/templ"
|
||||||
"github.com/ipfs/boxo/files"
|
"github.com/ipfs/boxo/files"
|
||||||
"github.com/onsonr/sonr/config/dwn"
|
"github.com/onsonr/sonr/app/config/dwn"
|
||||||
)
|
)
|
||||||
|
|
||||||
//go:embed app.wasm
|
//go:embed app.wasm
|
||||||
|
@ -3,7 +3,7 @@ package types
|
|||||||
import (
|
import (
|
||||||
"github.com/ipfs/boxo/files"
|
"github.com/ipfs/boxo/files"
|
||||||
|
|
||||||
"github.com/onsonr/sonr/config/dwn"
|
"github.com/onsonr/sonr/app/config/dwn"
|
||||||
vault "github.com/onsonr/sonr/x/vault/types/internal"
|
vault "github.com/onsonr/sonr/x/vault/types/internal"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user