Skip to content

Commit

Permalink
use github.com/cosmos/cosmos-sdk/api v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Feb 9, 2024
1 parent d01111d commit f598839
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion types/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ require (
github.com/coinbase/rosetta-sdk-go v0.7.9 // indirect
github.com/confio/ics23/go v0.9.0 // indirect
github.com/cosmos/btcutil v1.0.5 // indirect
github.com/cosmos/cosmos-sdk/api v0.1.0 // indirect
github.com/cosmos/cosmos-sdk/api v0.1.0
github.com/cosmos/cosmos-sdk/errors v1.0.0-beta.5 // indirect
github.com/cosmos/go-bip39 v1.0.0 // indirect
github.com/cosmos/gogoproto v1.4.10 // indirect
Expand Down
2 changes: 1 addition & 1 deletion types/ormstore/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ormstore
import (
"context"

ormv1alpha1 "cosmossdk.io/api/cosmos/orm/v1alpha1"
ormv1alpha1 "github.com/cosmos/cosmos-sdk/api/cosmos/orm/v1alpha1"
"github.com/cosmos/cosmos-sdk/orm/model/ormdb"
"github.com/cosmos/cosmos-sdk/orm/model/ormtable"
storetypes "github.com/cosmos/cosmos-sdk/store/types"
Expand Down
2 changes: 1 addition & 1 deletion types/ormstore/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/cometbft/cometbft/libs/log"
tmproto "github.com/cometbft/cometbft/proto/tendermint/types"

ormv1alpha1 "cosmossdk.io/api/cosmos/orm/v1alpha1"
ormv1alpha1 "github.com/cosmos/cosmos-sdk/api/cosmos/orm/v1alpha1"
"github.com/cosmos/cosmos-sdk/orm/model/ormdb"
"github.com/cosmos/cosmos-sdk/store"
storetypes "github.com/cosmos/cosmos-sdk/store/types"
Expand Down
2 changes: 1 addition & 1 deletion x/data/keys.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package data

import (
ormv1alpha1 "cosmossdk.io/api/cosmos/orm/v1alpha1"
ormv1alpha1 "github.com/cosmos/cosmos-sdk/api/cosmos/orm/v1alpha1"
api "github.com/regen-network/regen-ledger/api/v2/regen/data/v1"
)

Expand Down
2 changes: 1 addition & 1 deletion x/ecocredit/keys.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package ecocredit

import (
ormapi "cosmossdk.io/api/cosmos/orm/v1alpha1"
ormapi "github.com/cosmos/cosmos-sdk/api/cosmos/orm/v1alpha1"

basketapi "github.com/regen-network/regen-ledger/api/v2/regen/ecocredit/basket/v1"
marketApi "github.com/regen-network/regen-ledger/api/v2/regen/ecocredit/marketplace/v1"
Expand Down

0 comments on commit f598839

Please sign in to comment.