Files
golang-blockchain/go.mod
T
2022-12-12 09:19:55 -08:00

20 lines
547 B
AMPL

module github.com/SowinskiBraeden/golang-blockchain
go 1.19
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
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.3.0 // indirect
golang.org/x/sys v0.3.0 // indirect
)