/ go.mod
go.mod
 1  module code.dogecoin.org/gossip
 2  
 3  go 1.18
 4  
 5  require github.com/dogeorg/doge v0.0.12
 6  
 7  require (
 8  	github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8 // indirect
 9  	github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
10  	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
11  	github.com/mr-tron/base58 v1.2.0 // indirect
12  )