Skip to content

Commit

Permalink
bump api
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Oct 12, 2023
1 parent ff1d5e1 commit 332c9d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ toolchain go1.21.0
module github.com/cosmos/cosmos-sdk

require (
cosmossdk.io/api v0.7.2-0.20230927090904-9dd34510e273
cosmossdk.io/api v0.7.2-0.20231012113443-ff1d5e1bb63f
cosmossdk.io/collections v0.4.0
cosmossdk.io/core v0.12.0
cosmossdk.io/depinject v1.0.0-alpha.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
cosmossdk.io/api v0.7.2-0.20230927090904-9dd34510e273 h1:rNTYK/OQQ5B8jNY0wGSOv+64Fwm7DG8Yke5eRmdTPqk=
cosmossdk.io/api v0.7.2-0.20230927090904-9dd34510e273/go.mod h1:RgzIuGUBiX4E4imKHFyxl+uSKU+qs2v0W2ymVoGoyQQ=
cosmossdk.io/api v0.7.2-0.20231012113443-ff1d5e1bb63f h1:ySFY7TrWCwfNxyx9qE9ObgfcgvYOrFM0gOko74hPkns=
cosmossdk.io/api v0.7.2-0.20231012113443-ff1d5e1bb63f/go.mod h1:RgzIuGUBiX4E4imKHFyxl+uSKU+qs2v0W2ymVoGoyQQ=
cosmossdk.io/collections v0.4.0 h1:PFmwj2W8szgpD5nOd8GWH6AbYNi1f2J6akWXJ7P5t9s=
cosmossdk.io/collections v0.4.0/go.mod h1:oa5lUING2dP+gdDquow+QjlF45eL1t4TJDypgGd+tv0=
cosmossdk.io/core v0.12.0 h1:aFuvkG6eDv0IQC+UDjx86wxNWVAxdCFk7OABJ1Vh4RU=
Expand Down
3 changes: 1 addition & 2 deletions x/feegrant/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,4 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace github.com/cosmos/cosmos-sdk => ../../.
replace cosmossdk.io/api => ../../api
replace github.com/cosmos/cosmos-sdk => ../../.

0 comments on commit 332c9d5

Please sign in to comment.