You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
288 B

module git.wownero.com/onionltd/monero-multisig-client-poc
go 1.14
require (
git.wownero.com/onionltd/monero-multisig-broker v0.0.0-20201022175225-8bafb83c3a20
github.com/onsi/gomega v1.10.3 // indirect
github.com/urfave/cli/v2 v2.2.0
github.com/ybbus/jsonrpc v2.1.2+incompatible
)