go mod tidy
The Makefile isn't quite correct, not sure how to fix it so that go mod tidy would run automatically when needed. For now, we'll fix this manually.
This commit is contained in:
parent
e708123453
commit
c11fda1461
4
go.mod
4
go.mod
|
@ -1,6 +1,8 @@
|
||||||
module github.com/zcash/lightwalletd
|
module github.com/zcash/lightwalletd
|
||||||
|
|
||||||
go 1.17
|
go 1.23.0
|
||||||
|
|
||||||
|
toolchain go1.24.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v0.3.1
|
github.com/BurntSushi/toml v0.3.1
|
||||||
|
|
Loading…
Reference in New Issue