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

Upgrade go-quai version to include header changes #42

Merged
merged 1 commit into from
Mar 21, 2024
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 @@ -7,7 +7,7 @@ toolchain go1.21.5
require (
github.com/INFURA/go-ethlibs v0.0.0-20230222175239-ea21e114f25c
github.com/TwiN/go-color v1.4.0
github.com/dominant-strategies/go-quai v0.13.0-pre.0.0.20240306224024-160d01f6369d
github.com/dominant-strategies/go-quai v0.13.0-pre.0.0.20240321143439-ee2a6375112f
github.com/dominant-strategies/go-quai-stratum v0.3.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/viper v1.17.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ github.com/dominant-strategies/bn256 v0.0.0-20220930122411-fbf930a7493d h1:hkL13
github.com/dominant-strategies/bn256 v0.0.0-20220930122411-fbf930a7493d/go.mod h1:nvtPJPChairu4o4iX2XGrstOFpLaAgNYhrUCl5bSng4=
github.com/dominant-strategies/go-quai v0.13.0-pre.0.0.20240306224024-160d01f6369d h1:Xk/KvnbxTIMbFSlO5Sr7rprgsVANtPBVjUtwrvJ1zBg=
github.com/dominant-strategies/go-quai v0.13.0-pre.0.0.20240306224024-160d01f6369d/go.mod h1:drBEElU9fqPRPRzHGq4f+hHSkSAk18S2kCpCZcKUNlY=
github.com/dominant-strategies/go-quai v0.13.0-pre.0.0.20240321143439-ee2a6375112f h1:V4q/+Uqr/R2kRAwMswfq+weEGs+V2MdVHIa9HB5oxh8=
github.com/dominant-strategies/go-quai v0.13.0-pre.0.0.20240321143439-ee2a6375112f/go.mod h1:drBEElU9fqPRPRzHGq4f+hHSkSAk18S2kCpCZcKUNlY=
github.com/dominant-strategies/go-quai-stratum v0.3.0 h1:MPGujICiLY4/4JZ1gAWXvv09/NWgwstEGQagPIHbpP8=
github.com/dominant-strategies/go-quai-stratum v0.3.0/go.mod h1:i9tQ+G1ON5FB/f0ZFBjdH0YnkynCoyijQ0pU7+ucGGo=
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
Expand Down
Loading