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.

20 lines
702 B

module git.wownero.com/onionltd/monero-multisig-broker
go 1.14
require (
github.com/hashicorp/go-uuid v1.0.1
github.com/jessevdk/go-flags v1.4.0
github.com/labstack/echo/v4 v4.1.17
github.com/pkg/errors v0.9.1 // indirect
github.com/sethvargo/go-password v0.2.0
github.com/stretchr/testify v1.6.1 // indirect
go.uber.org/zap v1.16.0
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 // indirect
golang.org/x/tools v0.0.0-20200103221440-774c71fcf114 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05
gopkg.in/yaml.v2 v2.3.0 // indirect
)