forked from cruzbit/cruzbit
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 1.13 KB
/
Copy pathgo.mod
File metadata and controls
25 lines (23 loc) · 1.13 KB
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
module github.com/jstnryan/cruzbit
go 1.12
require (
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23
github.com/c-bata/go-prompt v0.2.3
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
github.com/glendc/go-external-ip v0.0.0-20170425150139-139229dcdddd
github.com/gorilla/websocket v1.4.0
github.com/logrusorgru/aurora v0.0.0-20190428105938-cea283e61946
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-tty v0.0.0-20190424173100-523744f04859 // indirect
github.com/miekg/dns v1.1.14
github.com/pierrec/lz4 v2.0.5+incompatible
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect
github.com/seiflotfy/cuckoofilter v0.0.0-20190302225222-764cb5258d9b
github.com/syndtr/goleveldb v1.0.0
github.com/thoj/go-ircevent v0.0.0-20190609082534-949efec00844
gitlab.com/NebulousLabs/fastrand v0.0.0-20181126182046-603482d69e40 // indirect
gitlab.com/NebulousLabs/go-upnp v0.0.0-20181011194642-3a71999ed0d3
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
golang.org/x/sys v0.0.0-20220325203850-36772127a21f // indirect
)