Skip to content

Commit

Permalink
replace the last gogo/protobuf imports and comment old migration code…
Browse files Browse the repository at this point in the history
…s using it
  • Loading branch information
sainoe committed Jun 18, 2024
1 parent 30b4f73 commit 8c5b75a
Show file tree
Hide file tree
Showing 3 changed files with 3,443 additions and 3,446 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ require (
github.com/cosmos/gogoproto v1.4.12
github.com/cosmos/ledger-cosmos-go v0.13.3
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
github.com/gogo/protobuf v1.3.2
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.4
github.com/google/go-cmp v0.6.0
Expand Down
3 changes: 1 addition & 2 deletions x/staking/keeper/tokenize_share_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ import (
"context"
"fmt"

gogotypes "github.com/gogo/protobuf/types"

errorsmod "cosmossdk.io/errors"
storetypes "cosmossdk.io/store/types"
gogotypes "github.com/cosmos/gogoproto/types"

"github.com/cosmos/cosmos-sdk/runtime"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down
Loading

0 comments on commit 8c5b75a

Please sign in to comment.