-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 734 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/nthskyradiated/blockchain-in-golang
go 1.24.1
require (
github.com/dgraph-io/badger v1.6.2
github.com/mr-tron/base58 v1.2.0
github.com/vrecan/death/v3 v3.0.3
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
)
require (
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/dgraph-io/ristretto v0.0.2 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/golang/protobuf v1.5.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
google.golang.org/protobuf v1.36.6
)