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

update hermes to v10.1.4 #1041

Merged
merged 3 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 build/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ replace (
require (
github.com/CoreumFoundation/coreum-tools v0.4.1-0.20241202115740-dbc6962a4d0a
github.com/CoreumFoundation/coreum/v5 v5.0.0-20241022051641-b49ec5faa621
github.com/CoreumFoundation/crust v0.0.0-20241203052257-c0015875e153
github.com/CoreumFoundation/crust v0.0.0-20241203071851-7163925ee43f
github.com/iancoleman/strcase v0.3.0
github.com/pkg/errors v0.9.1
github.com/samber/lo v1.39.0
Expand Down
2 changes: 2 additions & 0 deletions build/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ github.com/CoreumFoundation/coreum-tools v0.4.1-0.20241202115740-dbc6962a4d0a h1
github.com/CoreumFoundation/coreum-tools v0.4.1-0.20241202115740-dbc6962a4d0a/go.mod h1:VD93vCHkxYaT/RhOesXTFgd/GQDW54tr0BqGi5JU1c0=
github.com/CoreumFoundation/crust v0.0.0-20241203052257-c0015875e153 h1:ikSdn8NCCY1cUgXMKq/E/3p91ZEA99wxbC1CWbETyDY=
github.com/CoreumFoundation/crust v0.0.0-20241203052257-c0015875e153/go.mod h1:tQ+or26k3yWbRXEJTUmq7GR+tmQy3lk3wgV5GQmXTfA=
github.com/CoreumFoundation/crust v0.0.0-20241203071851-7163925ee43f h1:nEpaP5G9kAFvpG2Lryq+omxchVJJ3zon2IvUNqMajv4=
github.com/CoreumFoundation/crust v0.0.0-20241203071851-7163925ee43f/go.mod h1:tQ+or26k3yWbRXEJTUmq7GR+tmQy3lk3wgV5GQmXTfA=
github.com/CosmWasm/wasmd v0.53.0 h1:kdaoAi20bIb4VCsxw9pRaT2g5PpIp82Wqrr9DRVN9ao=
github.com/CosmWasm/wasmd v0.53.0/go.mod h1:FJl/aWjdpGof3usAMFQpDe07Rkx77PUzp0cygFMOvtw=
github.com/CosmWasm/wasmvm/v2 v2.1.2 h1:GkJ5bAsRlLHfIQVg/FY1VHwLyBwlCjAhDea0B8L+e20=
Expand Down
Loading