-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 940 Bytes
/
Copy pathgo.mod
File metadata and controls
31 lines (28 loc) · 940 Bytes
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
module github.com/matthewgao/qtun
go 1.24.0
require (
github.com/arl/statsviz v0.5.0
github.com/elazarl/goproxy v1.8.3
github.com/golang/protobuf v1.5.2
github.com/gookit/color v1.2.0
github.com/gookit/gcli/v2 v2.1.0
github.com/quic-go/quic-go v0.54.0
github.com/rs/zerolog v1.17.2
github.com/songgao/water v0.0.0-20190725173103-fd331bda3f4b
golang.org/x/net v0.49.0
golang.org/x/sys v0.40.0
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
)
require (
github.com/gookit/filter v1.0.10 // indirect
github.com/gookit/goutil v0.2.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
go.uber.org/mock v0.5.0 // indirect
golang.org/x/crypto v0.47.0 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/term v0.39.0 // indirect
golang.org/x/text v0.33.0 // indirect
golang.org/x/tools v0.41.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)