Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
monopauli committed Dec 3, 2022
1 parent bb1131d commit 8d66799
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import (
const (
AccountAddressPrefix = "cosmos"
AppName = "flash"
DefaultChainID = "flash-1"
DefaultChainID = "flash"
)

// this line is used by starport scaffolding # stargate/wasm/app/enabledProposals
Expand Down
4 changes: 2 additions & 2 deletions app/proposals_whitelisting_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import (
"encoding/json"
"testing"

"github.com/clemensgg/flash/app"
"github.com/clemensgg/flash/cmd"
"github.com/cosmos/cosmos-sdk/simapp"
ibctesting "github.com/cosmos/ibc-go/v3/testing"
icssimapp "github.com/cosmos/interchain-security/testutil/simapp"
"github.com/strangelove-ventures/strange/app"
"github.com/strangelove-ventures/strange/cmd"
"github.com/stretchr/testify/require"
"github.com/tendermint/tendermint/libs/log"
tmdb "github.com/tendermint/tm-db"
Expand Down
4 changes: 2 additions & 2 deletions app/simulation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"testing"
"time"

"github.com/strangelove-ventures/strange/app"
"github.com/strangelove-ventures/strange/cmd"
"github.com/clemensgg/flash/app"
"github.com/clemensgg/flash/cmd"

"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/codec"
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,5 @@ replace (
//github.com/cosmos/cosmos-sdk/simapp => cosmossdk.io/simapp v0.0.0-20221202134328-25cf0b3fc843
github.com/cosmos/ibc-go/v3 => github.com/informalsystems/ibc-go/v3 v3.0.0-beta1.0.20220816140824-aba9c2f2b943
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/strangelove-ventures/strange => github.com/clemensgg/flash v0.1.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6D
github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I=
github.com/clbanning/mxj v1.8.4/go.mod h1:BVjHeAH+rl9rs6f+QIpeRl0tfu10SXn1pUSa5PVGJng=
github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE=
github.com/clemensgg/flash v0.1.0 h1:ZuNmMqYWzUjDv6Th1r1ut0cOEFz79TMIZHQq3jfopSc=
github.com/clemensgg/flash v0.1.0/go.mod h1:rrEW9vYQzUW4GCKK6U5AwF0pCclHBHaGK8Y8Nz/4nJA=
github.com/clemensgg/flash-sdk v0.45.7-0.20221202160854-70423c6550f6 h1:HhoarxOnH93hZqbQbJ39VB/yGIzs12DmpOlzSsO19OA=
github.com/clemensgg/flash-sdk v0.45.7-0.20221202160854-70423c6550f6/go.mod h1:bPeeVMEtVvH3y3xAGHVbK+/CZlpaazzh77hG8ZrcJpI=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
Expand Down Expand Up @@ -1270,8 +1272,6 @@ github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4/go.mod h1:RZL
github.com/stbenjam/no-sprintf-host-port v0.1.1/go.mod h1:TLhvtIvONRzdmkFiio4O8LHsN9N74I+PhRquPsxpL0I=
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570/go.mod h1:8OR4w3TdeIHIh1g6EMY5p0gVNOovcWC+1vpc7naMuAw=
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3/go.mod h1:hpGUWaI9xL8pRQCTXQgocU38Qw1g0Us7n5PxxTwTCYU=
github.com/strangelove-ventures/strange v0.1.0 h1:jeu2jx7egypNZHdI++A/9KaCGgJ2qYyJo+GeKR7Ou34=
github.com/strangelove-ventures/strange v0.1.0/go.mod h1:LgEO11Qk8aVfum7qj0mjHmLzpLwraag3W/aPRPgNVWA=
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
github.com/streadway/amqp v1.0.0/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
Expand Down
4 changes: 2 additions & 2 deletions tests/interchain-security/interchain_security_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import (
"encoding/json"
"testing"

appConsumer "github.com/clemensgg/flash/app"
"github.com/clemensgg/flash/cmd"
"github.com/cosmos/cosmos-sdk/simapp"
ibctesting "github.com/cosmos/ibc-go/v3/testing"
appProvider "github.com/cosmos/interchain-security/app/provider"
"github.com/cosmos/interchain-security/tests/e2e"
e2etestutil "github.com/cosmos/interchain-security/testutil/e2e"
icssimapp "github.com/cosmos/interchain-security/testutil/simapp"
appConsumer "github.com/strangelove-ventures/strange/app"
"github.com/strangelove-ventures/strange/cmd"
"github.com/stretchr/testify/suite"
"github.com/tendermint/tendermint/libs/log"
dbm "github.com/tendermint/tm-db"
Expand Down
6 changes: 3 additions & 3 deletions testutil/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ import (
tmrand "github.com/tendermint/tendermint/libs/rand"
tmdb "github.com/tendermint/tm-db"

"github.com/clemensgg/flash/app"
"github.com/clemensgg/flash/cmd"
"github.com/clemensgg/flash/testutil"
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
genutil "github.com/cosmos/cosmos-sdk/x/genutil"
genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
ccvconsumertypes "github.com/cosmos/interchain-security/x/ccv/consumer/types"
"github.com/strangelove-ventures/strange/app"
"github.com/strangelove-ventures/strange/cmd"
"github.com/strangelove-ventures/strange/testutil"
types1 "github.com/tendermint/tendermint/abci/types"
tmtypes "github.com/tendermint/tendermint/types"
)
Expand Down

0 comments on commit 8d66799

Please sign in to comment.