From 1a3b24f383e7ef18f0bd2a2e93b774813e824339 Mon Sep 17 00:00:00 2001 From: Christophe Camel Date: Tue, 8 Feb 2022 14:26:27 +0100 Subject: [PATCH] refactor: rename repository from "okp4" to "okp4d" BREAKING CHANGE: this change has a few implications, such as changing the name of the published docker image. --- app/app.go | 2 +- app/simulation_test.go | 2 +- cmd/okp4d/main.go | 2 +- go.mod | 2 +- testutil/network/network.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/app.go b/app/app.go index 17482c0c..78ecd7a9 100644 --- a/app/app.go +++ b/app/app.go @@ -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 ) diff --git a/app/simulation_test.go b/app/simulation_test.go index b94bcb6d..7e0c1391 100644 --- a/app/simulation_test.go +++ b/app/simulation_test.go @@ -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" diff --git a/cmd/okp4d/main.go b/cmd/okp4d/main.go index ef681d85..ffe6277c 100644 --- a/cmd/okp4d/main.go +++ b/cmd/okp4d/main.go @@ -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" ) diff --git a/go.mod b/go.mod index 1c2706de..71c1b561 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/okp4/okp4 +module github.com/okp4/okp4d go 1.16 diff --git a/testutil/network/network.go b/testutil/network/network.go index 704e186a..5c9542ac 100644 --- a/testutil/network/network.go +++ b/testutil/network/network.go @@ -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 (