forked from PandoraPay/go-pandora-pay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
50 lines (47 loc) · 1.95 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module pandora-pay
go 1.19
require (
github.com/blang/semver v3.5.1+incompatible
github.com/blang/semver/v4 v4.0.0
github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
github.com/gizak/termui/v3 v3.1.0
github.com/gorilla/rpc v1.2.0
github.com/gorilla/schema v1.2.0
github.com/gorilla/websocket v1.5.0
github.com/mackerelio/go-osstat v0.1.0
github.com/mr-tron/base58 v1.2.0
github.com/rs/cors v1.8.2
github.com/stretchr/testify v1.7.0
github.com/tevino/abool v1.2.0
github.com/tidwall/buntdb v1.2.3
github.com/tyler-smith/go-bip39 v1.1.0
github.com/vmihailenco/msgpack/v5 v5.3.5
go.etcd.io/bbolt v1.3.5
go.jolheiser.com/hcaptcha v0.0.4
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/exp v0.0.0-20220317015231-48e79f11773a
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
)
require (
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
github.com/codemodus/kace v0.5.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.10.3 // indirect
github.com/mattn/go-runewidth v0.0.2 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/btree v0.4.2 // indirect
github.com/tidwall/gjson v1.7.4 // indirect
github.com/tidwall/grect v0.1.1 // indirect
github.com/tidwall/match v1.0.3 // indirect
github.com/tidwall/pretty v1.1.0 // indirect
github.com/tidwall/rtred v0.1.2 // indirect
github.com/tidwall/tinyqueue v0.1.1 // indirect
github.com/vmihailenco/tagparser v0.1.2 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)