blockchain/go.mod
2024-03-31 18:46:44 +07:00

9 lines
133 B
Modula-2

module blockchain-from-scratch
go 1.16
require (
github.com/ethereum/go-ethereum v1.13.14
github.com/mattn/go-sqlite3 v1.14.22
)