Skip to content

Commit

Permalink
chore: fix name and version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Mar 21, 2024
1 parent 3b973cd commit 9a14591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/gov/handle_msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
"time"

"github.com/forbole/bdjuno/v4/types"
"github.com/forbole/callisto/v4/types"
"google.golang.org/grpc/codes"

sdk "github.com/cosmos/cosmos-sdk/types"
Expand All @@ -14,7 +14,7 @@ import (
govtypesv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1"
govtypesv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"

juno "github.com/forbole/juno/v4/types"
juno "github.com/forbole/juno/v5/types"
)

// HandleMsgExec implements modules.AuthzMessageModule
Expand Down
2 changes: 1 addition & 1 deletion modules/gov/utils_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
govtypesv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1"
eventsutil "github.com/forbole/bdjuno/v4/utils/events"
eventsutil "github.com/forbole/callisto/v4/utils/events"
)

// ProposalIDFromEvent returns the proposal id from the given events
Expand Down

0 comments on commit 9a14591

Please sign in to comment.