diff --git a/.github/contribution/CLIENT_GUIDELINES.md b/.github/contribution/CLIENT_GUIDELINES.md
index 1c60bb3d3..6d881fde2 100644
--- a/.github/contribution/CLIENT_GUIDELINES.md
+++ b/.github/contribution/CLIENT_GUIDELINES.md
@@ -34,7 +34,7 @@ You will need to install and configure the following dependencies on your machin
You can setup your macOS or Linux machine to be ready for local development with these steps:
```sh
-git clone https://github.com/sonr-io/sonr.git # Clone the repository
+git clone https://github.com/sonrhq/core.git # Clone the repository
sh scripts/install.sh # Install dependencies
task # Display the available commands
```
diff --git a/.github/contribution/DEVELOPERS.md b/.github/contribution/DEVELOPERS.md
index 4aab92179..974357a7f 100644
--- a/.github/contribution/DEVELOPERS.md
+++ b/.github/contribution/DEVELOPERS.md
@@ -32,7 +32,7 @@ You will need to install and configure the following dependencies on your machin
You can setup your macOS or Linux machine to be ready for local development with these steps:
```sh
-git clone https://github.com/sonr-io/sonr.git # Clone the repository
+git clone https://github.com/sonrhq/core.git # Clone the repository
sh scripts/install.sh # Install dependencies
task # Display the available commands
```
diff --git a/.github/contribution/TESTNET.md b/.github/contribution/TESTNET.md
index 947a9d506..5ea02bbf5 100644
--- a/.github/contribution/TESTNET.md
+++ b/.github/contribution/TESTNET.md
@@ -29,7 +29,7 @@ You will need to install and configure the following dependencies on your machin
You can setup your macOS or Linux machine to be ready for local development with these steps:
```sh
-git clone https://github.com/sonr-io/sonr.git # Clone the repository
+git clone https://github.com/sonrhq/core.git # Clone the repository
sh scripts/install.sh # Install dependencies
task # Display the available commands
```
@@ -45,7 +45,7 @@ You will need to install and configure the following dependencies on your machin
You can setup your macOS or Linux machine to be ready for local development with these steps:
```sh
-git clone https://github.com/sonr-io/sonr.git # Clone the repository
+git clone https://github.com/sonrhq/core.git # Clone the repository
sh scripts/install.sh # Install dependencies
task # Display the available commands
```
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index f0ad717bc..184973230 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -40,7 +40,7 @@ jobs:
continue-on-error: true
with:
input: "proto"
- against: "https://github.com/sonr-io/sonr.git#branch=master"
+ against: "https://github.com/sonrhq/core.git#branch=master"
- uses: bufbuild/buf-lint-action@v1
with:
input: "proto"
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 9fe452dd6..438ece536 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -129,7 +129,7 @@ release:
Run the following command to install sonrd:
```bash
- curl -L https://github.com/sonr-io/sonr/releases/latest/download/install.sh | sh
+ curl -L https://github.com/sonrhq/core/releases/latest/download/install.sh | sh
```
### ⚡️ Binaries
@@ -142,7 +142,7 @@ release:
If you prefer to build from source, you can use the following commands:
````bash
- git clone https://github.com/sonr-io/sonr
+ git clone https://github.com/sonrhq/core
cd core && git checkout v{{ .Version }}
make install
# Then run sonrd
diff --git a/Makefile b/Makefile
index 49e356241..42fc5b6a1 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ SDK_PACK := $(shell go list -m github.com/cosmos/cosmos-sdk | sed 's/ /\@/g')
DOCKER := $(shell which docker)
DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf:1.0.0-rc8
BUILDDIR ?= $(CURDIR)/build
-HTTPS_GIT := https://github.com/sonr-io/sonr.git
+HTTPS_GIT := https://github.com/sonrhq/core.git
export GO111MODULE = on
diff --git a/README.md b/README.md
index 35fd573bb..361245311 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,10 @@
-[![Go Reference](https://pkg.go.dev/badge/github.com/sonr-io/sonr.svg)](https://pkg.go.dev/github.com/sonr-io/sonr)
-[![Test sonrd](https://github.com/sonr-io/sonr/actions/workflows/tests.yml/badge.svg)](https://github.com/sonr-io/sonr/actions/workflows/tests.yml)
-[![GitHub all releases](https://img.shields.io/github/downloads/sonr-io/sonr/total)](https://github.com/sonr-io/sonr/releases/latest)
-[![Go Report Card](https://goreportcard.com/badge/github.com/sonr-io/sonr)](https://goreportcard.com/report/github.com/sonr-io/sonr)
+[![Go Reference](https://pkg.go.dev/badge/github.com/sonrhq/core.svg)](https://pkg.go.dev/github.com/sonrhq/core)
+[![Test sonrd](https://github.com/sonrhq/core/actions/workflows/tests.yml/badge.svg)](https://github.com/sonrhq/core/actions/workflows/tests.yml)
+[![GitHub all releases](https://img.shields.io/github/downloads/sonr-io/sonr/total)](https://github.com/sonrhq/core/releases/latest)
+[![Go Report Card](https://goreportcard.com/badge/github.com/sonrhq/core)](https://goreportcard.com/report/github.com/sonrhq/core)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=sonr-io_sonr&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=sonr-io_sonr)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=sonr-io_sonr&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=sonr-io_sonr)
[![Twitter](https://img.shields.io/twitter/follow/sonr_io?style=social)](https://sonr.io/twitter)
@@ -26,13 +26,13 @@ Sonr is an ibc-enabled blockchain for decentralized identity.
- [x] IPFS Database and Storage. [__Docs__](https://sonr.io/docs/guides/storage)
- [x] Redis. [__Docs__](https://sonr.io/docs/guides/api#rest-api-overview)
- [x] MySQL. [__Docs__](https://sonr.io/docs/guides/api#graphql-api-overview)
- - [ ] User mailboxes. [Status](https://github.com/sonr-io/sonr/issues/781)
- - [ ] database subscriptions. [Status](https://github.com/sonr-io/sonr/issues/782)
- - [ ] Matrix chat. [Status](https://github.com/sonr-io/sonr/issues/783)
+ - [ ] User mailboxes. [Status](https://github.com/sonrhq/core/issues/781)
+ - [ ] database subscriptions. [Status](https://github.com/sonrhq/core/issues/782)
+ - [ ] Matrix chat. [Status](https://github.com/sonrhq/core/issues/783)
- [x] IBC Integrations.
- - [ ] Nomic. [Status](https://github.com/sonr-io/sonr/issues/784)
- - [ ] Evmos. [Status](https://github.com/sonr-io/sonr/issues/785)
- - [ ] Osmosis. [Status](https://github.com/sonr-io/sonr/issues/786)
+ - [ ] Nomic. [Status](https://github.com/sonrhq/core/issues/784)
+ - [ ] Evmos. [Status](https://github.com/sonrhq/core/issues/785)
+ - [ ] Osmosis. [Status](https://github.com/sonrhq/core/issues/786)
- [x] Smart Contracts. [__Docs__](https://sonr.io/docs/guides/storage)
- [ ] Typescript Client SDKs. [Status](https://github.com/sonr-io/front/milestone/2)
- [ ] Dashboard. [Status](https://github.com/sonr-io/front/milestone/1)
@@ -45,8 +45,8 @@ To see how to Contribute, visit [Getting Started](./docs/contribution/DEVELOPERS
## Community & Support
-- [Forum](https://github.com/sonr-io/sonr/discussions)
-- [Issues](https://github.com/sonr-io/sonr/issues)
+- [Forum](https://github.com/sonrhq/core/discussions)
+- [Issues](https://github.com/sonrhq/core/issues)
- [Twitter](https://sonr.io/twitter)
- [Dev Chat](https://sonr.io/discord)
@@ -57,7 +57,7 @@ To see how to Contribute, visit [Getting Started](./docs/contribution/DEVELOPERS
- [ ] __Public Testnet__: Stable for non-enterprise use. [Join it](https://sonr.io/dashboard).
- [ ] __Mainnet__: Coming soon. [Watch status](https://sonr.io/docs/guides/getting-started/features#feature-status).
-We are currently in transitioning to Public Testnet. Watch [releases](https://github.com/sonr-io/sonr/releases) of this repo to get notified of major updates.
+We are currently in transitioning to Public Testnet. Watch [releases](https://github.com/sonrhq/core/releases) of this repo to get notified of major updates.
## How it works
@@ -119,7 +119,7 @@ Our approach for client libraries is uniform. Abstract away any blockchain speci
JavaScript (TypeScript) |
- sonr-js |
+ sonr-js |
auth-js |
database-js |
storage-js |
@@ -127,7 +127,7 @@ Our approach for client libraries is uniform. Abstract away any blockchain speci
Flutter |
- sonr-flutter |
+ sonr-flutter |
auth-dart |
database-dart |
storage-dart |
diff --git a/app/app.go b/app/app.go
index f0cc59bc5..e9d38201f 100644
--- a/app/app.go
+++ b/app/app.go
@@ -112,18 +112,18 @@ import (
solomachine "github.com/cosmos/ibc-go/v7/modules/light-clients/06-solomachine"
ibctm "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint"
- appparams "github.com/sonr-io/sonr/app/params"
- "github.com/sonr-io/sonr/docs"
- "github.com/sonr-io/sonr/internal/highway"
- domainmodule "github.com/sonr-io/sonr/x/domain"
- domainmodulekeeper "github.com/sonr-io/sonr/x/domain/keeper"
- domainmoduletypes "github.com/sonr-io/sonr/x/domain/types"
- identitymodule "github.com/sonr-io/sonr/x/identity"
- identitymodulekeeper "github.com/sonr-io/sonr/x/identity/keeper"
- identitymoduletypes "github.com/sonr-io/sonr/x/identity/types"
- servicemodule "github.com/sonr-io/sonr/x/service"
- servicemodulekeeper "github.com/sonr-io/sonr/x/service/keeper"
- servicemoduletypes "github.com/sonr-io/sonr/x/service/types"
+ appparams "github.com/sonrhq/core/app/params"
+ "github.com/sonrhq/core/docs"
+ "github.com/sonrhq/core/internal/highway"
+ domainmodule "github.com/sonrhq/core/x/domain"
+ domainmodulekeeper "github.com/sonrhq/core/x/domain/keeper"
+ domainmoduletypes "github.com/sonrhq/core/x/domain/types"
+ identitymodule "github.com/sonrhq/core/x/identity"
+ identitymodulekeeper "github.com/sonrhq/core/x/identity/keeper"
+ identitymoduletypes "github.com/sonrhq/core/x/identity/types"
+ servicemodule "github.com/sonrhq/core/x/service"
+ servicemodulekeeper "github.com/sonrhq/core/x/service/keeper"
+ servicemoduletypes "github.com/sonrhq/core/x/service/types"
"github.com/spf13/cast"
)
diff --git a/app/encoding.go b/app/encoding.go
index 7863b5ae4..15fedf79b 100644
--- a/app/encoding.go
+++ b/app/encoding.go
@@ -6,7 +6,7 @@ import (
"github.com/cosmos/cosmos-sdk/std"
"github.com/cosmos/cosmos-sdk/x/auth/tx"
- "github.com/sonr-io/sonr/app/params"
+ "github.com/sonrhq/core/app/params"
)
// makeEncodingConfig creates an EncodingConfig for an amino based test configuration.
diff --git a/cmd/sonrd/cmd/geninit.go b/cmd/sonrd/cmd/geninit.go
index d6cbc563d..51e9353e7 100644
--- a/cmd/sonrd/cmd/geninit.go
+++ b/cmd/sonrd/cmd/geninit.go
@@ -20,7 +20,7 @@ import (
"github.com/cosmos/cosmos-sdk/x/genutil"
"github.com/cosmos/go-bip39"
"github.com/pkg/errors"
- "github.com/sonr-io/sonr/config"
+ "github.com/sonrhq/core/config"
"github.com/spf13/cobra"
)
diff --git a/cmd/sonrd/cmd/plugin.go b/cmd/sonrd/cmd/plugin.go
index 789fca3c5..38d55a995 100644
--- a/cmd/sonrd/cmd/plugin.go
+++ b/cmd/sonrd/cmd/plugin.go
@@ -11,11 +11,11 @@ import (
"github.com/spf13/cobra"
flag "github.com/spf13/pflag"
- pluginsconfig "github.com/sonr-io/sonr/config/plugins"
- "github.com/sonr-io/sonr/pkg/clictx"
- "github.com/sonr-io/sonr/pkg/cliui"
- "github.com/sonr-io/sonr/pkg/cliui/icons"
- "github.com/sonr-io/sonr/services/plugin"
+ pluginsconfig "github.com/sonrhq/core/config/plugins"
+ "github.com/sonrhq/core/pkg/clictx"
+ "github.com/sonrhq/core/pkg/cliui"
+ "github.com/sonrhq/core/pkg/cliui/icons"
+ "github.com/sonrhq/core/services/plugin"
)
const (
diff --git a/cmd/sonrd/cmd/plugin_default.go b/cmd/sonrd/cmd/plugin_default.go
index b1ca04851..27c398e22 100644
--- a/cmd/sonrd/cmd/plugin_default.go
+++ b/cmd/sonrd/cmd/plugin_default.go
@@ -5,9 +5,9 @@ import (
"github.com/spf13/cobra"
- pluginsconfig "github.com/sonr-io/sonr/config/plugins"
- "github.com/sonr-io/sonr/pkg/cliui"
- "github.com/sonr-io/sonr/services/plugin"
+ pluginsconfig "github.com/sonrhq/core/config/plugins"
+ "github.com/sonrhq/core/pkg/cliui"
+ "github.com/sonrhq/core/services/plugin"
)
type defaultPlugin struct {
diff --git a/cmd/sonrd/cmd/root.go b/cmd/sonrd/cmd/root.go
index 25cad1a94..fa499d821 100644
--- a/cmd/sonrd/cmd/root.go
+++ b/cmd/sonrd/cmd/root.go
@@ -43,10 +43,10 @@ import (
"github.com/spf13/pflag"
"github.com/spf13/viper"
- "github.com/sonr-io/sonr/app"
- appparams "github.com/sonr-io/sonr/app/params"
- sonrdconfig "github.com/sonr-io/sonr/config"
- "github.com/sonr-io/sonr/internal/highway"
+ "github.com/sonrhq/core/app"
+ appparams "github.com/sonrhq/core/app/params"
+ sonrdconfig "github.com/sonrhq/core/config"
+ "github.com/sonrhq/core/internal/highway"
)
var (
diff --git a/cmd/sonrd/main.go b/cmd/sonrd/main.go
index 02767defc..ba9cd295a 100644
--- a/cmd/sonrd/main.go
+++ b/cmd/sonrd/main.go
@@ -6,8 +6,8 @@ import (
"github.com/cosmos/cosmos-sdk/server"
svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"
- "github.com/sonr-io/sonr/app"
- sonrcmd "github.com/sonr-io/sonr/cmd/sonrd/cmd"
+ "github.com/sonrhq/core/app"
+ sonrcmd "github.com/sonrhq/core/cmd/sonrd/cmd"
)
func main() {
diff --git a/config/config.go b/config/config.go
index 5383cb56f..73a63019f 100644
--- a/config/config.go
+++ b/config/config.go
@@ -1,8 +1,8 @@
package config
import (
- "github.com/sonr-io/sonr/pkg/env"
- "github.com/sonr-io/sonr/pkg/xfilepath"
+ "github.com/sonrhq/core/pkg/env"
+ "github.com/sonrhq/core/pkg/xfilepath"
)
var c Config
diff --git a/config/defaults.go b/config/defaults.go
index d4574b228..ca8aa0b8a 100644
--- a/config/defaults.go
+++ b/config/defaults.go
@@ -4,7 +4,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/spf13/viper"
- "github.com/sonr-io/sonr/app"
+ "github.com/sonrhq/core/app"
)
// Masthead is the masthead of the application.
@@ -32,7 +32,7 @@ MMMMMMMMMMMMMMWX0OkkO0XWMMMMMMMMMMMMMMMM
Sonr Node
> Sonr is an Encrypted & Private by default Identity Verification System for the IBC Protocol.
🌐 - https://sonr.io
-🚀 - https://github.com/sonr-io/sonr
+🚀 - https://github.com/sonrhq/core
`
const bip44_purpose = 44
diff --git a/config/plugins/config.go b/config/plugins/config.go
index 811087456..70bc77d18 100644
--- a/config/plugins/config.go
+++ b/config/plugins/config.go
@@ -9,7 +9,7 @@ import (
"golang.org/x/exp/slices"
"gopkg.in/yaml.v2"
- "github.com/sonr-io/sonr/pkg/gomodule"
+ "github.com/sonrhq/core/pkg/gomodule"
)
type Config struct {
diff --git a/config/plugins/config_test.go b/config/plugins/config_test.go
index 9bcfed73b..98670c631 100644
--- a/config/plugins/config_test.go
+++ b/config/plugins/config_test.go
@@ -6,7 +6,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- pluginsconfig "github.com/sonr-io/sonr/config/plugins"
+ pluginsconfig "github.com/sonrhq/core/config/plugins"
)
func TestPluginIsGlobal(t *testing.T) {
diff --git a/docker/deploy/Dockerfile b/docker/deploy/Dockerfile
index 34a81d078..063f6ca4d 100644
--- a/docker/deploy/Dockerfile
+++ b/docker/deploy/Dockerfile
@@ -8,7 +8,7 @@ ARG RUNNER_IMAGE="debian:bullseye-slim"
# ! ||-----------------------------------------------------------------------------||
FROM ${RUNNER_IMAGE}
-LABEL org.opencontainers.image.source https://github.com/sonr-io/sonr
+LABEL org.opencontainers.image.source https://github.com/sonrhq/core
LABEL org.opencontainers.image.description "Sonr Validator node container"
# Copy sonrd binary and config
COPY ../bin/sonrd /usr/local/bin/sonrd
diff --git a/docker/start/Dockerfile.dev b/docker/start/Dockerfile.dev
index 863b1bd92..a17258f95 100644
--- a/docker/start/Dockerfile.dev
+++ b/docker/start/Dockerfile.dev
@@ -7,7 +7,7 @@ ARG RUNNER_IMAGE="alpine:3.16"
# ! ||----------------------------------------------------------------------------------||
FROM --platform=linux alpine
-LABEL org.opencontainers.image.source https://github.com/sonr-io/sonr
+LABEL org.opencontainers.image.source https://github.com/sonrhq/core
LABEL org.opencontainers.image.description "Base sonr daemon image"
# Copy sonrd binary and config
COPY ../bin/sonrd /usr/local/bin/sonrd
diff --git a/go.mod b/go.mod
index 8139b9577..544484916 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/sonr-io/sonr
+module github.com/sonrhq/core
go 1.21
diff --git a/internal/crypto/credential.go b/internal/crypto/credential.go
index 46f9c22bf..92290641f 100644
--- a/internal/crypto/credential.go
+++ b/internal/crypto/credential.go
@@ -6,7 +6,7 @@ import (
"github.com/go-webauthn/webauthn/protocol"
- "github.com/sonr-io/sonr/types/crypto"
+ "github.com/sonrhq/core/types/crypto"
)
const (
diff --git a/internal/crypto/crypto.go b/internal/crypto/crypto.go
index 8b2985b64..9a048ebfd 100644
--- a/internal/crypto/crypto.go
+++ b/internal/crypto/crypto.go
@@ -11,7 +11,7 @@ import (
mb "github.com/multiformats/go-multibase"
"github.com/multiformats/go-varint"
"github.com/shengdoushi/base58"
- types "github.com/sonr-io/sonr/types/crypto"
+ types "github.com/sonrhq/core/types/crypto"
)
// Secp256k1PubKey is a type alias for secp256k1.PubKey in pkg/crypto/keys/secp256k1.
diff --git a/internal/highway/handler/auth.go b/internal/highway/handler/auth.go
index b588db225..4b93c48f7 100644
--- a/internal/highway/handler/auth.go
+++ b/internal/highway/handler/auth.go
@@ -5,9 +5,9 @@ import (
"fmt"
"github.com/cosmos/cosmos-sdk/client"
- mdw "github.com/sonr-io/sonr/internal/highway/middleware"
- "github.com/sonr-io/sonr/internal/highway/types"
- authenticationpb "github.com/sonr-io/sonr/types/highway/authentication/v1"
+ mdw "github.com/sonrhq/core/internal/highway/middleware"
+ "github.com/sonrhq/core/internal/highway/types"
+ authenticationpb "github.com/sonrhq/core/types/highway/authentication/v1"
emptypb "google.golang.org/protobuf/types/known/emptypb"
)
diff --git a/internal/highway/handler/database.go b/internal/highway/handler/database.go
index 7318e3b46..e9d770e53 100644
--- a/internal/highway/handler/database.go
+++ b/internal/highway/handler/database.go
@@ -3,7 +3,7 @@ package handler
import (
"context"
- databasepb "github.com/sonr-io/sonr/types/highway/database/v1"
+ databasepb "github.com/sonrhq/core/types/highway/database/v1"
)
// DatabaseHandler is the handler for the authentication service
diff --git a/internal/highway/handler/handler.go b/internal/highway/handler/handler.go
index 4d9698ec1..1b99c6b95 100644
--- a/internal/highway/handler/handler.go
+++ b/internal/highway/handler/handler.go
@@ -4,10 +4,10 @@ import (
"context"
"github.com/grpc-ecosystem/grpc-gateway/runtime"
- authenticationpb "github.com/sonr-io/sonr/types/highway/authentication/v1"
- databasepb "github.com/sonr-io/sonr/types/highway/database/v1"
- storagepb "github.com/sonr-io/sonr/types/highway/storage/v1"
- walletpb "github.com/sonr-io/sonr/types/highway/wallet/v1"
+ authenticationpb "github.com/sonrhq/core/types/highway/authentication/v1"
+ databasepb "github.com/sonrhq/core/types/highway/database/v1"
+ storagepb "github.com/sonrhq/core/types/highway/storage/v1"
+ walletpb "github.com/sonrhq/core/types/highway/wallet/v1"
)
// RegisterHandlers registers the Highway Service Server.
diff --git a/internal/highway/handler/storage.go b/internal/highway/handler/storage.go
index c672c8b03..92cf86861 100644
--- a/internal/highway/handler/storage.go
+++ b/internal/highway/handler/storage.go
@@ -5,7 +5,7 @@ import (
"fmt"
"github.com/cosmos/cosmos-sdk/client"
- storagepb "github.com/sonr-io/sonr/types/highway/storage/v1"
+ storagepb "github.com/sonrhq/core/types/highway/storage/v1"
)
// StorageHandler is the handler for the authentication service
diff --git a/internal/highway/handler/wallet.go b/internal/highway/handler/wallet.go
index 5de4e36ea..ec2b08dcd 100644
--- a/internal/highway/handler/wallet.go
+++ b/internal/highway/handler/wallet.go
@@ -5,10 +5,10 @@ import (
"fmt"
"github.com/cosmos/cosmos-sdk/client"
- "github.com/sonr-io/sonr/internal/crypto"
- mdw "github.com/sonr-io/sonr/internal/highway/middleware"
+ "github.com/sonrhq/core/internal/crypto"
+ mdw "github.com/sonrhq/core/internal/highway/middleware"
- walletpb "github.com/sonr-io/sonr/types/highway/wallet/v1"
+ walletpb "github.com/sonrhq/core/types/highway/wallet/v1"
)
// WalletAPI is the alias for the Highway Wallet Service Server.
diff --git a/internal/highway/highway.go b/internal/highway/highway.go
index a97785d0a..3fa5cb344 100644
--- a/internal/highway/highway.go
+++ b/internal/highway/highway.go
@@ -6,7 +6,7 @@ import (
"net/http"
"github.com/grpc-ecosystem/grpc-gateway/runtime"
- "github.com/sonr-io/sonr/internal/highway/handler"
+ "github.com/sonrhq/core/internal/highway/handler"
)
var hway *Instance
diff --git a/internal/highway/middleware/options.go b/internal/highway/middleware/options.go
index 0a998d202..ded6b1462 100644
--- a/internal/highway/middleware/options.go
+++ b/internal/highway/middleware/options.go
@@ -5,7 +5,7 @@ import (
"github.com/go-webauthn/webauthn/protocol"
- authenticationpb "github.com/sonr-io/sonr/types/highway/authentication/v1"
+ authenticationpb "github.com/sonrhq/core/types/highway/authentication/v1"
)
// GetCredentialAttestationParams returns the credential attestation options to start wallet registration.
diff --git a/internal/highway/middleware/proxy.go b/internal/highway/middleware/proxy.go
index e465bf713..c86e50e25 100644
--- a/internal/highway/middleware/proxy.go
+++ b/internal/highway/middleware/proxy.go
@@ -4,9 +4,9 @@ import (
"context"
"fmt"
- domaintypes "github.com/sonr-io/sonr/x/domain/types"
- identitytypes "github.com/sonr-io/sonr/x/identity/types"
- servicetypes "github.com/sonr-io/sonr/x/service/types"
+ domaintypes "github.com/sonrhq/core/x/domain/types"
+ identitytypes "github.com/sonrhq/core/x/identity/types"
+ servicetypes "github.com/sonrhq/core/x/service/types"
"github.com/spf13/viper"
"google.golang.org/grpc"
)
diff --git a/internal/highway/middleware/verifier.go b/internal/highway/middleware/verifier.go
index 8bcdef4b7..abc2d52db 100644
--- a/internal/highway/middleware/verifier.go
+++ b/internal/highway/middleware/verifier.go
@@ -6,13 +6,13 @@ import (
"github.com/gin-gonic/gin"
"github.com/go-webauthn/webauthn/protocol"
- "github.com/sonr-io/sonr/internal/crypto"
- "github.com/sonr-io/sonr/internal/highway/types"
- "github.com/sonr-io/sonr/services/did/controller"
- "github.com/sonr-io/sonr/types/webauthn"
- domaintypes "github.com/sonr-io/sonr/x/domain/types"
- identitytypes "github.com/sonr-io/sonr/x/identity/types"
- servicetypes "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/core/internal/highway/types"
+ "github.com/sonrhq/core/services/did/controller"
+ "github.com/sonrhq/core/types/webauthn"
+ domaintypes "github.com/sonrhq/core/x/domain/types"
+ identitytypes "github.com/sonrhq/core/x/identity/types"
+ servicetypes "github.com/sonrhq/core/x/service/types"
)
// The function GetAuthCookies takes a gin.Context as input and returns three strings and an error.
diff --git a/internal/highway/types/claims.go b/internal/highway/types/claims.go
index 281163759..9152881e1 100644
--- a/internal/highway/types/claims.go
+++ b/internal/highway/types/claims.go
@@ -9,8 +9,8 @@ import (
"github.com/kataras/jwt"
"github.com/spf13/viper"
- "github.com/sonr-io/sonr/internal/crypto"
- identitytypes "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/internal/crypto"
+ identitytypes "github.com/sonrhq/core/x/identity/types"
)
// ! ||--------------------------------------------------------------------------------||
diff --git a/internal/highway/types/response.go b/internal/highway/types/response.go
index 3b7f2b5f1..e198e2e07 100644
--- a/internal/highway/types/response.go
+++ b/internal/highway/types/response.go
@@ -3,8 +3,8 @@ package types
import (
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/internal/crypto"
- identitytypes "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/internal/crypto"
+ identitytypes "github.com/sonrhq/core/x/identity/types"
)
// AuthenticationResult struct is defining a data structure that represents the response returned after a successful authentication process. It contains various fields such as `Account`, `Address`, `Alias`, `DID`, `DIDDocument`, and `JWT`, which hold information related to
diff --git a/internal/sfs/base/redis/client.go b/internal/sfs/base/redis/client.go
index 1cd772990..17bbab019 100644
--- a/internal/sfs/base/redis/client.go
+++ b/internal/sfs/base/redis/client.go
@@ -5,7 +5,7 @@ import (
"fmt"
"github.com/go-redis/redis/v8"
- "github.com/sonr-io/sonr/internal/sfs/types"
+ "github.com/sonrhq/core/internal/sfs/types"
"github.com/spf13/viper"
)
diff --git a/internal/sfs/base/redis/map.go b/internal/sfs/base/redis/map.go
index 40abef891..9abb21617 100644
--- a/internal/sfs/base/redis/map.go
+++ b/internal/sfs/base/redis/map.go
@@ -1,7 +1,7 @@
package redis
import (
- "github.com/sonr-io/sonr/internal/sfs/types"
+ "github.com/sonrhq/core/internal/sfs/types"
)
type sfsMap struct {
diff --git a/internal/sfs/base/redis/set.go b/internal/sfs/base/redis/set.go
index 2027f7f54..c022342d3 100644
--- a/internal/sfs/base/redis/set.go
+++ b/internal/sfs/base/redis/set.go
@@ -3,7 +3,7 @@ package redis
import (
"fmt"
- "github.com/sonr-io/sonr/internal/sfs/types"
+ "github.com/sonrhq/core/internal/sfs/types"
)
type sfsSet struct {
diff --git a/internal/sfs/sfs.go b/internal/sfs/sfs.go
index 3a724c73a..65d707b93 100644
--- a/internal/sfs/sfs.go
+++ b/internal/sfs/sfs.go
@@ -1,8 +1,8 @@
package sfs
import (
- "github.com/sonr-io/sonr/internal/sfs/base/redis"
- "github.com/sonr-io/sonr/internal/sfs/types"
+ "github.com/sonrhq/core/internal/sfs/base/redis"
+ "github.com/sonrhq/core/internal/sfs/types"
)
type Map = types.SFSMap
diff --git a/internal/zk/zkset.go b/internal/zk/zkset.go
index 242c07b76..eb23b1be3 100644
--- a/internal/zk/zkset.go
+++ b/internal/zk/zkset.go
@@ -9,7 +9,7 @@ import (
"github.com/sonr-io/kryptology/pkg/accumulator"
"github.com/sonr-io/kryptology/pkg/core/curves"
- "github.com/sonr-io/sonr/internal/crypto"
+ "github.com/sonrhq/core/internal/crypto"
)
type Accumulator = accumulator.Accumulator
diff --git a/internal/zk/zkset_test.go b/internal/zk/zkset_test.go
index b7897fcde..2b2e87b0a 100644
--- a/internal/zk/zkset_test.go
+++ b/internal/zk/zkset_test.go
@@ -8,7 +8,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/internal/zk"
+ "github.com/sonrhq/core/internal/zk"
)
func TestZkSet(t *testing.T) {
diff --git a/pkg/cache/cache_test.go b/pkg/cache/cache_test.go
index 27e76c2c1..c59c902c1 100644
--- a/pkg/cache/cache_test.go
+++ b/pkg/cache/cache_test.go
@@ -6,7 +6,7 @@ import (
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/pkg/cache"
+ "github.com/sonrhq/core/pkg/cache"
)
type TestStruct struct {
diff --git a/pkg/cliui/cliui.go b/pkg/cliui/cliui.go
index 186c7af4e..5c7678c77 100755
--- a/pkg/cliui/cliui.go
+++ b/pkg/cliui/cliui.go
@@ -8,11 +8,11 @@ import (
"github.com/manifoldco/promptui"
- "github.com/sonr-io/sonr/pkg/cliui/cliquiz"
- "github.com/sonr-io/sonr/pkg/cliui/clispinner"
- "github.com/sonr-io/sonr/pkg/cliui/entrywriter"
- uilog "github.com/sonr-io/sonr/pkg/cliui/log"
- "github.com/sonr-io/sonr/pkg/events"
+ "github.com/sonrhq/core/pkg/cliui/cliquiz"
+ "github.com/sonrhq/core/pkg/cliui/clispinner"
+ "github.com/sonrhq/core/pkg/cliui/entrywriter"
+ uilog "github.com/sonrhq/core/pkg/cliui/log"
+ "github.com/sonrhq/core/pkg/events"
)
type sessionOptions struct {
diff --git a/pkg/cliui/entrywriter/entrywriter.go b/pkg/cliui/entrywriter/entrywriter.go
index da8e0b7f0..3ef85df41 100755
--- a/pkg/cliui/entrywriter/entrywriter.go
+++ b/pkg/cliui/entrywriter/entrywriter.go
@@ -7,7 +7,7 @@ import (
"github.com/pkg/errors"
- "github.com/sonr-io/sonr/pkg/xstrings"
+ "github.com/sonrhq/core/pkg/xstrings"
)
const (
diff --git a/pkg/cliui/entrywriter/entrywriter_test.go b/pkg/cliui/entrywriter/entrywriter_test.go
index f76626be2..b020b5f58 100755
--- a/pkg/cliui/entrywriter/entrywriter_test.go
+++ b/pkg/cliui/entrywriter/entrywriter_test.go
@@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/pkg/cliui/entrywriter"
+ "github.com/sonrhq/core/pkg/cliui/entrywriter"
)
type WriterWithError struct{}
diff --git a/pkg/cliui/icons/icon.go b/pkg/cliui/icons/icon.go
index e02a03534..221378a7e 100755
--- a/pkg/cliui/icons/icon.go
+++ b/pkg/cliui/icons/icon.go
@@ -1,7 +1,7 @@
package icons
import (
- "github.com/sonr-io/sonr/pkg/cliui/colors"
+ "github.com/sonrhq/core/pkg/cliui/colors"
)
var (
diff --git a/pkg/cliui/log/output.go b/pkg/cliui/log/output.go
index 670a9a4ee..ca25eec4c 100755
--- a/pkg/cliui/log/output.go
+++ b/pkg/cliui/log/output.go
@@ -4,10 +4,10 @@ import (
"io"
"os"
- "github.com/sonr-io/sonr/pkg/cliui/colors"
- "github.com/sonr-io/sonr/pkg/cliui/lineprefixer"
- "github.com/sonr-io/sonr/pkg/cliui/prefixgen"
- "github.com/sonr-io/sonr/pkg/xio"
+ "github.com/sonrhq/core/pkg/cliui/colors"
+ "github.com/sonrhq/core/pkg/cliui/lineprefixer"
+ "github.com/sonrhq/core/pkg/cliui/prefixgen"
+ "github.com/sonrhq/core/pkg/xio"
)
const (
diff --git a/pkg/cliui/model/events.go b/pkg/cliui/model/events.go
index 1e1baba63..2628d1e6d 100755
--- a/pkg/cliui/model/events.go
+++ b/pkg/cliui/model/events.go
@@ -9,9 +9,9 @@ import (
"github.com/charmbracelet/bubbles/spinner"
tea "github.com/charmbracelet/bubbletea"
- "github.com/sonr-io/sonr/pkg/cliui/colors"
- "github.com/sonr-io/sonr/pkg/cliui/icons"
- "github.com/sonr-io/sonr/pkg/events"
+ "github.com/sonrhq/core/pkg/cliui/colors"
+ "github.com/sonrhq/core/pkg/cliui/icons"
+ "github.com/sonrhq/core/pkg/events"
)
// EventMsg defines a message for events.
diff --git a/pkg/cliui/model/events_test.go b/pkg/cliui/model/events_test.go
index 067f8173e..a2d5d49a4 100755
--- a/pkg/cliui/model/events_test.go
+++ b/pkg/cliui/model/events_test.go
@@ -8,10 +8,10 @@ import (
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/pkg/cliui/colors"
- "github.com/sonr-io/sonr/pkg/cliui/icons"
- cliuimodel "github.com/sonr-io/sonr/pkg/cliui/model"
- "github.com/sonr-io/sonr/pkg/events"
+ "github.com/sonrhq/core/pkg/cliui/colors"
+ "github.com/sonrhq/core/pkg/cliui/icons"
+ cliuimodel "github.com/sonrhq/core/pkg/cliui/model"
+ "github.com/sonrhq/core/pkg/events"
)
func TestStatusEventsView(t *testing.T) {
diff --git a/pkg/cliui/prefixgen/prefixgen.go b/pkg/cliui/prefixgen/prefixgen.go
index c44b186ca..9f5fd2a84 100755
--- a/pkg/cliui/prefixgen/prefixgen.go
+++ b/pkg/cliui/prefixgen/prefixgen.go
@@ -6,7 +6,7 @@ import (
"fmt"
"strings"
- "github.com/sonr-io/sonr/pkg/cliui/colors"
+ "github.com/sonrhq/core/pkg/cliui/colors"
)
// Prefixer generates prefixes.
diff --git a/pkg/cliui/view/accountview/account.go b/pkg/cliui/view/accountview/account.go
index c4aee44f9..ed596efc5 100755
--- a/pkg/cliui/view/accountview/account.go
+++ b/pkg/cliui/view/accountview/account.go
@@ -7,8 +7,8 @@ import (
"github.com/muesli/reflow/indent"
"github.com/muesli/reflow/wordwrap"
- "github.com/sonr-io/sonr/pkg/cliui/colors"
- "github.com/sonr-io/sonr/pkg/cliui/icons"
+ "github.com/sonrhq/core/pkg/cliui/colors"
+ "github.com/sonrhq/core/pkg/cliui/icons"
)
var (
diff --git a/pkg/cliui/view/errorview/error.go b/pkg/cliui/view/errorview/error.go
index 164ee3c09..b29244cf1 100755
--- a/pkg/cliui/view/errorview/error.go
+++ b/pkg/cliui/view/errorview/error.go
@@ -5,7 +5,7 @@ import (
"github.com/muesli/reflow/wordwrap"
- "github.com/sonr-io/sonr/pkg/cliui/colors"
+ "github.com/sonrhq/core/pkg/cliui/colors"
)
func NewError(err error) Error {
diff --git a/pkg/cmdrunner/cmdrunner.go b/pkg/cmdrunner/cmdrunner.go
index d91cc6571..ce75199d2 100644
--- a/pkg/cmdrunner/cmdrunner.go
+++ b/pkg/cmdrunner/cmdrunner.go
@@ -10,9 +10,9 @@ import (
"golang.org/x/sync/errgroup"
- "github.com/sonr-io/sonr/pkg/cmdrunner/step"
- "github.com/sonr-io/sonr/pkg/env"
- "github.com/sonr-io/sonr/pkg/goenv"
+ "github.com/sonrhq/core/pkg/cmdrunner/step"
+ "github.com/sonrhq/core/pkg/env"
+ "github.com/sonrhq/core/pkg/goenv"
)
// Runner is an object to run commands.
diff --git a/pkg/cmdrunner/exec/exec.go b/pkg/cmdrunner/exec/exec.go
index 58aec2739..920c72a1c 100644
--- a/pkg/cmdrunner/exec/exec.go
+++ b/pkg/cmdrunner/exec/exec.go
@@ -10,8 +10,8 @@ import (
"github.com/pkg/errors"
- "github.com/sonr-io/sonr/pkg/cmdrunner"
- "github.com/sonr-io/sonr/pkg/cmdrunner/step"
+ "github.com/sonrhq/core/pkg/cmdrunner"
+ "github.com/sonrhq/core/pkg/cmdrunner/step"
)
// ExitError is an alias to exec.ExitError.
diff --git a/pkg/env/env.go b/pkg/env/env.go
index d4b9cac28..500273e74 100644
--- a/pkg/env/env.go
+++ b/pkg/env/env.go
@@ -5,7 +5,7 @@ import (
"os"
"path"
- "github.com/sonr-io/sonr/pkg/xfilepath"
+ "github.com/sonrhq/core/pkg/xfilepath"
)
const (
diff --git a/pkg/events/events_test.go b/pkg/events/events_test.go
index 48fece846..66f741cf8 100644
--- a/pkg/events/events_test.go
+++ b/pkg/events/events_test.go
@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/pkg/events"
+ "github.com/sonrhq/core/pkg/events"
)
func TestNew(t *testing.T) {
diff --git a/pkg/gocmd/gocmd.go b/pkg/gocmd/gocmd.go
index c9a5532b0..8b331e36c 100644
--- a/pkg/gocmd/gocmd.go
+++ b/pkg/gocmd/gocmd.go
@@ -9,9 +9,9 @@ import (
"path/filepath"
"strings"
- "github.com/sonr-io/sonr/pkg/cmdrunner/exec"
- "github.com/sonr-io/sonr/pkg/cmdrunner/step"
- "github.com/sonr-io/sonr/pkg/goenv"
+ "github.com/sonrhq/core/pkg/cmdrunner/exec"
+ "github.com/sonrhq/core/pkg/cmdrunner/step"
+ "github.com/sonrhq/core/pkg/goenv"
)
const (
diff --git a/pkg/gomodule/gomodule.go b/pkg/gomodule/gomodule.go
index 7ebfdf947..4ab7242c8 100644
--- a/pkg/gomodule/gomodule.go
+++ b/pkg/gomodule/gomodule.go
@@ -14,9 +14,9 @@ import (
"golang.org/x/mod/modfile"
"golang.org/x/mod/module"
- "github.com/sonr-io/sonr/pkg/cache"
- "github.com/sonr-io/sonr/pkg/cmdrunner"
- "github.com/sonr-io/sonr/pkg/cmdrunner/step"
+ "github.com/sonrhq/core/pkg/cache"
+ "github.com/sonrhq/core/pkg/cmdrunner"
+ "github.com/sonrhq/core/pkg/cmdrunner/step"
)
const pathCacheNamespace = "gomodule.path"
diff --git a/pkg/placeholder/error.go b/pkg/placeholder/error.go
index 2c330bd27..05c3231f6 100755
--- a/pkg/placeholder/error.go
+++ b/pkg/placeholder/error.go
@@ -4,7 +4,7 @@ import (
"fmt"
"strings"
- "github.com/sonr-io/sonr/pkg/validation"
+ "github.com/sonrhq/core/pkg/validation"
)
var _ validation.Error = (*MissingPlaceholdersError)(nil)
diff --git a/pkg/xfilepath/xfilepath_test.go b/pkg/xfilepath/xfilepath_test.go
index a1a9d9e8f..7d608a7d7 100644
--- a/pkg/xfilepath/xfilepath_test.go
+++ b/pkg/xfilepath/xfilepath_test.go
@@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/pkg/xfilepath"
+ "github.com/sonrhq/core/pkg/xfilepath"
)
func TestJoin(t *testing.T) {
diff --git a/pkg/xgenny/run.go b/pkg/xgenny/run.go
index 48558cd93..298cb139c 100755
--- a/pkg/xgenny/run.go
+++ b/pkg/xgenny/run.go
@@ -10,8 +10,8 @@ import (
"github.com/gobuffalo/logger"
"github.com/gobuffalo/packd"
- "github.com/sonr-io/sonr/pkg/placeholder"
- "github.com/sonr-io/sonr/pkg/validation"
+ "github.com/sonrhq/core/pkg/placeholder"
+ "github.com/sonrhq/core/pkg/validation"
)
var _ validation.Error = (*dryRunError)(nil)
diff --git a/pkg/xgenny/sourcemodification_test.go b/pkg/xgenny/sourcemodification_test.go
index 7653cf699..d5045036b 100755
--- a/pkg/xgenny/sourcemodification_test.go
+++ b/pkg/xgenny/sourcemodification_test.go
@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/pkg/xgenny"
+ "github.com/sonrhq/core/pkg/xgenny"
)
var (
diff --git a/pkg/xgenny/xgenny_test.go b/pkg/xgenny/xgenny_test.go
index e08bed71e..78c5cbab8 100755
--- a/pkg/xgenny/xgenny_test.go
+++ b/pkg/xgenny/xgenny_test.go
@@ -9,7 +9,7 @@ import (
"github.com/gobuffalo/plush/v4"
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/pkg/xgenny"
+ "github.com/sonrhq/core/pkg/xgenny"
)
func Test_Transformer(t *testing.T) {
diff --git a/pkg/xgit/xgit_test.go b/pkg/xgit/xgit_test.go
index da0f0735c..473aa809b 100644
--- a/pkg/xgit/xgit_test.go
+++ b/pkg/xgit/xgit_test.go
@@ -14,8 +14,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/pkg/randstr"
- "github.com/sonr-io/sonr/pkg/xgit"
+ "github.com/sonrhq/core/pkg/randstr"
+ "github.com/sonrhq/core/pkg/xgit"
)
func TestInitAndCommit(t *testing.T) {
diff --git a/pkg/xnet/xnet_test.go b/pkg/xnet/xnet_test.go
index dd35362f8..5a90b1ae4 100755
--- a/pkg/xnet/xnet_test.go
+++ b/pkg/xnet/xnet_test.go
@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/pkg/xnet"
+ "github.com/sonrhq/core/pkg/xnet"
)
func TestLocalhostIPv4Address(t *testing.T) {
diff --git a/pkg/xos/cp_test.go b/pkg/xos/cp_test.go
index 99ee32f92..f2c85fa80 100755
--- a/pkg/xos/cp_test.go
+++ b/pkg/xos/cp_test.go
@@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/pkg/xos"
+ "github.com/sonrhq/core/pkg/xos"
)
func TestCopyFolder(t *testing.T) {
diff --git a/pkg/xos/files_test.go b/pkg/xos/files_test.go
index 2ac0d3f8d..5de9bfce8 100755
--- a/pkg/xos/files_test.go
+++ b/pkg/xos/files_test.go
@@ -8,7 +8,7 @@ import (
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/pkg/xos"
+ "github.com/sonrhq/core/pkg/xos"
)
func TestFindFiles(t *testing.T) {
diff --git a/pkg/xos/mv_test.go b/pkg/xos/mv_test.go
index 8ee67db23..bbd4de588 100755
--- a/pkg/xos/mv_test.go
+++ b/pkg/xos/mv_test.go
@@ -8,7 +8,7 @@ import (
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/pkg/xos"
+ "github.com/sonrhq/core/pkg/xos"
)
func TestRename(t *testing.T) {
diff --git a/pkg/xstrings/xstrings_test.go b/pkg/xstrings/xstrings_test.go
index 6887c3e0b..39a909eb3 100755
--- a/pkg/xstrings/xstrings_test.go
+++ b/pkg/xstrings/xstrings_test.go
@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/pkg/xstrings"
+ "github.com/sonrhq/core/pkg/xstrings"
)
func TestNoDash(t *testing.T) {
diff --git a/pkg/xtime/clock_test.go b/pkg/xtime/clock_test.go
index de8026e22..4dd946239 100755
--- a/pkg/xtime/clock_test.go
+++ b/pkg/xtime/clock_test.go
@@ -6,7 +6,7 @@ import (
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/pkg/xtime"
+ "github.com/sonrhq/core/pkg/xtime"
)
func TestClockSystem(t *testing.T) {
diff --git a/pkg/xtime/unix_test.go b/pkg/xtime/unix_test.go
index d05f62b76..d3e775b02 100755
--- a/pkg/xtime/unix_test.go
+++ b/pkg/xtime/unix_test.go
@@ -5,7 +5,7 @@ import (
"testing"
"time"
- "github.com/sonr-io/sonr/pkg/xtime"
+ "github.com/sonrhq/core/pkg/xtime"
"github.com/stretchr/testify/require"
)
diff --git a/pkg/yaml/map_test.go b/pkg/yaml/map_test.go
index 6081b0d47..6e365710b 100755
--- a/pkg/yaml/map_test.go
+++ b/pkg/yaml/map_test.go
@@ -6,7 +6,7 @@ import (
"github.com/stretchr/testify/require"
"gopkg.in/yaml.v2"
- xyaml "github.com/sonr-io/sonr/pkg/yaml"
+ xyaml "github.com/sonrhq/core/pkg/yaml"
)
func TestUnmarshalWithCustomMapType(t *testing.T) {
diff --git a/proto/buf.md b/proto/buf.md
index a8c5ab2c2..b8f452123 100644
--- a/proto/buf.md
+++ b/proto/buf.md
@@ -1,3 +1,3 @@
# Protobufs
-This is the public protocol buffers API for the [Sonr Blockchain](https://github.com/sonr-io/sonr).
+This is the public protocol buffers API for the [Sonr Blockchain](https://github.com/sonrhq/core).
diff --git a/proto/common/crypto/coin.proto b/proto/common/crypto/coin.proto
index f1bdb5b43..084ca8d30 100644
--- a/proto/common/crypto/coin.proto
+++ b/proto/common/crypto/coin.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package common.crypto;
-option go_package = "github.com/sonr-io/sonr/types/crypto";
+option go_package = "github.com/sonrhq/core/types/crypto";
// CoinType is the BIP-0044 coin type for each supported coin.
enum CoinType {
diff --git a/proto/common/crypto/ssi.proto b/proto/common/crypto/ssi.proto
index 74338d133..e36148338 100644
--- a/proto/common/crypto/ssi.proto
+++ b/proto/common/crypto/ssi.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package common.crypto;
-option go_package = "github.com/sonr-io/sonr/types/crypto";
+option go_package = "github.com/sonrhq/core/types/crypto";
// KeyType is the type of key used to sign a DID document.
enum KeyType {
diff --git a/proto/common/crypto/vc.proto b/proto/common/crypto/vc.proto
index 38bd92c1e..d39311a7d 100644
--- a/proto/common/crypto/vc.proto
+++ b/proto/common/crypto/vc.proto
@@ -3,7 +3,7 @@ package common.crypto;
// this line is used by starport scaffolding # proto/tx/import
-option go_package = "github.com/sonr-io/sonr/types/crypto";
+option go_package = "github.com/sonrhq/core/types/crypto";
// PubKey represents a public key in bytes format.
message PubKey {
diff --git a/proto/common/webauthn/credential.proto b/proto/common/webauthn/credential.proto
index 3edef49bd..796f01403 100644
--- a/proto/common/webauthn/credential.proto
+++ b/proto/common/webauthn/credential.proto
@@ -2,7 +2,7 @@
syntax = "proto3";
package common.webauthn;
-option go_package = "github.com/sonr-io/sonr/types/webauthn";
+option go_package = "github.com/sonrhq/core/types/webauthn";
// Credential is a message type that contains all needed information
// about a WebAuthn credential for storage.
diff --git a/proto/core/domain/genesis.proto b/proto/core/domain/genesis.proto
index ac4e4de05..81fadef47 100644
--- a/proto/core/domain/genesis.proto
+++ b/proto/core/domain/genesis.proto
@@ -6,7 +6,7 @@ import "core/domain/params.proto";
import "core/domain/record.proto";
import "gogoproto/gogo.proto";
-option go_package = "github.com/sonr-io/sonr/x/domain/types";
+option go_package = "github.com/sonrhq/core/x/domain/types";
// GenesisState defines the domain module's genesis state.
message GenesisState {
diff --git a/proto/core/domain/params.proto b/proto/core/domain/params.proto
index b23318124..e4b5b5e4b 100644
--- a/proto/core/domain/params.proto
+++ b/proto/core/domain/params.proto
@@ -3,7 +3,7 @@ package core.domain;
import "gogoproto/gogo.proto";
-option go_package = "github.com/sonr-io/sonr/x/domain/types";
+option go_package = "github.com/sonrhq/core/x/domain/types";
// Params defines the parameters for the module.
message Params { option (gogoproto.goproto_stringer) = false; }
diff --git a/proto/core/domain/query.proto b/proto/core/domain/query.proto
index b9f144bc1..388016ced 100644
--- a/proto/core/domain/query.proto
+++ b/proto/core/domain/query.proto
@@ -8,7 +8,7 @@ import "cosmos/base/query/v1beta1/pagination.proto";
import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
-option go_package = "github.com/sonr-io/sonr/x/domain/types";
+option go_package = "github.com/sonrhq/core/x/domain/types";
// Query defines the gRPC querier service.
// It provides methods to query parameters and UsernameRecords.
diff --git a/proto/core/domain/record.proto b/proto/core/domain/record.proto
index 84636f951..568cb52c8 100644
--- a/proto/core/domain/record.proto
+++ b/proto/core/domain/record.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package core.domain;
-option go_package = "github.com/sonr-io/sonr/x/domain/types";
+option go_package = "github.com/sonrhq/core/x/domain/types";
message UsernameRecord {
string index = 1;
diff --git a/proto/core/domain/tx.proto b/proto/core/domain/tx.proto
index 8112806de..ef8485da3 100644
--- a/proto/core/domain/tx.proto
+++ b/proto/core/domain/tx.proto
@@ -4,7 +4,7 @@ package core.domain;
import "core/domain/record.proto";
-option go_package = "github.com/sonr-io/sonr/x/domain/types";
+option go_package = "github.com/sonrhq/core/x/domain/types";
// Msg defines the Msg service.
// This service provides CRUD operations for UsernameRecords.
diff --git a/proto/core/identity/account.proto b/proto/core/identity/account.proto
index 0d5bfdcc3..ebdbc70a9 100644
--- a/proto/core/identity/account.proto
+++ b/proto/core/identity/account.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package core.identity;
-option go_package = "github.com/sonr-io/sonr/x/identity/types";
+option go_package = "github.com/sonrhq/core/x/identity/types";
message ControllerAccount {
string address = 1;
diff --git a/proto/core/identity/did.proto b/proto/core/identity/did.proto
index 9f7bc3159..0775238bd 100644
--- a/proto/core/identity/did.proto
+++ b/proto/core/identity/did.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package core.identity;
-option go_package = "github.com/sonr-io/sonr/x/identity/types";
+option go_package = "github.com/sonrhq/core/x/identity/types";
// DIDDocument represents a Decentralized Identifier (DID) document that
// contains information about the DID subject, such as public keys, verification
diff --git a/proto/core/identity/genesis.proto b/proto/core/identity/genesis.proto
index 4494c532d..5256b9961 100644
--- a/proto/core/identity/genesis.proto
+++ b/proto/core/identity/genesis.proto
@@ -7,7 +7,7 @@ import "core/identity/did.proto";
import "core/identity/params.proto";
import "gogoproto/gogo.proto";
-option go_package = "github.com/sonr-io/sonr/x/identity/types";
+option go_package = "github.com/sonrhq/core/x/identity/types";
// GenesisState defines the identity module's genesis state.
message GenesisState {
diff --git a/proto/core/identity/identifier.proto b/proto/core/identity/identifier.proto
index a6562d4bb..8d7b98d04 100644
--- a/proto/core/identity/identifier.proto
+++ b/proto/core/identity/identifier.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package core.identity;
-option go_package = "github.com/sonr-io/sonr/x/identity/types";
+option go_package = "github.com/sonrhq/core/x/identity/types";
// UserIdentifierType defines the type of the user identifier\
enum UserIdentifierType {
diff --git a/proto/core/identity/params.proto b/proto/core/identity/params.proto
index 901029612..a153dc2dd 100644
--- a/proto/core/identity/params.proto
+++ b/proto/core/identity/params.proto
@@ -3,7 +3,7 @@ package core.identity;
import "gogoproto/gogo.proto";
-option go_package = "github.com/sonr-io/sonr/x/identity/types";
+option go_package = "github.com/sonrhq/core/x/identity/types";
// Params defines the parameters for the module.
message Params {
diff --git a/proto/core/identity/query.proto b/proto/core/identity/query.proto
index 38f83ef8c..81127d592 100644
--- a/proto/core/identity/query.proto
+++ b/proto/core/identity/query.proto
@@ -9,7 +9,7 @@ import "cosmos/base/query/v1beta1/pagination.proto";
import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
-option go_package = "github.com/sonr-io/sonr/x/identity/types";
+option go_package = "github.com/sonrhq/core/x/identity/types";
// Query defines the gRPC querier service.
service Query {
diff --git a/proto/core/identity/state.proto b/proto/core/identity/state.proto
index aa7eaea35..29595216d 100644
--- a/proto/core/identity/state.proto
+++ b/proto/core/identity/state.proto
@@ -4,7 +4,7 @@ package core.identity;
import "cosmos/orm/v1/orm.proto";
-option go_package = "github.com/sonr-io/sonr/x/identity/types";
+option go_package = "github.com/sonrhq/core/x/identity/types";
message Balance {
option (cosmos.orm.v1.table) = {
diff --git a/proto/core/identity/tx.proto b/proto/core/identity/tx.proto
index 050e02d25..b19f1a5d1 100644
--- a/proto/core/identity/tx.proto
+++ b/proto/core/identity/tx.proto
@@ -5,7 +5,7 @@ package core.identity;
import "core/identity/account.proto";
import "core/identity/did.proto";
-option go_package = "github.com/sonr-io/sonr/x/identity/types";
+option go_package = "github.com/sonrhq/core/x/identity/types";
// Msg defines the Msg service.
// This service provides methods for managing identities.
diff --git a/proto/core/service/genesis.proto b/proto/core/service/genesis.proto
index b1365d59c..bbafb4197 100644
--- a/proto/core/service/genesis.proto
+++ b/proto/core/service/genesis.proto
@@ -6,7 +6,7 @@ import "core/service/params.proto";
import "core/service/record.proto";
import "gogoproto/gogo.proto";
-option go_package = "github.com/sonr-io/sonr/x/service/types";
+option go_package = "github.com/sonrhq/core/x/service/types";
// GenesisState defines the service module's genesis state.
message GenesisState {
diff --git a/proto/core/service/params.proto b/proto/core/service/params.proto
index a0e03bb04..edf44385f 100644
--- a/proto/core/service/params.proto
+++ b/proto/core/service/params.proto
@@ -3,7 +3,7 @@ package core.service;
import "gogoproto/gogo.proto";
-option go_package = "github.com/sonr-io/sonr/x/service/types";
+option go_package = "github.com/sonrhq/core/x/service/types";
// Params defines the parameters for the module.
message Params { option (gogoproto.goproto_stringer) = false; }
diff --git a/proto/core/service/query.proto b/proto/core/service/query.proto
index 30f850a67..fa6770220 100644
--- a/proto/core/service/query.proto
+++ b/proto/core/service/query.proto
@@ -10,7 +10,7 @@ import "cosmos/base/query/v1beta1/pagination.proto";
import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
-option go_package = "github.com/sonr-io/sonr/x/service/types";
+option go_package = "github.com/sonrhq/core/x/service/types";
// Query defines the gRPC querier service.
service Query {
diff --git a/proto/core/service/record.proto b/proto/core/service/record.proto
index 7d059a40f..dce143ec9 100644
--- a/proto/core/service/record.proto
+++ b/proto/core/service/record.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package core.service;
-option go_package = "github.com/sonr-io/sonr/x/service/types";
+option go_package = "github.com/sonrhq/core/x/service/types";
message ServiceRecord {
string id = 1;
diff --git a/proto/core/service/tx.proto b/proto/core/service/tx.proto
index e24b6a693..342c42059 100644
--- a/proto/core/service/tx.proto
+++ b/proto/core/service/tx.proto
@@ -6,7 +6,7 @@ package core.service;
import "core/service/record.proto";
// Specifying the go package for this service.
-option go_package = "github.com/sonr-io/sonr/x/service/types";
+option go_package = "github.com/sonrhq/core/x/service/types";
// Msg defines the Msg service.
// This service provides CRUD operations for ServiceRecord.
diff --git a/proto/highway/authentication/v1/service.proto b/proto/highway/authentication/v1/service.proto
index 1de486729..2cc6c8713 100644
--- a/proto/highway/authentication/v1/service.proto
+++ b/proto/highway/authentication/v1/service.proto
@@ -6,7 +6,7 @@ package highway.authentication.v1;
import "google/api/annotations.proto";
import "google/protobuf/empty.proto";
-option go_package = "github.com/sonr-io/sonr/types/highway/authentication/v1;authenticationpb";
+option go_package = "github.com/sonrhq/core/types/highway/authentication/v1;authenticationpb";
// AuthenticationService provides methods for user authentication.
service AuthenticationService {
diff --git a/proto/highway/database/v1/service.proto b/proto/highway/database/v1/service.proto
index bacac2fc9..fa63e6122 100644
--- a/proto/highway/database/v1/service.proto
+++ b/proto/highway/database/v1/service.proto
@@ -5,7 +5,7 @@ package highway.database.v1;
import "google/api/annotations.proto";
import "google/protobuf/empty.proto";
-option go_package = "github.com/sonr-io/sonr/types/highway/database/v1;databasepb";
+option go_package = "github.com/sonrhq/core/types/highway/database/v1;databasepb";
service DatabaseService {
rpc Health(HealthRequest) returns (HealthResponse) {
diff --git a/proto/highway/storage/v1/service.proto b/proto/highway/storage/v1/service.proto
index c49257aa8..3f5f29f9d 100644
--- a/proto/highway/storage/v1/service.proto
+++ b/proto/highway/storage/v1/service.proto
@@ -4,7 +4,7 @@ package highway.storage.v1;
import "google/api/annotations.proto";
-option go_package = "github.com/sonr-io/sonr/types/highway/storage/v1;storagepb";
+option go_package = "github.com/sonrhq/core/types/highway/storage/v1;storagepb";
// StorageService provides methods for storing and retrieving data.
service StorageService {
diff --git a/proto/highway/wallet/v1/service.proto b/proto/highway/wallet/v1/service.proto
index 832759816..852dddd87 100644
--- a/proto/highway/wallet/v1/service.proto
+++ b/proto/highway/wallet/v1/service.proto
@@ -5,7 +5,7 @@ package highway.wallet.v1;
import "common/crypto/coin.proto";
import "google/api/annotations.proto";
-option go_package = "github.com/sonr-io/sonr/types/highway/wallet/v1;walletpb";
+option go_package = "github.com/sonrhq/core/types/highway/wallet/v1;walletpb";
// WalletService provides methods for managing wallet accounts.
service WalletService {
diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh
index 4e7d19fd2..ae34d4afd 100644
--- a/scripts/protocgen.sh
+++ b/scripts/protocgen.sh
@@ -22,5 +22,5 @@ done
cd ..
# move proto files to the right places
-cp -r github.com/sonr-io/sonr/* ./
+cp -r github.com/sonrhq/core/* ./
rm -rf github.com
diff --git a/services/did/controller/controller.go b/services/did/controller/controller.go
index 9b96b86b4..d09ceadf5 100644
--- a/services/did/controller/controller.go
+++ b/services/did/controller/controller.go
@@ -5,12 +5,12 @@ import (
"fmt"
"github.com/highlight/highlight/sdk/highlight-go"
- "github.com/sonr-io/sonr/internal/crypto"
- "github.com/sonr-io/sonr/services/did/method/btcr"
- "github.com/sonr-io/sonr/services/did/method/ethr"
- "github.com/sonr-io/sonr/services/did/method/sonr"
- "github.com/sonr-io/sonr/services/did/types"
- identitytypes "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/core/services/did/method/btcr"
+ "github.com/sonrhq/core/services/did/method/ethr"
+ "github.com/sonrhq/core/services/did/method/sonr"
+ "github.com/sonrhq/core/services/did/types"
+ identitytypes "github.com/sonrhq/core/x/identity/types"
)
// Account returns the controller account
diff --git a/services/did/controller/idx.go b/services/did/controller/idx.go
index 53893a04e..4e2d1139d 100644
--- a/services/did/controller/idx.go
+++ b/services/did/controller/idx.go
@@ -6,10 +6,10 @@ import (
"fmt"
- "github.com/sonr-io/sonr/services/did/method/authr"
- "github.com/sonr-io/sonr/services/did/method/sonr"
- "github.com/sonr-io/sonr/services/did/types"
- identitytypes "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/services/did/method/authr"
+ "github.com/sonrhq/core/services/did/method/sonr"
+ "github.com/sonrhq/core/services/did/types"
+ identitytypes "github.com/sonrhq/core/x/identity/types"
)
var defaultDidMethod = types.DIDMethod("idxr")
diff --git a/services/did/method/authr/authr.go b/services/did/method/authr/authr.go
index f1e702282..5e8336e16 100644
--- a/services/did/method/authr/authr.go
+++ b/services/did/method/authr/authr.go
@@ -5,8 +5,8 @@ import (
"github.com/go-webauthn/webauthn/protocol"
"github.com/sonr-io/kryptology/pkg/core/curves"
- "github.com/sonr-io/sonr/internal/crypto"
- "github.com/sonr-io/sonr/services/did/types"
+ "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/core/services/did/types"
)
const Method = types.DIDMethod("authr")
diff --git a/services/did/method/authr/data.go b/services/did/method/authr/data.go
index c34f7dd17..28f08f4cf 100644
--- a/services/did/method/authr/data.go
+++ b/services/did/method/authr/data.go
@@ -9,7 +9,7 @@ import (
"fmt"
"io"
- "github.com/sonr-io/sonr/services/did/types"
+ "github.com/sonrhq/core/services/did/types"
"golang.org/x/crypto/hkdf"
"lukechampine.com/blake3"
)
diff --git a/services/did/method/authr/secret.go b/services/did/method/authr/secret.go
index c155f3529..1376f1c77 100644
--- a/services/did/method/authr/secret.go
+++ b/services/did/method/authr/secret.go
@@ -11,7 +11,7 @@ import (
"github.com/google/uuid"
"github.com/sonr-io/kryptology/pkg/accumulator"
"github.com/sonr-io/kryptology/pkg/core/curves"
- "github.com/sonr-io/sonr/internal/crypto"
+ "github.com/sonrhq/core/internal/crypto"
"golang.org/x/crypto/hkdf"
"lukechampine.com/blake3"
)
diff --git a/services/did/method/btcr/account.go b/services/did/method/btcr/account.go
index 0e216fa53..23c63a779 100644
--- a/services/did/method/btcr/account.go
+++ b/services/did/method/btcr/account.go
@@ -1,9 +1,9 @@
package btcr
import (
- "github.com/sonr-io/sonr/internal/crypto"
- "github.com/sonr-io/sonr/services/did/types"
- "github.com/sonr-io/sonr/services/mpc"
+ "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/core/services/did/types"
+ "github.com/sonrhq/core/services/mpc"
)
const Method = types.DIDMethod("btcr")
diff --git a/services/did/method/ethr/account.go b/services/did/method/ethr/account.go
index a4f8197fd..f1032eb5c 100644
--- a/services/did/method/ethr/account.go
+++ b/services/did/method/ethr/account.go
@@ -1,9 +1,9 @@
package ethr
import (
- "github.com/sonr-io/sonr/internal/crypto"
- "github.com/sonr-io/sonr/services/did/types"
- "github.com/sonr-io/sonr/services/mpc"
+ "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/core/services/did/types"
+ "github.com/sonrhq/core/services/mpc"
)
const Method = types.DIDMethod("ethr")
diff --git a/services/did/method/sonr/account.go b/services/did/method/sonr/account.go
index 4e8a2dee7..818b16aab 100644
--- a/services/did/method/sonr/account.go
+++ b/services/did/method/sonr/account.go
@@ -3,9 +3,9 @@ package sonr
import (
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/internal/crypto"
- "github.com/sonr-io/sonr/services/did/types"
- "github.com/sonr-io/sonr/services/mpc"
+ "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/core/services/did/types"
+ "github.com/sonrhq/core/services/mpc"
)
// Method is the DID method for Sonr Wallet Actor DIDs
diff --git a/services/did/method/sonr/client.go b/services/did/method/sonr/client.go
index dd2d9e828..2296e1d06 100644
--- a/services/did/method/sonr/client.go
+++ b/services/did/method/sonr/client.go
@@ -9,8 +9,8 @@ import (
"github.com/spf13/viper"
"google.golang.org/grpc"
- "github.com/sonr-io/sonr/internal/local"
- "github.com/sonr-io/sonr/services/did/types"
+ "github.com/sonrhq/core/internal/local"
+ "github.com/sonrhq/core/services/did/types"
)
// ! ||--------------------------------------------------------------------------------||
diff --git a/services/did/method/sonr/signer.go b/services/did/method/sonr/signer.go
index 672a39456..6e987a8f9 100644
--- a/services/did/method/sonr/signer.go
+++ b/services/did/method/sonr/signer.go
@@ -7,9 +7,9 @@ import (
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
txtypes "github.com/cosmos/cosmos-sdk/types/tx"
- "github.com/sonr-io/sonr/internal/crypto"
- "github.com/sonr-io/sonr/services/did/types"
- identitytypes "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/core/services/did/types"
+ identitytypes "github.com/sonrhq/core/x/identity/types"
)
// SignCosmosTx signs a transaction with the given inputs.
diff --git a/services/did/types/accumulator.go b/services/did/types/accumulator.go
index 19b36bfdd..209c14470 100644
--- a/services/did/types/accumulator.go
+++ b/services/did/types/accumulator.go
@@ -7,7 +7,7 @@ import (
"github.com/sonr-io/kryptology/pkg/accumulator"
"github.com/sonr-io/kryptology/pkg/core/curves"
- "github.com/sonr-io/sonr/internal/crypto"
+ "github.com/sonrhq/core/internal/crypto"
)
// DIDAccumulator is a ZKSet accumulator for a DID
diff --git a/services/did/types/identifier.go b/services/did/types/identifier.go
index 730cec1f6..30b672e3e 100644
--- a/services/did/types/identifier.go
+++ b/services/did/types/identifier.go
@@ -3,8 +3,8 @@ package types
import (
"github.com/sonr-io/kryptology/pkg/accumulator"
- "github.com/sonr-io/sonr/internal/crypto"
- identitytypes "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/internal/crypto"
+ identitytypes "github.com/sonrhq/core/x/identity/types"
)
// DIDIdentifier is a DID identifier
diff --git a/services/did/types/method.go b/services/did/types/method.go
index f53102a59..391602855 100644
--- a/services/did/types/method.go
+++ b/services/did/types/method.go
@@ -1,6 +1,6 @@
package types
-import "github.com/sonr-io/sonr/internal/crypto"
+import "github.com/sonrhq/core/internal/crypto"
// DIDMethod is a DID method
type DIDMethod string
diff --git a/services/did/types/resource.go b/services/did/types/resource.go
index 77e094f0d..435367fd3 100644
--- a/services/did/types/resource.go
+++ b/services/did/types/resource.go
@@ -6,7 +6,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/internal/crypto"
+ "github.com/sonrhq/core/internal/crypto"
)
// TxResponse is a type alias for sdk.TxResponse
diff --git a/services/did/types/store.go b/services/did/types/store.go
index 01103468e..26776485f 100644
--- a/services/did/types/store.go
+++ b/services/did/types/store.go
@@ -6,7 +6,7 @@ import (
"lukechampine.com/blake3"
- "github.com/sonr-io/sonr/internal/sfs"
+ "github.com/sonrhq/core/internal/sfs"
"github.com/spf13/viper"
)
diff --git a/services/did/types/url.go b/services/did/types/url.go
index 20ed583f4..e6eaedcf5 100644
--- a/services/did/types/url.go
+++ b/services/did/types/url.go
@@ -5,7 +5,7 @@ import (
"strings"
txtypes "github.com/cosmos/cosmos-sdk/types/tx"
- "github.com/sonr-io/sonr/types/webauthn"
+ "github.com/sonrhq/core/types/webauthn"
)
// Credential is a webauthn credential
diff --git a/services/mpc/base/account.go b/services/mpc/base/account.go
index 8f8237594..13224b915 100644
--- a/services/mpc/base/account.go
+++ b/services/mpc/base/account.go
@@ -4,11 +4,11 @@ import (
"encoding/json"
"fmt"
- "github.com/sonr-io/sonr/internal/crypto"
+ "github.com/sonrhq/core/internal/crypto"
secp256k1 "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
- algo "github.com/sonr-io/sonr/services/mpc/protocol/dkls"
- v1types "github.com/sonr-io/sonr/services/mpc/types"
+ algo "github.com/sonrhq/core/services/mpc/protocol/dkls"
+ v1types "github.com/sonrhq/core/services/mpc/types"
)
type EncryptionKey = *secp256k1.PubKey
diff --git a/services/mpc/mpc.go b/services/mpc/mpc.go
index bb5f455c6..52ca6a1de 100644
--- a/services/mpc/mpc.go
+++ b/services/mpc/mpc.go
@@ -1,11 +1,11 @@
package mpc
import (
- "github.com/sonr-io/sonr/internal/crypto"
- "github.com/sonr-io/sonr/services/mpc/base"
- models "github.com/sonr-io/sonr/services/mpc/base"
- v1algo "github.com/sonr-io/sonr/services/mpc/protocol/dkls"
- v1types "github.com/sonr-io/sonr/services/mpc/types"
+ "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/core/services/mpc/base"
+ models "github.com/sonrhq/core/services/mpc/base"
+ v1algo "github.com/sonrhq/core/services/mpc/protocol/dkls"
+ v1types "github.com/sonrhq/core/services/mpc/types"
)
// AccountV1 is a type alias for the AccountV1 struct in the base package.
diff --git a/services/mpc/mpc_test.go b/services/mpc/mpc_test.go
index aeab6726d..78483e16e 100644
--- a/services/mpc/mpc_test.go
+++ b/services/mpc/mpc_test.go
@@ -4,8 +4,8 @@ import (
"strings"
"testing"
- "github.com/sonr-io/sonr/internal/crypto"
- v1 "github.com/sonr-io/sonr/services/mpc/base"
+ "github.com/sonrhq/core/internal/crypto"
+ v1 "github.com/sonrhq/core/services/mpc/base"
"github.com/stretchr/testify/assert"
)
diff --git a/services/mpc/protocol/dkls/dkls.go b/services/mpc/protocol/dkls/dkls.go
index 910645385..27f6953af 100644
--- a/services/mpc/protocol/dkls/dkls.go
+++ b/services/mpc/protocol/dkls/dkls.go
@@ -6,7 +6,7 @@ import (
"github.com/sonr-io/kryptology/pkg/core/curves"
"github.com/sonr-io/kryptology/pkg/core/protocol"
dklsv1 "github.com/sonr-io/kryptology/pkg/tecdsa/dkls/v1"
- mpcv1types "github.com/sonr-io/sonr/services/mpc/types"
+ mpcv1types "github.com/sonrhq/core/services/mpc/types"
)
// The DKLSKeygen function generates a set of keyshares.
diff --git a/services/mpc/protocol/dkls/dkls_test.go b/services/mpc/protocol/dkls/dkls_test.go
index b0d11bae2..2d3b953a6 100644
--- a/services/mpc/protocol/dkls/dkls_test.go
+++ b/services/mpc/protocol/dkls/dkls_test.go
@@ -3,8 +3,8 @@ package dkls_test
import (
"testing"
- "github.com/sonr-io/sonr/internal/crypto"
- "github.com/sonr-io/sonr/services/mpc/protocol/dkls"
+ "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/core/services/mpc/protocol/dkls"
"github.com/stretchr/testify/assert"
)
diff --git a/services/mpc/types/keyshare.go b/services/mpc/types/keyshare.go
index c7192fd5a..93df1d4a8 100644
--- a/services/mpc/types/keyshare.go
+++ b/services/mpc/types/keyshare.go
@@ -8,8 +8,8 @@ import (
"github.com/sonr-io/kryptology/pkg/core/curves"
"github.com/sonr-io/kryptology/pkg/core/protocol"
dklsv1 "github.com/sonr-io/kryptology/pkg/tecdsa/dkls/v1"
- sonrcrypto "github.com/sonr-io/sonr/internal/crypto"
- "github.com/sonr-io/sonr/types/crypto"
+ sonrcrypto "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/core/types/crypto"
secp256k1 "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
"github.com/sonr-io/kryptology/pkg/tecdsa/dkls/v1/dkg"
diff --git a/services/mpc/types/kss.go b/services/mpc/types/kss.go
index 946488c14..b1d6ddfbe 100644
--- a/services/mpc/types/kss.go
+++ b/services/mpc/types/kss.go
@@ -8,7 +8,7 @@ import (
dklsv1 "github.com/sonr-io/kryptology/pkg/tecdsa/dkls/v1"
secp256k1 "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
- "github.com/sonr-io/sonr/internal/crypto"
+ "github.com/sonrhq/core/internal/crypto"
"golang.org/x/crypto/sha3"
)
diff --git a/services/plugin/cache.go b/services/plugin/cache.go
index fb70da186..2d2da4bda 100644
--- a/services/plugin/cache.go
+++ b/services/plugin/cache.go
@@ -8,7 +8,7 @@ import (
hplugin "github.com/hashicorp/go-plugin"
- "github.com/sonr-io/sonr/pkg/cache"
+ "github.com/sonrhq/core/pkg/cache"
)
const (
diff --git a/services/plugin/interface_test.go b/services/plugin/interface_test.go
index 6206929cd..faf158c2e 100755
--- a/services/plugin/interface_test.go
+++ b/services/plugin/interface_test.go
@@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/services/plugin"
+ "github.com/sonrhq/core/services/plugin"
)
func TestCommandToCobraCommand(t *testing.T) {
diff --git a/services/plugin/plugin.go b/services/plugin/plugin.go
index 87639dabd..c4feb922e 100644
--- a/services/plugin/plugin.go
+++ b/services/plugin/plugin.go
@@ -18,14 +18,14 @@ import (
hplugin "github.com/hashicorp/go-plugin"
"github.com/pkg/errors"
- "github.com/sonr-io/sonr/config"
- pluginsconfig "github.com/sonr-io/sonr/config/plugins"
- "github.com/sonr-io/sonr/pkg/env"
- "github.com/sonr-io/sonr/pkg/events"
- "github.com/sonr-io/sonr/pkg/gocmd"
- "github.com/sonr-io/sonr/pkg/xfilepath"
- "github.com/sonr-io/sonr/pkg/xgit"
- "github.com/sonr-io/sonr/pkg/xurl"
+ "github.com/sonrhq/core/config"
+ pluginsconfig "github.com/sonrhq/core/config/plugins"
+ "github.com/sonrhq/core/pkg/env"
+ "github.com/sonrhq/core/pkg/events"
+ "github.com/sonrhq/core/pkg/gocmd"
+ "github.com/sonrhq/core/pkg/xfilepath"
+ "github.com/sonrhq/core/pkg/xgit"
+ "github.com/sonrhq/core/pkg/xurl"
)
// PluginsPath holds the plugin cache directory.
diff --git a/services/plugin/plugin_test.go b/services/plugin/plugin_test.go
index 8f2f8ccdd..5c78470a6 100644
--- a/services/plugin/plugin_test.go
+++ b/services/plugin/plugin_test.go
@@ -17,9 +17,9 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- pluginsconfig "github.com/sonr-io/sonr/config/plugins"
- "github.com/sonr-io/sonr/pkg/gocmd"
- "github.com/sonr-io/sonr/pkg/gomodule"
+ pluginsconfig "github.com/sonrhq/core/config/plugins"
+ "github.com/sonrhq/core/pkg/gocmd"
+ "github.com/sonrhq/core/pkg/gomodule"
)
func TestNewPlugin(t *testing.T) {
diff --git a/services/plugin/scaffold.go b/services/plugin/scaffold.go
index a67d7c363..62bc41504 100644
--- a/services/plugin/scaffold.go
+++ b/services/plugin/scaffold.go
@@ -11,8 +11,8 @@ import (
"github.com/gobuffalo/plush/v4"
"github.com/pkg/errors"
- "github.com/sonr-io/sonr/pkg/gocmd"
- "github.com/sonr-io/sonr/pkg/xgenny"
+ "github.com/sonrhq/core/pkg/gocmd"
+ "github.com/sonrhq/core/pkg/xgenny"
)
//go:embed template/*
diff --git a/testutil/keeper/domain.go b/testutil/keeper/domain.go
index 90c8a90ac..61df6f8d7 100644
--- a/testutil/keeper/domain.go
+++ b/testutil/keeper/domain.go
@@ -12,8 +12,8 @@ import (
storetypes "github.com/cosmos/cosmos-sdk/store/types"
sdk "github.com/cosmos/cosmos-sdk/types"
typesparams "github.com/cosmos/cosmos-sdk/x/params/types"
- "github.com/sonr-io/sonr/x/domain/keeper"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/keeper"
+ "github.com/sonrhq/core/x/domain/types"
"github.com/stretchr/testify/require"
)
diff --git a/testutil/keeper/identity.go b/testutil/keeper/identity.go
index 2fbe685cf..cf18a3aba 100644
--- a/testutil/keeper/identity.go
+++ b/testutil/keeper/identity.go
@@ -3,8 +3,8 @@ package keeper
import (
"testing"
- "github.com/sonr-io/sonr/x/identity/keeper"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/keeper"
+ "github.com/sonrhq/core/x/identity/types"
tmdb "github.com/cometbft/cometbft-db"
"github.com/cometbft/cometbft/libs/log"
diff --git a/testutil/keeper/service.go b/testutil/keeper/service.go
index 11c4185e5..fe4be256e 100644
--- a/testutil/keeper/service.go
+++ b/testutil/keeper/service.go
@@ -12,8 +12,8 @@ import (
storetypes "github.com/cosmos/cosmos-sdk/store/types"
sdk "github.com/cosmos/cosmos-sdk/types"
typesparams "github.com/cosmos/cosmos-sdk/x/params/types"
- "github.com/sonr-io/sonr/x/service/keeper"
- "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/x/service/keeper"
+ "github.com/sonrhq/core/x/service/types"
"github.com/stretchr/testify/require"
)
diff --git a/testutil/network/network.go b/testutil/network/network.go
index 017e23bbf..7ccf681f4 100644
--- a/testutil/network/network.go
+++ b/testutil/network/network.go
@@ -18,8 +18,8 @@ import (
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
"github.com/stretchr/testify/require"
- "github.com/sonr-io/sonr/app"
- "github.com/sonr-io/sonr/internal/highway"
+ "github.com/sonrhq/core/app"
+ "github.com/sonrhq/core/internal/highway"
)
type (
diff --git a/types/highway/wallet/v1/service.pb.go b/types/highway/wallet/v1/service.pb.go
index 2906ce5a1..66e15fcc8 100644
--- a/types/highway/wallet/v1/service.pb.go
+++ b/types/highway/wallet/v1/service.pb.go
@@ -8,7 +8,7 @@ import (
fmt "fmt"
grpc1 "github.com/cosmos/gogoproto/grpc"
proto "github.com/cosmos/gogoproto/proto"
- crypto "github.com/sonr-io/sonr/types/crypto"
+ crypto "github.com/sonrhq/core/types/crypto"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
diff --git a/types/webauthn/credential.go b/types/webauthn/credential.go
index e460b7eb0..c26ae1f60 100644
--- a/types/webauthn/credential.go
+++ b/types/webauthn/credential.go
@@ -11,8 +11,8 @@ import (
"github.com/go-webauthn/webauthn/protocol"
"github.com/go-webauthn/webauthn/protocol/webauthncose"
- "github.com/sonr-io/sonr/internal/crypto"
- idtypes "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/internal/crypto"
+ idtypes "github.com/sonrhq/core/x/identity/types"
"github.com/yoseplee/vrf"
)
diff --git a/types/webauthn/webauthn.go b/types/webauthn/webauthn.go
index 1a2d6d398..08be774e7 100644
--- a/types/webauthn/webauthn.go
+++ b/types/webauthn/webauthn.go
@@ -7,7 +7,7 @@ import (
"github.com/go-webauthn/webauthn/protocol"
"github.com/shengdoushi/base58"
- "github.com/sonr-io/sonr/internal/crypto"
+ "github.com/sonrhq/core/internal/crypto"
)
// PublicKeyMultibase returns the public key in multibase format
diff --git a/x/domain/client/cli/query.go b/x/domain/client/cli/query.go
index f356b08ad..d877e1003 100644
--- a/x/domain/client/cli/query.go
+++ b/x/domain/client/cli/query.go
@@ -10,7 +10,7 @@ import (
// "github.com/cosmos/cosmos-sdk/client/flags"
// sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/types"
)
// GetQueryCmd returns the cli query commands for this module
diff --git a/x/domain/client/cli/query_params.go b/x/domain/client/cli/query_params.go
index da8ee4d97..c6d0e4d1b 100644
--- a/x/domain/client/cli/query_params.go
+++ b/x/domain/client/cli/query_params.go
@@ -5,7 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/spf13/cobra"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/types"
)
func CmdQueryParams() *cobra.Command {
diff --git a/x/domain/client/cli/query_username_records.go b/x/domain/client/cli/query_username_records.go
index c5dfc45a3..8860e3ff1 100644
--- a/x/domain/client/cli/query_username_records.go
+++ b/x/domain/client/cli/query_username_records.go
@@ -5,7 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/spf13/cobra"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/types"
)
func CmdListUsernameRecords() *cobra.Command {
diff --git a/x/domain/client/cli/tx.go b/x/domain/client/cli/tx.go
index abf266472..abb94d47b 100644
--- a/x/domain/client/cli/tx.go
+++ b/x/domain/client/cli/tx.go
@@ -8,7 +8,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
// "github.com/cosmos/cosmos-sdk/client/flags"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/types"
)
var (
diff --git a/x/domain/client/cli/tx_username_records.go b/x/domain/client/cli/tx_username_records.go
index 0336a1240..510c6cfd5 100644
--- a/x/domain/client/cli/tx_username_records.go
+++ b/x/domain/client/cli/tx_username_records.go
@@ -4,7 +4,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/client/tx"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/types"
"github.com/spf13/cobra"
)
diff --git a/x/domain/client/proxy/query.go b/x/domain/client/proxy/query.go
index 382f6bab2..4d2edd4d9 100644
--- a/x/domain/client/proxy/query.go
+++ b/x/domain/client/proxy/query.go
@@ -4,7 +4,7 @@ import (
"context"
"fmt"
- domaintypes "github.com/sonr-io/sonr/x/domain/types"
+ domaintypes "github.com/sonrhq/core/x/domain/types"
"github.com/spf13/viper"
"google.golang.org/grpc"
)
diff --git a/x/domain/genesis.go b/x/domain/genesis.go
index 4a683423e..908e5c968 100644
--- a/x/domain/genesis.go
+++ b/x/domain/genesis.go
@@ -2,8 +2,8 @@ package domain
import (
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/x/domain/keeper"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/keeper"
+ "github.com/sonrhq/core/x/domain/types"
)
// InitGenesis initializes the module's state from a provided genesis state.
diff --git a/x/domain/genesis_test.go b/x/domain/genesis_test.go
index e51442e71..915181e1e 100644
--- a/x/domain/genesis_test.go
+++ b/x/domain/genesis_test.go
@@ -3,10 +3,10 @@ package domain_test
import (
"testing"
- keepertest "github.com/sonr-io/sonr/testutil/keeper"
- "github.com/sonr-io/sonr/testutil/nullify"
- "github.com/sonr-io/sonr/x/domain"
- "github.com/sonr-io/sonr/x/domain/types"
+ keepertest "github.com/sonrhq/core/testutil/keeper"
+ "github.com/sonrhq/core/testutil/nullify"
+ "github.com/sonrhq/core/x/domain"
+ "github.com/sonrhq/core/x/domain/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/domain/keeper/keeper.go b/x/domain/keeper/keeper.go
index e8426e46f..3fc024c35 100644
--- a/x/domain/keeper/keeper.go
+++ b/x/domain/keeper/keeper.go
@@ -9,7 +9,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/types"
)
type (
diff --git a/x/domain/keeper/msg_server.go b/x/domain/keeper/msg_server.go
index 2addcc1e6..df7afda7f 100644
--- a/x/domain/keeper/msg_server.go
+++ b/x/domain/keeper/msg_server.go
@@ -1,7 +1,7 @@
package keeper
import (
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/types"
)
type msgServer struct {
diff --git a/x/domain/keeper/msg_server_test.go b/x/domain/keeper/msg_server_test.go
index 699a16763..fa7b69c83 100644
--- a/x/domain/keeper/msg_server_test.go
+++ b/x/domain/keeper/msg_server_test.go
@@ -5,9 +5,9 @@ import (
"testing"
sdk "github.com/cosmos/cosmos-sdk/types"
- keepertest "github.com/sonr-io/sonr/testutil/keeper"
- "github.com/sonr-io/sonr/x/domain/keeper"
- "github.com/sonr-io/sonr/x/domain/types"
+ keepertest "github.com/sonrhq/core/testutil/keeper"
+ "github.com/sonrhq/core/x/domain/keeper"
+ "github.com/sonrhq/core/x/domain/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/domain/keeper/msg_server_username_records.go b/x/domain/keeper/msg_server_username_records.go
index c56845edb..d822d502c 100644
--- a/x/domain/keeper/msg_server_username_records.go
+++ b/x/domain/keeper/msg_server_username_records.go
@@ -5,7 +5,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/types"
)
func (k msgServer) CreateUsernameRecord(goCtx context.Context, msg *types.MsgCreateUsernameRecords) (*types.MsgCreateUsernameRecordsResponse, error) {
diff --git a/x/domain/keeper/msg_server_username_records_test.go b/x/domain/keeper/msg_server_username_records_test.go
index 074096595..57ea3942d 100644
--- a/x/domain/keeper/msg_server_username_records_test.go
+++ b/x/domain/keeper/msg_server_username_records_test.go
@@ -8,9 +8,9 @@ import (
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
"github.com/stretchr/testify/require"
- keepertest "github.com/sonr-io/sonr/testutil/keeper"
- "github.com/sonr-io/sonr/x/domain/keeper"
- "github.com/sonr-io/sonr/x/domain/types"
+ keepertest "github.com/sonrhq/core/testutil/keeper"
+ "github.com/sonrhq/core/x/domain/keeper"
+ "github.com/sonrhq/core/x/domain/types"
)
// Prevent strconv unused error
diff --git a/x/domain/keeper/params.go b/x/domain/keeper/params.go
index 7cd195c6a..859f79efa 100644
--- a/x/domain/keeper/params.go
+++ b/x/domain/keeper/params.go
@@ -2,7 +2,7 @@ package keeper
import (
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/types"
)
// GetParams get all parameters as types.Params
diff --git a/x/domain/keeper/params_test.go b/x/domain/keeper/params_test.go
index 0e9d60b7e..bd00b066f 100644
--- a/x/domain/keeper/params_test.go
+++ b/x/domain/keeper/params_test.go
@@ -3,8 +3,8 @@ package keeper_test
import (
"testing"
- testkeeper "github.com/sonr-io/sonr/testutil/keeper"
- "github.com/sonr-io/sonr/x/domain/types"
+ testkeeper "github.com/sonrhq/core/testutil/keeper"
+ "github.com/sonrhq/core/x/domain/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/domain/keeper/query.go b/x/domain/keeper/query.go
index 2507f3864..21bd28fed 100644
--- a/x/domain/keeper/query.go
+++ b/x/domain/keeper/query.go
@@ -1,7 +1,7 @@
package keeper
import (
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/types"
)
var _ types.QueryServer = Keeper{}
diff --git a/x/domain/keeper/query_params.go b/x/domain/keeper/query_params.go
index bd3584d39..72ace85a1 100644
--- a/x/domain/keeper/query_params.go
+++ b/x/domain/keeper/query_params.go
@@ -4,7 +4,7 @@ import (
"context"
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/types"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/x/domain/keeper/query_params_test.go b/x/domain/keeper/query_params_test.go
index 503844919..c650cb3d6 100644
--- a/x/domain/keeper/query_params_test.go
+++ b/x/domain/keeper/query_params_test.go
@@ -4,8 +4,8 @@ import (
"testing"
sdk "github.com/cosmos/cosmos-sdk/types"
- testkeeper "github.com/sonr-io/sonr/testutil/keeper"
- "github.com/sonr-io/sonr/x/domain/types"
+ testkeeper "github.com/sonrhq/core/testutil/keeper"
+ "github.com/sonrhq/core/x/domain/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/domain/keeper/query_username_records.go b/x/domain/keeper/query_username_records.go
index a139acaeb..c0419bdc9 100644
--- a/x/domain/keeper/query_username_records.go
+++ b/x/domain/keeper/query_username_records.go
@@ -6,7 +6,7 @@ import (
"github.com/cosmos/cosmos-sdk/store/prefix"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/query"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/types"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/x/domain/keeper/query_username_records_test.go b/x/domain/keeper/query_username_records_test.go
index 301603ab9..b3ce17fa3 100644
--- a/x/domain/keeper/query_username_records_test.go
+++ b/x/domain/keeper/query_username_records_test.go
@@ -10,9 +10,9 @@ import (
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
- keepertest "github.com/sonr-io/sonr/testutil/keeper"
- "github.com/sonr-io/sonr/testutil/nullify"
- "github.com/sonr-io/sonr/x/domain/types"
+ keepertest "github.com/sonrhq/core/testutil/keeper"
+ "github.com/sonrhq/core/testutil/nullify"
+ "github.com/sonrhq/core/x/domain/types"
)
// Prevent strconv unused error
diff --git a/x/domain/keeper/username_records.go b/x/domain/keeper/username_records.go
index 33964c676..b8894df4c 100644
--- a/x/domain/keeper/username_records.go
+++ b/x/domain/keeper/username_records.go
@@ -3,7 +3,7 @@ package keeper
import (
"github.com/cosmos/cosmos-sdk/store/prefix"
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/types"
)
// SetUsernameRecords set a specific UsernameRecord in the store from its index
diff --git a/x/domain/keeper/username_records_test.go b/x/domain/keeper/username_records_test.go
index b51fcf1ed..017d2866f 100644
--- a/x/domain/keeper/username_records_test.go
+++ b/x/domain/keeper/username_records_test.go
@@ -5,10 +5,10 @@ import (
"testing"
sdk "github.com/cosmos/cosmos-sdk/types"
- keepertest "github.com/sonr-io/sonr/testutil/keeper"
- "github.com/sonr-io/sonr/testutil/nullify"
- "github.com/sonr-io/sonr/x/domain/keeper"
- "github.com/sonr-io/sonr/x/domain/types"
+ keepertest "github.com/sonrhq/core/testutil/keeper"
+ "github.com/sonrhq/core/testutil/nullify"
+ "github.com/sonrhq/core/x/domain/keeper"
+ "github.com/sonrhq/core/x/domain/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/domain/module.go b/x/domain/module.go
index 0586de437..dc4a985f6 100644
--- a/x/domain/module.go
+++ b/x/domain/module.go
@@ -17,9 +17,9 @@ import (
cdctypes "github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module"
- "github.com/sonr-io/sonr/x/domain/client/cli"
- "github.com/sonr-io/sonr/x/domain/keeper"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/client/cli"
+ "github.com/sonrhq/core/x/domain/keeper"
+ "github.com/sonrhq/core/x/domain/types"
)
var (
diff --git a/x/domain/module_simulation.go b/x/domain/module_simulation.go
index 3d0a1e15f..4077b14f6 100644
--- a/x/domain/module_simulation.go
+++ b/x/domain/module_simulation.go
@@ -8,9 +8,9 @@ import (
"github.com/cosmos/cosmos-sdk/types/module"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
"github.com/cosmos/cosmos-sdk/x/simulation"
- "github.com/sonr-io/sonr/testutil/sample"
- domainsimulation "github.com/sonr-io/sonr/x/domain/simulation"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/testutil/sample"
+ domainsimulation "github.com/sonrhq/core/x/domain/simulation"
+ "github.com/sonrhq/core/x/domain/types"
)
// avoid unused import issue
diff --git a/x/domain/simulation/username_records.go b/x/domain/simulation/username_records.go
index d1e9b3708..4e97ded6a 100644
--- a/x/domain/simulation/username_records.go
+++ b/x/domain/simulation/username_records.go
@@ -9,8 +9,8 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
"github.com/cosmos/cosmos-sdk/x/simulation"
- "github.com/sonr-io/sonr/x/domain/keeper"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/keeper"
+ "github.com/sonrhq/core/x/domain/types"
)
// Prevent strconv unused error
diff --git a/x/domain/types/genesis_test.go b/x/domain/types/genesis_test.go
index a1fb7bc4e..120b5d368 100644
--- a/x/domain/types/genesis_test.go
+++ b/x/domain/types/genesis_test.go
@@ -3,7 +3,7 @@ package types_test
import (
"testing"
- "github.com/sonr-io/sonr/x/domain/types"
+ "github.com/sonrhq/core/x/domain/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/domain/types/keys.go b/x/domain/types/keys.go
index 15c1fa1f8..2819bb5bd 100644
--- a/x/domain/types/keys.go
+++ b/x/domain/types/keys.go
@@ -1,7 +1,7 @@
package types
import (
- "github.com/sonr-io/sonr/internal/crypto"
+ "github.com/sonrhq/core/internal/crypto"
"lukechampine.com/blake3"
)
diff --git a/x/domain/types/messages_username_records_test.go b/x/domain/types/messages_username_records_test.go
index 88f8f84a3..742457842 100644
--- a/x/domain/types/messages_username_records_test.go
+++ b/x/domain/types/messages_username_records_test.go
@@ -4,7 +4,7 @@ import (
"testing"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
- "github.com/sonr-io/sonr/testutil/sample"
+ "github.com/sonrhq/core/testutil/sample"
"github.com/stretchr/testify/require"
)
diff --git a/x/identity/client/cli/query.go b/x/identity/client/cli/query.go
index 321472520..b4b4bc6a8 100644
--- a/x/identity/client/cli/query.go
+++ b/x/identity/client/cli/query.go
@@ -10,7 +10,7 @@ import (
// "github.com/cosmos/cosmos-sdk/client/flags"
// sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/types"
)
// GetQueryCmd returns the cli query commands for this module
diff --git a/x/identity/client/cli/query_controller_account.go b/x/identity/client/cli/query_controller_account.go
index 4b203a087..72898a3c5 100644
--- a/x/identity/client/cli/query_controller_account.go
+++ b/x/identity/client/cli/query_controller_account.go
@@ -3,7 +3,7 @@ package cli
import (
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/types"
"github.com/spf13/cobra"
)
diff --git a/x/identity/client/cli/query_did_document.go b/x/identity/client/cli/query_did_document.go
index 36c2c8e61..38ea69d22 100644
--- a/x/identity/client/cli/query_did_document.go
+++ b/x/identity/client/cli/query_did_document.go
@@ -5,7 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/spf13/cobra"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/types"
)
func CmdListDIDDocument() *cobra.Command {
diff --git a/x/identity/client/cli/query_params.go b/x/identity/client/cli/query_params.go
index 11289e49a..3c7b2f4fb 100644
--- a/x/identity/client/cli/query_params.go
+++ b/x/identity/client/cli/query_params.go
@@ -5,7 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/spf13/cobra"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/types"
)
func CmdQueryParams() *cobra.Command {
diff --git a/x/identity/client/cli/tx.go b/x/identity/client/cli/tx.go
index 99df0186d..250cf0cca 100644
--- a/x/identity/client/cli/tx.go
+++ b/x/identity/client/cli/tx.go
@@ -8,7 +8,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
// "github.com/cosmos/cosmos-sdk/client/flags"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/types"
)
var (
diff --git a/x/identity/client/cli/tx_controller_account.go b/x/identity/client/cli/tx_controller_account.go
index b0442fcd3..b065ea11c 100644
--- a/x/identity/client/cli/tx_controller_account.go
+++ b/x/identity/client/cli/tx_controller_account.go
@@ -6,7 +6,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/client/tx"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/types"
"github.com/spf13/cobra"
)
diff --git a/x/identity/genesis.go b/x/identity/genesis.go
index c642572a1..e0b710f34 100644
--- a/x/identity/genesis.go
+++ b/x/identity/genesis.go
@@ -2,8 +2,8 @@ package identity
import (
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/x/identity/keeper"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/keeper"
+ "github.com/sonrhq/core/x/identity/types"
)
// InitGenesis initializes the module's state from a provided genesis state.
diff --git a/x/identity/genesis_test.go b/x/identity/genesis_test.go
index b222f1e1c..5fa3ef2ee 100644
--- a/x/identity/genesis_test.go
+++ b/x/identity/genesis_test.go
@@ -3,10 +3,10 @@ package identity_test
import (
"testing"
- keepertest "github.com/sonr-io/sonr/testutil/keeper"
- "github.com/sonr-io/sonr/testutil/nullify"
- "github.com/sonr-io/sonr/x/identity"
- "github.com/sonr-io/sonr/x/identity/types"
+ keepertest "github.com/sonrhq/core/testutil/keeper"
+ "github.com/sonrhq/core/testutil/nullify"
+ "github.com/sonrhq/core/x/identity"
+ "github.com/sonrhq/core/x/identity/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/identity/keeper/genesis.go b/x/identity/keeper/genesis.go
index 649309373..3fc6ff1b3 100644
--- a/x/identity/keeper/genesis.go
+++ b/x/identity/keeper/genesis.go
@@ -5,7 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/store/prefix"
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/types"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/x/identity/keeper/keeper.go b/x/identity/keeper/keeper.go
index 93b7310bc..2698129f8 100644
--- a/x/identity/keeper/keeper.go
+++ b/x/identity/keeper/keeper.go
@@ -14,7 +14,7 @@ import (
host "github.com/cosmos/ibc-go/v7/modules/core/24-host"
"github.com/cosmos/ibc-go/v7/modules/core/exported"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/types"
)
type (
diff --git a/x/identity/keeper/msg_server.go b/x/identity/keeper/msg_server.go
index 5caa1e159..9312cdfa6 100644
--- a/x/identity/keeper/msg_server.go
+++ b/x/identity/keeper/msg_server.go
@@ -8,8 +8,8 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
- "github.com/sonr-io/sonr/internal/crypto"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/internal/crypto"
+ "github.com/sonrhq/core/x/identity/types"
)
type msgServer struct {
diff --git a/x/identity/keeper/params_test.go b/x/identity/keeper/params_test.go
index 84c30cee3..e387a45d4 100644
--- a/x/identity/keeper/params_test.go
+++ b/x/identity/keeper/params_test.go
@@ -3,8 +3,8 @@ package keeper_test
import (
"testing"
- testkeeper "github.com/sonr-io/sonr/testutil/keeper"
- "github.com/sonr-io/sonr/x/identity/types"
+ testkeeper "github.com/sonrhq/core/testutil/keeper"
+ "github.com/sonrhq/core/x/identity/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/identity/keeper/query.go b/x/identity/keeper/query.go
index 0b7dfc97b..535545deb 100644
--- a/x/identity/keeper/query.go
+++ b/x/identity/keeper/query.go
@@ -8,7 +8,7 @@ import (
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
"github.com/cosmos/cosmos-sdk/types/query"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/types"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/x/identity/module.go b/x/identity/module.go
index f0b804987..8f8b1f8f1 100644
--- a/x/identity/module.go
+++ b/x/identity/module.go
@@ -17,9 +17,9 @@ import (
cdctypes "github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module"
- "github.com/sonr-io/sonr/x/identity/client/cli"
- "github.com/sonr-io/sonr/x/identity/keeper"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/client/cli"
+ "github.com/sonrhq/core/x/identity/keeper"
+ "github.com/sonrhq/core/x/identity/types"
)
var (
diff --git a/x/identity/module_simulation.go b/x/identity/module_simulation.go
index f2c37e9bb..88c6ea1b0 100644
--- a/x/identity/module_simulation.go
+++ b/x/identity/module_simulation.go
@@ -8,9 +8,9 @@ import (
"github.com/cosmos/cosmos-sdk/types/module"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
"github.com/cosmos/cosmos-sdk/x/simulation"
- "github.com/sonr-io/sonr/testutil/sample"
- identitysimulation "github.com/sonr-io/sonr/x/identity/simulation"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/testutil/sample"
+ identitysimulation "github.com/sonrhq/core/x/identity/simulation"
+ "github.com/sonrhq/core/x/identity/types"
)
// avoid unused import issue
diff --git a/x/identity/simulation/controller_account.go b/x/identity/simulation/controller_account.go
index 9cfc1201c..7e13e02c2 100644
--- a/x/identity/simulation/controller_account.go
+++ b/x/identity/simulation/controller_account.go
@@ -8,8 +8,8 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
"github.com/cosmos/cosmos-sdk/x/simulation"
- "github.com/sonr-io/sonr/x/identity/keeper"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/keeper"
+ "github.com/sonrhq/core/x/identity/types"
)
func SimulateMsgCreateControllerAccount(
diff --git a/x/identity/simulation/did_document.go b/x/identity/simulation/did_document.go
index 6abfa7f78..c5b9e73ef 100644
--- a/x/identity/simulation/did_document.go
+++ b/x/identity/simulation/did_document.go
@@ -7,8 +7,8 @@ import (
"github.com/cosmos/cosmos-sdk/baseapp"
sdk "github.com/cosmos/cosmos-sdk/types"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
- "github.com/sonr-io/sonr/x/identity/keeper"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/keeper"
+ "github.com/sonrhq/core/x/identity/types"
)
// Prevent strconv unused error
diff --git a/x/identity/simulation/register_identity.go b/x/identity/simulation/register_identity.go
index 6a7b0a433..410b2d0b7 100644
--- a/x/identity/simulation/register_identity.go
+++ b/x/identity/simulation/register_identity.go
@@ -6,8 +6,8 @@ import (
"github.com/cosmos/cosmos-sdk/baseapp"
sdk "github.com/cosmos/cosmos-sdk/types"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
- "github.com/sonr-io/sonr/x/identity/keeper"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/keeper"
+ "github.com/sonrhq/core/x/identity/types"
)
func SimulateMsgRegisterIdentity(
diff --git a/x/identity/types/did_document.go b/x/identity/types/did_document.go
index a81e85394..08413fc49 100644
--- a/x/identity/types/did_document.go
+++ b/x/identity/types/did_document.go
@@ -7,7 +7,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/go-webauthn/webauthn/protocol"
- crypto "github.com/sonr-io/sonr/internal/crypto"
+ crypto "github.com/sonrhq/core/internal/crypto"
)
// NewDIDDocument creates a new DIDDocument from an Identification and optional VerificationRelationships
diff --git a/x/identity/types/genesis_test.go b/x/identity/types/genesis_test.go
index b13d6a8aa..632bd1c3f 100644
--- a/x/identity/types/genesis_test.go
+++ b/x/identity/types/genesis_test.go
@@ -3,7 +3,7 @@ package types_test
import (
"testing"
- "github.com/sonr-io/sonr/x/identity/types"
+ "github.com/sonrhq/core/x/identity/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/identity/types/messages_controller_account_test.go b/x/identity/types/messages_controller_account_test.go
index e74fb8219..6c981b177 100644
--- a/x/identity/types/messages_controller_account_test.go
+++ b/x/identity/types/messages_controller_account_test.go
@@ -4,7 +4,7 @@ import (
"testing"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
- "github.com/sonr-io/sonr/testutil/sample"
+ "github.com/sonrhq/core/testutil/sample"
"github.com/stretchr/testify/require"
)
diff --git a/x/identity/types/msg_identity.go b/x/identity/types/msg_identity.go
index eb04bf853..12bcea0f7 100644
--- a/x/identity/types/msg_identity.go
+++ b/x/identity/types/msg_identity.go
@@ -3,7 +3,7 @@ package types
import (
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
- "github.com/sonr-io/sonr/internal/crypto"
+ "github.com/sonrhq/core/internal/crypto"
)
const TypeMsgRegisterIdentity = "register_identity"
diff --git a/x/service/client/cli/query.go b/x/service/client/cli/query.go
index b9e619836..af5c40f21 100644
--- a/x/service/client/cli/query.go
+++ b/x/service/client/cli/query.go
@@ -10,7 +10,7 @@ import (
// "github.com/cosmos/cosmos-sdk/client/flags"
// sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/x/service/types"
)
// GetQueryCmd returns the cli query commands for this module
diff --git a/x/service/client/cli/query_params.go b/x/service/client/cli/query_params.go
index c01db3257..dea7be65c 100644
--- a/x/service/client/cli/query_params.go
+++ b/x/service/client/cli/query_params.go
@@ -5,7 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/spf13/cobra"
- "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/x/service/types"
)
func CmdQueryParams() *cobra.Command {
diff --git a/x/service/client/cli/tx.go b/x/service/client/cli/tx.go
index 37b8242e2..b69760302 100644
--- a/x/service/client/cli/tx.go
+++ b/x/service/client/cli/tx.go
@@ -8,7 +8,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
// "github.com/cosmos/cosmos-sdk/client/flags"
- "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/x/service/types"
)
var (
diff --git a/x/service/client/cli/tx_service_record.go b/x/service/client/cli/tx_service_record.go
index c181fc4e0..5b53e13ed 100644
--- a/x/service/client/cli/tx_service_record.go
+++ b/x/service/client/cli/tx_service_record.go
@@ -6,7 +6,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/client/tx"
- "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/x/service/types"
"github.com/spf13/cobra"
)
diff --git a/x/service/genesis.go b/x/service/genesis.go
index 18d34c500..7bf307d96 100644
--- a/x/service/genesis.go
+++ b/x/service/genesis.go
@@ -2,8 +2,8 @@ package service
import (
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/x/service/keeper"
- "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/x/service/keeper"
+ "github.com/sonrhq/core/x/service/types"
)
// InitGenesis initializes the module's state from a provided genesis state.
diff --git a/x/service/genesis_test.go b/x/service/genesis_test.go
index 5395cd8b5..d638ca987 100644
--- a/x/service/genesis_test.go
+++ b/x/service/genesis_test.go
@@ -3,10 +3,10 @@ package service_test
import (
"testing"
- keepertest "github.com/sonr-io/sonr/testutil/keeper"
- "github.com/sonr-io/sonr/testutil/nullify"
- "github.com/sonr-io/sonr/x/service"
- "github.com/sonr-io/sonr/x/service/types"
+ keepertest "github.com/sonrhq/core/testutil/keeper"
+ "github.com/sonrhq/core/testutil/nullify"
+ "github.com/sonrhq/core/x/service"
+ "github.com/sonrhq/core/x/service/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/service/keeper/keeper.go b/x/service/keeper/keeper.go
index e4f853b1c..c8301bad9 100644
--- a/x/service/keeper/keeper.go
+++ b/x/service/keeper/keeper.go
@@ -11,7 +11,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
- "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/x/service/types"
)
type (
diff --git a/x/service/keeper/msg_server.go b/x/service/keeper/msg_server.go
index 582abf4ab..ad4ef19a1 100644
--- a/x/service/keeper/msg_server.go
+++ b/x/service/keeper/msg_server.go
@@ -4,7 +4,7 @@ import (
"context"
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/x/service/types"
)
type msgServer struct {
diff --git a/x/service/keeper/params.go b/x/service/keeper/params.go
index fe2ded438..1e083e442 100644
--- a/x/service/keeper/params.go
+++ b/x/service/keeper/params.go
@@ -4,7 +4,7 @@ import (
"strings"
sdk "github.com/cosmos/cosmos-sdk/types"
- "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/x/service/types"
)
// GetParams get all parameters as types.Params
diff --git a/x/service/keeper/query.go b/x/service/keeper/query.go
index a4345bfc7..6aa5ec208 100644
--- a/x/service/keeper/query.go
+++ b/x/service/keeper/query.go
@@ -8,7 +8,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
"github.com/cosmos/cosmos-sdk/types/query"
- "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/x/service/types"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/x/service/module.go b/x/service/module.go
index 8e9f7681e..1a08f332a 100644
--- a/x/service/module.go
+++ b/x/service/module.go
@@ -17,9 +17,9 @@ import (
cdctypes "github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module"
- "github.com/sonr-io/sonr/x/service/client/cli"
- "github.com/sonr-io/sonr/x/service/keeper"
- "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/x/service/client/cli"
+ "github.com/sonrhq/core/x/service/keeper"
+ "github.com/sonrhq/core/x/service/types"
)
var (
diff --git a/x/service/module_simulation.go b/x/service/module_simulation.go
index f369cc03a..ec7649ea9 100644
--- a/x/service/module_simulation.go
+++ b/x/service/module_simulation.go
@@ -8,9 +8,9 @@ import (
"github.com/cosmos/cosmos-sdk/types/module"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
"github.com/cosmos/cosmos-sdk/x/simulation"
- "github.com/sonr-io/sonr/testutil/sample"
- servicesimulation "github.com/sonr-io/sonr/x/service/simulation"
- "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/testutil/sample"
+ servicesimulation "github.com/sonrhq/core/x/service/simulation"
+ "github.com/sonrhq/core/x/service/types"
)
// avoid unused import issue
diff --git a/x/service/simulation/service_record.go b/x/service/simulation/service_record.go
index 71bccc999..f16413c90 100644
--- a/x/service/simulation/service_record.go
+++ b/x/service/simulation/service_record.go
@@ -8,8 +8,8 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
"github.com/cosmos/cosmos-sdk/x/simulation"
- "github.com/sonr-io/sonr/x/service/keeper"
- "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/x/service/keeper"
+ "github.com/sonrhq/core/x/service/types"
)
func SimulateMsgCreateServiceRecord(
diff --git a/x/service/types/expected_keepers.go b/x/service/types/expected_keepers.go
index da3722f16..4d0faab5a 100644
--- a/x/service/types/expected_keepers.go
+++ b/x/service/types/expected_keepers.go
@@ -6,7 +6,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/auth/types"
"github.com/cosmos/cosmos-sdk/x/group"
- identitytypes "github.com/sonr-io/sonr/x/identity/types"
+ identitytypes "github.com/sonrhq/core/x/identity/types"
)
type GroupKeeper interface {
diff --git a/x/service/types/genesis_test.go b/x/service/types/genesis_test.go
index 999d1c70c..f095f9e51 100644
--- a/x/service/types/genesis_test.go
+++ b/x/service/types/genesis_test.go
@@ -3,7 +3,7 @@ package types_test
import (
"testing"
- "github.com/sonr-io/sonr/x/service/types"
+ "github.com/sonrhq/core/x/service/types"
"github.com/stretchr/testify/require"
)
diff --git a/x/service/types/messages_service_record_test.go b/x/service/types/messages_service_record_test.go
index e9145296d..fce8fd9a6 100644
--- a/x/service/types/messages_service_record_test.go
+++ b/x/service/types/messages_service_record_test.go
@@ -4,7 +4,7 @@ import (
"testing"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
- "github.com/sonr-io/sonr/testutil/sample"
+ "github.com/sonrhq/core/testutil/sample"
"github.com/stretchr/testify/require"
)
diff --git a/x/service/types/params.go b/x/service/types/params.go
index 255e7cbaf..6da54fa7d 100644
--- a/x/service/types/params.go
+++ b/x/service/types/params.go
@@ -4,7 +4,7 @@ import (
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
"github.com/go-webauthn/webauthn/protocol"
"github.com/go-webauthn/webauthn/protocol/webauthncose"
- "github.com/sonr-io/sonr/internal/crypto"
+ "github.com/sonrhq/core/internal/crypto"
"gopkg.in/yaml.v2"
)
diff --git a/x/service/types/query.pb.go b/x/service/types/query.pb.go
index 9db6bfc27..bbe9c7816 100644
--- a/x/service/types/query.pb.go
+++ b/x/service/types/query.pb.go
@@ -10,7 +10,7 @@ import (
_ "github.com/cosmos/gogoproto/gogoproto"
grpc1 "github.com/cosmos/gogoproto/grpc"
proto "github.com/cosmos/gogoproto/proto"
- _ "github.com/sonr-io/sonr/x/identity/types"
+ _ "github.com/sonrhq/core/x/identity/types"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
diff --git a/x/service/types/record.go b/x/service/types/record.go
index b8e715601..d550e51be 100644
--- a/x/service/types/record.go
+++ b/x/service/types/record.go
@@ -9,7 +9,7 @@ import (
"strings"
"github.com/go-webauthn/webauthn/protocol"
- "github.com/sonr-io/sonr/types/webauthn"
+ "github.com/sonrhq/core/types/webauthn"
)
const (
diff --git a/x/service/types/utils.go b/x/service/types/utils.go
index cbd0dbe3d..5ca99a6f8 100644
--- a/x/service/types/utils.go
+++ b/x/service/types/utils.go
@@ -8,7 +8,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/go-webauthn/webauthn/protocol"
- "github.com/sonr-io/sonr/types/webauthn"
+ "github.com/sonrhq/core/types/webauthn"
"lukechampine.com/blake3"
)