Skip to content

Commit

Permalink
update go.mod sekai version
Browse files Browse the repository at this point in the history
  • Loading branch information
tj327 committed Nov 22, 2023
1 parent 06205bd commit fdabbf3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Features:

* Implement QueryUndelegations endpoint
* Bump sekai version to v0.3.36
* Bump sekai version to v0.3.38
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/KeisukeYamashita/go-jsonrpc v1.0.1
github.com/KiraCore/sekai v0.3.36
github.com/KiraCore/sekai v0.3.38
github.com/btcsuite/btcd v0.22.1
github.com/cometbft/cometbft v0.37.2
github.com/cosmos/cosmos-proto v1.0.0-beta.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d/go.mod h1:
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
github.com/KeisukeYamashita/go-jsonrpc v1.0.1 h1:mkg8th2I7C1y3tnAsxroQbmQcXEZ22AkQ5pazRd/KDM=
github.com/KeisukeYamashita/go-jsonrpc v1.0.1/go.mod h1:NyiYd1oDwaSsIflCju5dKRvLdG5rZ/I4E07ygRYYmgc=
github.com/KiraCore/sekai v0.3.36 h1:JyXfj6z79olqE/FsqK4nFicXoJfmK1YcHon5QKBO7Ag=
github.com/KiraCore/sekai v0.3.36/go.mod h1:4lJS3LLWUl+bZwD9Mdl/vsYerMKOJMITx8ftepF80Ug=
github.com/KiraCore/sekai v0.3.38 h1:Z0DLYxu4nY9sWnTfQs10bYLq7ZQDhoZmwkUOWSQEWfo=
github.com/KiraCore/sekai v0.3.38/go.mod h1:4lJS3LLWUl+bZwD9Mdl/vsYerMKOJMITx8ftepF80Ug=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/Microsoft/go-winio v0.6.0 h1:slsWYD/zyx7lCXoZVlvQrj0hPTM1HI4+v1sIda2yDvg=
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=
Expand Down

0 comments on commit fdabbf3

Please sign in to comment.