Skip to content

Commit

Permalink
update mod
Browse files Browse the repository at this point in the history
  • Loading branch information
avery committed Nov 18, 2024
1 parent 72ea051 commit 79d8a90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/random/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ module mods.irisnet.org/modules/random

go 1.21

toolchain go1.23.1

require (
cosmossdk.io/api v0.7.5
cosmossdk.io/core v0.11.1
cosmossdk.io/depinject v1.0.0
cosmossdk.io/errors v1.0.1
cosmossdk.io/log v1.4.1
cosmossdk.io/math v1.3.0
cosmossdk.io/store v1.1.1
cosmossdk.io/x/evidence v0.1.1
cosmossdk.io/x/feegrant v0.1.1
Expand Down Expand Up @@ -37,8 +37,6 @@ require (
cloud.google.com/go/iam v1.1.6 // indirect
cloud.google.com/go/storage v1.38.0 // indirect
cosmossdk.io/collections v0.4.0 // indirect
cosmossdk.io/log v1.4.1 // indirect
cosmossdk.io/math v1.3.0 // indirect
cosmossdk.io/x/tx v0.13.5 // indirect
filippo.io/edwards25519 v1.0.0 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
Expand Down
2 changes: 2 additions & 0 deletions modules/random/types/expected_keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ package types

import (
"context"

storetypes "cosmossdk.io/store/types"
tmbytes "github.com/cometbft/cometbft/libs/bytes"
sdk "github.com/cosmos/cosmos-sdk/types"

service "mods.irisnet.org/modules/service/exported"
servicetypes "mods.irisnet.org/modules/service/types"
)
Expand Down

0 comments on commit 79d8a90

Please sign in to comment.