-
Notifications
You must be signed in to change notification settings - Fork 14
/
go.mod
27 lines (23 loc) · 780 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
module github.com/L11R/antizapret-sing-geosite
go 1.22.0
toolchain go1.23.3
require (
github.com/google/go-github/v67 v67.0.0
github.com/maxmind/mmdbwriter v1.0.0
github.com/sagernet/sing v0.5.1
github.com/sagernet/sing-box v1.10.3
golang.org/x/text v0.21.0
)
require (
github.com/google/go-querystring v1.1.0 // indirect
github.com/miekg/dns v1.1.62 // indirect
github.com/oschwald/maxminddb-golang v1.13.1 // indirect
github.com/sagernet/sing-dns v0.3.0 // indirect
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/tools v0.28.0 // indirect
)