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:
Larry Ruane 2025-03-18 17:44:59 -06:00 committed by Larry Ruane
parent e708123453
commit c11fda1461
2 changed files with 3 additions and 2348 deletions

4
go.mod
View File

@ -1,6 +1,8 @@
module github.com/zcash/lightwalletd
go 1.17
go 1.23.0
toolchain go1.24.1
require (
github.com/BurntSushi/toml v0.3.1

2347
go.sum

File diff suppressed because it is too large Load Diff