-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 697 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/SadikSunbul/GO-BlockChain-Simulation
go 1.18
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.3 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/golang/protobuf v1.3.5 // 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
)