forked from yaling888/quirktiva
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
61 lines (57 loc) · 2.21 KB
/
go.mod
File metadata and controls
61 lines (57 loc) · 2.21 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
module github.com/yaling888/quirktiva
go 1.26.0
require (
github.com/andybalholm/brotli v1.2.0
github.com/apernet/hysteria/core/v2 v2.7.0
github.com/apernet/hysteria/extras/v2 v2.7.0
github.com/cilium/ebpf v0.20.0
github.com/dlclark/regexp2 v1.11.5
github.com/expr-lang/expr v1.17.7
github.com/go-chi/chi/v5 v5.2.5
github.com/go-chi/cors v1.2.2
github.com/go-chi/render v1.0.3
github.com/gorilla/websocket v1.5.3
github.com/insomniacslk/dhcp v0.0.0-20251020182700-175e84fbb167
github.com/klauspost/compress v1.18.4
github.com/miekg/dns v1.1.72
github.com/oschwald/geoip2-golang/v2 v2.1.0
github.com/phuslu/log v1.0.121
github.com/quic-go/quic-go v0.59.0
github.com/samber/lo v1.52.0
github.com/stretchr/testify v1.11.1
github.com/vishvananda/netlink v1.3.1
go.etcd.io/bbolt v1.4.3
go.starlark.net v0.0.0-20260210143700-b62fd896b91b
go.uber.org/atomic v1.11.0
go.uber.org/automaxprocs v1.6.0
golang.org/x/crypto v0.48.0
golang.org/x/net v0.50.0
golang.org/x/sync v0.19.0
golang.org/x/sys v0.41.0
golang.org/x/text v0.34.0
golang.org/x/time v0.14.0
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb
golang.zx2c4.com/wireguard/windows v0.5.4-0.20230123132234-dcc0eb72a04b
google.golang.org/protobuf v1.36.11
gopkg.in/yaml.v3 v3.0.1
gvisor.dev/gvisor v0.0.0-20260212224830-e5b717ac263e
)
require (
github.com/ajg/form v1.5.1 // indirect
github.com/apernet/quic-go v0.57.2-0.20260111184307-eec823306178 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/oschwald/maxminddb-golang/v2 v2.1.1 // indirect
github.com/pierrec/lz4/v4 v4.1.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/tools v0.41.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
)
replace github.com/apernet/quic-go => github.com/yaling888/quic-hy2 v0.59.59