wallets
This commit is contained in:
9 files changed
+396
-162
No files matched your search
@@ -2,7 +2,10 @@ module github.com/SowinskiBraeden/golang-blockchain
|
||||
|
||||
go 1.19
|
||||
|
||||
require github.com/dgraph-io/badger v1.6.2
|
||||
require (
|
||||
github.com/dgraph-io/badger v1.6.2
|
||||
github.com/mr-tron/base58 v1.2.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
|
||||
@@ -11,6 +14,6 @@ require (
|
||||
github.com/dustin/go-humanize v1.0.0 // indirect
|
||||
github.com/golang/protobuf v1.3.1 // 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
|
||||
golang.org/x/net v0.3.0 // indirect
|
||||
golang.org/x/sys v0.3.0 // indirect
|
||||
)
|
||||
Reference in new issue
Block a user