Skip to content

Commit

Permalink
refactor: rename repository from "okp4" to "okp4d"
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this change has a few implications, such as changing
the name of the published docker image.
  • Loading branch information
ccamel committed Feb 8, 2022
1 parent a61ea31 commit 1a3b24f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ import (
"github.com/tendermint/starport/starport/pkg/cosmoscmd"
"github.com/tendermint/starport/starport/pkg/openapiconsole"

"github.com/okp4/okp4/docs"
"github.com/okp4/okp4d/docs"
// this line is used by starport scaffolding # stargate/app/moduleImport
)

Expand Down
2 changes: 1 addition & 1 deletion app/simulation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/cosmos/cosmos-sdk/types/module"
simulationtypes "github.com/cosmos/cosmos-sdk/types/simulation"
"github.com/cosmos/cosmos-sdk/x/simulation"
"github.com/okp4/okp4/app"
"github.com/okp4/okp4d/app"
"github.com/stretchr/testify/require"
"github.com/tendermint/starport/starport/pkg/cosmoscmd"
abci "github.com/tendermint/tendermint/abci/types"
Expand Down
2 changes: 1 addition & 1 deletion cmd/okp4d/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"

svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"
"github.com/okp4/okp4/app"
"github.com/okp4/okp4d/app"
"github.com/tendermint/starport/starport/pkg/cosmoscmd"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/okp4/okp4
module github.com/okp4/okp4d

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion testutil/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
tmrand "github.com/tendermint/tendermint/libs/rand"
tmdb "github.com/tendermint/tm-db"

"github.com/okp4/okp4/app"
"github.com/okp4/okp4d/app"
)

type (
Expand Down

0 comments on commit 1a3b24f

Please sign in to comment.