first commit
This commit is contained in:
7 files changed
+441
No files matched your search
@@ -0,0 +1,16 @@
|
||||
module github.com/SowinskiBraeden/golang-blockchain
|
||||
|
||||
go 1.19
|
||||
|
||||
require github.com/dgraph-io/badger v1.6.2
|
||||
|
||||
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.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
|
||||
)
|
||||
Reference in new issue
Block a user