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

chore: update pstake to 2.5.1 #270

Merged
merged 1 commit into from
Dec 21, 2023
Merged
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 @@ -17,7 +17,7 @@ require (
github.com/cosmos/ibc-go/v7 v7.1.0
github.com/gorilla/mux v1.8.0
github.com/persistenceOne/persistence-sdk/v2 v2.1.1
github.com/persistenceOne/pstake-native/v2 v2.5.0
github.com/persistenceOne/pstake-native/v2 v2.5.1
github.com/prometheus/client_golang v1.15.0
github.com/rakyll/statik v0.1.7
github.com/skip-mev/pob v1.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1021,8 +1021,8 @@ github.com/persistenceOne/persistence-sdk/v2 v2.1.1 h1:fo8Og2QkjsqqhH/wiEiOSB99M
github.com/persistenceOne/persistence-sdk/v2 v2.1.1/go.mod h1:6ufKMowypJB865CT5Gm6Gs42YCtSkX7k3ZqKzx63y+8=
github.com/persistenceOne/pob v1.0.3-lsm3 h1:dhJa84Lp5eKeyqwFrimrL8eQJ09CvlIPWH1WV3YGuEs=
github.com/persistenceOne/pob v1.0.3-lsm3/go.mod h1:kwZ0T3o6unLjnx8ynntI4v2WVJTPzvr1R+PI9pvH28k=
github.com/persistenceOne/pstake-native/v2 v2.5.0 h1:zGlGUxUiTFCv1FlGXcgzA1wxDhJnv6GlF6RuD6pVDSo=
github.com/persistenceOne/pstake-native/v2 v2.5.0/go.mod h1:xIK3GV2Qa9GF2/1ESXvv8o4BBLi3vRxC3RpyxEvHNLA=
github.com/persistenceOne/pstake-native/v2 v2.5.1 h1:c6O39YG6aHCo0jJ717N4BVXSSsdIHBqNO9l1Y6TvMsk=
github.com/persistenceOne/pstake-native/v2 v2.5.1/go.mod h1:X3qLM6ubf4rtZ4P675vsRkGJFQvD+EDFAIoEDdzRBhg=
github.com/persistenceOne/wasmd v0.40.2-lsm3 h1:JdUu2TNEA+rJVYX7gt7EP/WUUA78f67joBOWtWAEShg=
github.com/persistenceOne/wasmd v0.40.2-lsm3/go.mod h1:xF6v70lqO7+Ys2wsfAHybuQXQI7IOqGf2LCq/XK8Fk8=
github.com/peterh/liner v1.0.1-0.20180619022028-8c1271fcf47f/go.mod h1:xIteQHvHuaLYG9IFj6mSxM0fCKrs34IrEQUhOYuGPHc=
Expand Down
Loading