We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565058b commit 7a9c5aeCopy full SHA for 7a9c5ae
depinject/go.mod
@@ -3,6 +3,7 @@ module cosmossdk.io/depinject
3
go 1.20
4
5
require (
6
+ cosmossdk.io/api v0.7.5
7
github.com/cosmos/cosmos-proto v1.0.0-beta.5
8
github.com/cosmos/gogoproto v1.7.0
9
github.com/stretchr/testify v1.9.0
depinject/go.sum
@@ -1,3 +1,5 @@
1
+cosmossdk.io/api v0.7.5 h1:eMPTReoNmGUm8DeiQL9DyM8sYDjEhWzL1+nLbI9DqtQ=
2
+cosmossdk.io/api v0.7.5/go.mod h1:IcxpYS5fMemZGqyYtErK7OqvdM0C8kdW3dq8Q/XIG38=
github.com/cosmos/cosmos-proto v1.0.0-beta.5 h1:eNcayDLpip+zVLRLYafhzLvQlSmyab+RC5W7ZfmxJLA=
github.com/cosmos/cosmos-proto v1.0.0-beta.5/go.mod h1:hQGLpiIUloJBMdQMMWb/4wRApmI9hjHH05nefC0Ojec=
github.com/cosmos/gogoproto v1.7.0 h1:79USr0oyXAbxg3rspGh/m4SWNyoz/GLaAh0QlCe2fro=
0 commit comments