Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/desmos-labs/desmos/v7 from 7.0.0 to 7.0.3 #434

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/cosmos/cosmos-sdk v0.47.9
github.com/cosmos/gogoproto v1.4.11
github.com/cosmos/ibc-go/v7 v7.3.2
github.com/desmos-labs/desmos/v7 v7.0.0
github.com/desmos-labs/desmos/v7 v7.0.3
github.com/forbole/juno/v5 v5.3.0
github.com/g8rswimmer/go-twitter/v2 v2.1.5
github.com/gin-contrib/cors v1.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f h1:U5y3Y5UE0w7amNe
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f/go.mod h1:xH/i4TFMt8koVQZ6WFms69WAsDWr2XsYL3Hkl7jkoLE=
github.com/desmos-labs/cosmos-sdk v0.47.9-desmos h1:pOg39zIwg7rvvVtFEibvF7c2CBsMlrybNz6XKXA4cWg=
github.com/desmos-labs/cosmos-sdk v0.47.9-desmos/go.mod h1:vsrN9nCwGps9STniADzpJT3CriZghLbqNZjstyym6B8=
github.com/desmos-labs/desmos/v7 v7.0.0 h1:vEgeHPQjaoqDQ+lBVfd06gU/pE7u9WIADqTAa4r8mXg=
github.com/desmos-labs/desmos/v7 v7.0.0/go.mod h1:JcdKKO9EWn+2LN/Si/3fbM9ISb9uNXRr5t45/SKAinc=
github.com/desmos-labs/desmos/v7 v7.0.3 h1:TYBok4GZndCqtZb9+knK8hl6cv3tkN3NFSrEgfav8kU=
github.com/desmos-labs/desmos/v7 v7.0.3/go.mod h1:M5RiacfgrGpka35dS0zJ9bJkP1mlVdr0XxYSa/VuSOY=
github.com/dgraph-io/badger/v2 v2.2007.4 h1:TRWBQg8UrlUhaFdco01nO2uXwzKS7zd+HVdwV/GHc4o=
github.com/dgraph-io/badger/v2 v2.2007.4/go.mod h1:vSw/ax2qojzbN6eXHIx6KPKtCSHJN/Uz0X0VPruTIhk=
github.com/dgraph-io/ristretto v0.0.3-0.20200630154024-f66de99634de/go.mod h1:KPxhHT9ZxKefz+PCeOGsrHpl1qZ7i70dGTu2u+Ahh6E=
Expand Down
Loading