-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (35 loc) · 1.2 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
module liner
go 1.22
require (
github.com/hashicorp/yamux v0.1.1
github.com/jszwec/csvutil v1.10.0
github.com/mileusna/useragent v1.3.4
github.com/oschwald/maxminddb-golang v1.12.0
github.com/phuslu/geosite v1.0.20240501
github.com/phuslu/log v1.0.94
github.com/phuslu/lru v1.0.15
github.com/puzpuzpuz/xsync/v3 v3.1.0
github.com/quic-go/quic-go v0.43.1
github.com/robfig/cron/v3 v3.0.1
github.com/tg123/go-htpasswd v1.2.2
github.com/valyala/bytebufferpool v1.0.0
go.uber.org/ratelimit v0.3.1
golang.org/x/crypto v0.22.0
golang.org/x/net v0.24.0
golang.org/x/sys v0.20.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
github.com/benbjohnson/clock v1.3.5 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/pprof v0.0.0-20240430035430-e4905b036c4e // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/onsi/ginkgo/v2 v2.17.2 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
go.uber.org/mock v0.4.0 // indirect
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/tools v0.20.0 // indirect
)