Skip to content

Commit

Permalink
Merge pull request #66 from Kava-Labs/yevhenii/opendb
Browse files Browse the repository at this point in the history
Upgrade opendb
  • Loading branch information
evgeniy-scherbina authored Jul 15, 2024
2 parents 29f075c + 75be3f6 commit 82ad832
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
cosmossdk.io/math v1.3.0
cosmossdk.io/simapp v0.0.0-20230608160436-666c345ad23d
cosmossdk.io/tools/rosetta v0.2.1
github.com/Kava-Labs/opendb v0.0.0-20240703151529-8197d03e2a25
github.com/Kava-Labs/opendb v0.0.0-20240715194257-36fd81dc1423
github.com/armon/go-metrics v0.4.1
github.com/btcsuite/btcd v0.23.4
github.com/btcsuite/btcd/btcutil v1.1.3
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ=
github.com/DataDog/zstd v1.5.5/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
github.com/Kava-Labs/go-ethereum v1.10.27-0.20240308170502-da7973e5eee0 h1:pPFzOjEZmihLk70TQRPUCWs8uar6nfh4vZ/I1r0zeso=
github.com/Kava-Labs/go-ethereum v1.10.27-0.20240308170502-da7973e5eee0/go.mod h1:/6CsT5Ceen2WPLI/oCA3xMcZ5sWMF/D46SjM/ayY0Oo=
github.com/Kava-Labs/opendb v0.0.0-20240702134349-56aabfd80204 h1:AgXfuSAjDPn/fxJxFIfDsrA2Yiefj2gh+eWmm/N08X4=
github.com/Kava-Labs/opendb v0.0.0-20240702134349-56aabfd80204/go.mod h1:RUKcXpMI4wEearEySB7XEMnhXd4+fCPZzybTLNUM1RQ=
github.com/Kava-Labs/opendb v0.0.0-20240703151529-8197d03e2a25 h1:nFfedIC2nhbomaFJievO1L2n6mPmTYfnoV06DYIQ/IA=
github.com/Kava-Labs/opendb v0.0.0-20240703151529-8197d03e2a25/go.mod h1:RUKcXpMI4wEearEySB7XEMnhXd4+fCPZzybTLNUM1RQ=
github.com/Kava-Labs/opendb v0.0.0-20240711202006-a704c1f501f7 h1:6BDmJ1buHbeJomcuZ0wqEjyF30cOZeZeNzs58JlGENc=
github.com/Kava-Labs/opendb v0.0.0-20240711202006-a704c1f501f7/go.mod h1:LbPsJiWvj90NT3Y9YV8EFPkWfvp8A15Tp88qqKa3LxA=
github.com/Kava-Labs/opendb v0.0.0-20240715194257-36fd81dc1423 h1:DviscVBwfAEruLIzNY1XowKIETXZ1F0wMq7jijYvkME=
github.com/Kava-Labs/opendb v0.0.0-20240715194257-36fd81dc1423/go.mod h1:LbPsJiWvj90NT3Y9YV8EFPkWfvp8A15Tp88qqKa3LxA=
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/Microsoft/go-winio v0.6.0/go.mod h1:cTAf44im0RAYeL23bpB+fzCyDH2MJiz2BO69KH/soAE=
Expand Down
4 changes: 2 additions & 2 deletions gomod2nix.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ schema = 3
version = "v1.5.5"
hash = "sha256-tSw0aq0pPyroZtQYYb9lWOtPVNaQOt8skYQ4TMXGvAQ="
[mod."github.com/Kava-Labs/opendb"]
version = "v0.0.0-20240703151529-8197d03e2a25"
hash = "sha256-zd3/U5p+NlXpz08vTzx5jglJaW01lH6iApnzO2sc+vU="
version = "v0.0.0-20240715194257-36fd81dc1423"
hash = "sha256-80i8SeMCaWBe9/PBfaJpaAgKzG+c7GYsu9vanQHZANQ="
[mod."github.com/StackExchange/wmi"]
version = "v0.0.0-20180116203802-5d049714c4a6"
hash = "sha256-0yUxhZB3v3ZE3QY36zHs2cJ1S4GXptXIhyAi6sI2nOo="
Expand Down

0 comments on commit 82ad832

Please sign in to comment.