-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
21 lines (19 loc) · 813 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/Pantani/pool-party
go 1.14
require (
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec
github.com/Pantani/errors v1.0.0
github.com/Pantani/logger v1.0.0
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btcutil v1.0.2
github.com/cmars/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/ethereum/go-ethereum v1.9.25
github.com/magefile/mage v1.11.0 // indirect
github.com/sirupsen/logrus v1.8.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)