-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
30 lines (27 loc) · 930 Bytes
/
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
module git-proxy
go 1.23.3
require (
github.com/go-chi/chi/v5 v5.2.0
github.com/go-chi/render v1.0.3
github.com/juju/ratelimit v1.0.2
github.com/sagernet/fswatch v0.1.1
github.com/sagernet/sing v0.5.1
github.com/sagernet/sing-box v1.10.6
github.com/spf13/cobra v1.8.1
)
require (
github.com/ajg/form v1.5.1 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/miekg/dns v1.1.62 // indirect
github.com/sagernet/sing-dns v0.3.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/tools v0.24.0 // indirect
)