-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
55 lines (53 loc) · 2.55 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
51
52
53
54
55
module github.com/EvilRedHorse/pubaccess-node
go 1.16
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
github.com/dchest/threefish v0.0.0-20120919164726-3ecf4c494abf
github.com/getkin/kin-openapi v0.112.0 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-sql-driver/mysql v1.7.0
github.com/golang/snappy v0.0.4 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hanwen/go-fuse/v2 v2.2.0
github.com/hashicorp/golang-lru v0.6.0
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/julienschmidt/httprouter v1.3.0
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
github.com/klauspost/reedsolomon v1.11.3
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/petermattis/goid v0.0.0-20221215004737-a150e88a970d // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/sasha-s/go-deadlock v0.3.1
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.14.0
github.com/starius/api2 v0.2.6
github.com/stretchr/testify v1.8.1
github.com/syndtr/goleveldb v1.0.0
github.com/vbauerster/mpb/v5 v5.4.0
github.com/xtaci/smux v1.5.17
gitlab.com/NebulousLabs/demotemutex v0.0.0-20151003192217-235395f71c40
gitlab.com/NebulousLabs/encoding v0.0.0-20200604091946-456c3dc907fe
gitlab.com/NebulousLabs/entropy-mnemonics v0.0.0-20181018051301-7532f67e3500
gitlab.com/NebulousLabs/errors v0.0.0-20200929122200-06c536cf6975
gitlab.com/NebulousLabs/fastrand v0.0.0-20181126182046-603482d69e40
gitlab.com/NebulousLabs/go-upnp v0.0.0-20211002182029-11da932010b6
gitlab.com/NebulousLabs/log v0.0.0-20210609172545-77f6775350e2
gitlab.com/NebulousLabs/monitor v0.0.0-20191205095550-2b0fd3e1012a
gitlab.com/NebulousLabs/ratelimit v0.0.0-20200811080431-99b8f0768b2e
gitlab.com/NebulousLabs/siamux v0.0.1
gitlab.com/NebulousLabs/threadgroup v0.0.0-20200608151952-38921fbef213
gitlab.com/scpcorp/merkletree v0.0.0-20220107002940-1145778ea123
gitlab.com/scpcorp/writeaheadlog v0.0.0-20200814111317-c404cb85e61f
gitlab.com/zer0main/checkport v0.0.0-20211117123614-ea09614c7660
gitlab.com/zer0main/eventsourcing v0.0.0-20210911223220-4432c7e50e57
gitlab.com/zer0main/filestorage v0.0.0-20211220182308-d090285b251e
go.etcd.io/bbolt v1.3.6
golang.org/x/crypto v0.4.0
golang.org/x/net v0.4.0
golang.org/x/tools v0.4.0 // indirect
)