forked from rubblelabs/ripple
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
27 lines (24 loc) · 959 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/rubblelabs/ripple
go 1.19
require (
github.com/bits-and-blooms/bitset v1.2.1
github.com/btcsuite/btcd/btcec/v2 v2.3.2
github.com/fatih/color v1.13.0
github.com/golang/glog v1.0.0
github.com/gorilla/websocket v1.4.2
github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)
require (
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/juju/loggo v0.0.0-20200526014432-9ce3a2e09b5e // indirect
github.com/juju/mgo/v2 v2.0.0-20210302023703-70d5d206e208 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)