Skip to content

Commit

Permalink
chore(x/auth): use cosmossdk.io/core/codec instead of github.com/cosm…
Browse files Browse the repository at this point in the history
…os/cosmos-sdk/codec (backport #23273) (#23280)

Co-authored-by: DevOrbitlabs <hoa@notional.ventures>
  • Loading branch information
mergify[bot] and hoank101 authored Jan 9, 2025
1 parent 4c6e34b commit c0e94ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/auth/tx/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import (
signingv1beta1 "cosmossdk.io/api/cosmos/tx/signing/v1beta1"
txv1beta1 "cosmossdk.io/api/cosmos/tx/v1beta1"
"cosmossdk.io/core/address"
"cosmossdk.io/core/codec"
"cosmossdk.io/x/tx/decode"

"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/codec"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down
2 changes: 1 addition & 1 deletion x/auth/tx/gogotx.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ import (
"google.golang.org/protobuf/types/known/anypb"

"cosmossdk.io/core/address"
"cosmossdk.io/core/codec"
errorsmod "cosmossdk.io/errors"
"cosmossdk.io/math"
"cosmossdk.io/x/tx/decode"
txsigning "cosmossdk.io/x/tx/signing"

"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/codec"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down

0 comments on commit c0e94ff

Please sign in to comment.