forked from scakemyer/quasar
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathgo.mod
More file actions
96 lines (91 loc) · 4.16 KB
/
Copy pathgo.mod
File metadata and controls
96 lines (91 loc) · 4.16 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
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
module github.com/elgatito/elementum
go 1.21
toolchain go1.21.1
require (
github.com/ElementumOrg/go-nat-pmp v0.0.0-20250224152958-33a79384df6a
github.com/ElementumOrg/libtorrent-go v0.0.0-20230915150218-d8763f5e1783
github.com/RoaringBitmap/roaring v1.9.4
github.com/anacrolix/missinggo v1.3.0
github.com/anacrolix/missinggo/perf v1.0.0
github.com/anacrolix/sync v0.5.1
github.com/anacrolix/tagflag v1.4.0
github.com/asdine/storm v2.1.2+incompatible
github.com/c-robinson/iplib/v2 v2.0.5
github.com/cespare/xxhash v1.1.0
github.com/dustin/go-humanize v1.0.1
github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5
github.com/fatih/color v1.16.0
github.com/gin-gonic/gin v1.9.1
github.com/goccy/go-json v0.10.2
github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb
github.com/jackpal/gateway v1.0.16
github.com/jmcvetta/napping v3.2.0+incompatible
github.com/karrick/godirwalk v1.17.0
github.com/klauspost/compress v1.17.4
github.com/ncruces/go-dns v1.2.6
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
github.com/radovskyb/watcher v1.0.7
github.com/sanity-io/litter v1.5.5
github.com/shirou/gopsutil/v4 v4.25.2
github.com/spf13/cast v1.6.0
github.com/valyala/bytebufferpool v1.0.0
github.com/vmihailenco/msgpack/v4 v4.3.13
github.com/wader/filtertransport v0.0.0-20200316221534-bdd9e61eee78
github.com/zeebo/bencode v1.0.0
go.etcd.io/bbolt v1.3.10
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/Sereal/Sereal/Go/sereal v0.0.0-20250307140414-035be09f1bc8 // indirect
github.com/anacrolix/missinggo/v2 v2.6.0 // indirect
github.com/bits-and-blooms/bitset v1.12.0 // indirect
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
github.com/bytedance/sonic v1.9.1 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ebitengine/purego v0.8.2 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.14.0 // indirect
github.com/golang/protobuf v1.5.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/vmihailenco/tagparser v0.1.1 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/protobuf v1.30.0 // indirect
lukechampine.com/uint128 v1.3.0 // indirect
)
// Temporary fix to add android fix for madvise error
replace go.etcd.io/bbolt v1.3.10 => github.com/ElementumOrg/bbolt v1.3.10-beta