refactor!: autocli go.mod and package naming (#13294)
This commit is contained in:
parent
85422881cf
commit
ae21d8c780
@ -5,7 +5,7 @@ import (
|
||||
|
||||
"google.golang.org/grpc"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/client/v2/cli/flag"
|
||||
"cosmossdk.io/client/v2/cli/flag"
|
||||
)
|
||||
|
||||
// Builder manages options for building CLI commands.
|
||||
|
||||
@ -9,7 +9,7 @@ import (
|
||||
"google.golang.org/protobuf/proto"
|
||||
"google.golang.org/protobuf/reflect/protoreflect"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/client/v2/internal/util"
|
||||
"cosmossdk.io/client/v2/internal/util"
|
||||
)
|
||||
|
||||
// FieldValueBinder wraps a flag value in a way that allows it to be bound
|
||||
|
||||
@ -9,7 +9,7 @@ import (
|
||||
"google.golang.org/protobuf/proto"
|
||||
"google.golang.org/protobuf/reflect/protoreflect"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/client/v2/internal/util"
|
||||
"cosmossdk.io/client/v2/internal/util"
|
||||
)
|
||||
|
||||
type jsonMessageFlagType struct {
|
||||
|
||||
@ -6,7 +6,7 @@ import (
|
||||
"github.com/spf13/pflag"
|
||||
"google.golang.org/protobuf/reflect/protoreflect"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/client/v2/internal/util"
|
||||
"cosmossdk.io/client/v2/internal/util"
|
||||
)
|
||||
|
||||
func (b *Builder) bindPageRequest(ctx context.Context, flagSet *pflag.FlagSet, field protoreflect.FieldDescriptor) FieldValueBinder {
|
||||
|
||||
@ -9,8 +9,8 @@ import (
|
||||
"google.golang.org/protobuf/reflect/protoreflect"
|
||||
"google.golang.org/protobuf/reflect/protoregistry"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/client/v2/cli/flag"
|
||||
"github.com/cosmos/cosmos-sdk/client/v2/internal/util"
|
||||
"cosmossdk.io/client/v2/cli/flag"
|
||||
"cosmossdk.io/client/v2/internal/util"
|
||||
)
|
||||
|
||||
// AddQueryServiceCommands adds a sub-command to the provided command for each
|
||||
|
||||
@ -14,7 +14,7 @@ import (
|
||||
"gotest.tools/v3/assert"
|
||||
"gotest.tools/v3/golden"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/client/v2/internal/testpb"
|
||||
"cosmossdk.io/client/v2/internal/testpb"
|
||||
)
|
||||
|
||||
func testExec(t *testing.T, args ...string) *testClientConn {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
module github.com/cosmos/cosmos-sdk/client/v2
|
||||
module cosmossdk.io/client/v2
|
||||
|
||||
go 1.18
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user