-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
42 lines (39 loc) · 1.66 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
module github.com/zllovesuki/t
go 1.16
require (
github.com/FastFilter/xorfilter v0.1.1
github.com/TheZeroSlave/zapsentry v1.10.0
github.com/armon/go-metrics v0.3.10 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/eggsampler/acme/v3 v3.2.1
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/getsentry/sentry-go v0.12.0
github.com/google/btree v1.0.1 // indirect
github.com/gookit/config/v2 v2.0.27
github.com/gookit/goutil v0.4.4 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/memberlist v0.3.1
github.com/libp2p/go-buffer-pool v0.0.2
github.com/libp2p/go-mplex v0.4.0
github.com/libp2p/go-yamux/v3 v3.0.2
github.com/lucas-clemente/quic-go v0.26.0
github.com/miekg/dns v1.1.45
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/prometheus/client_golang v1.12.1
github.com/sethvargo/go-diceware v0.2.1
github.com/urfave/cli/v2 v2.3.0
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27
golang.org/x/tools v0.1.9 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)
replace github.com/hashicorp/memberlist v0.3.1 => github.com/miragespace/memberlist v0.2.5-0.20220209165724-bc6f24613e38