-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgo.mod
46 lines (41 loc) · 1.55 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
39
40
41
42
43
44
45
46
module github.com/Doridian/wsvpn
go 1.22.0
toolchain go1.23.6
require (
github.com/Doridian/water v1.6.1
github.com/apparentlymart/go-cidr v1.1.0
github.com/gobwas/ws v1.4.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/google/uuid v1.6.0
github.com/magisterquis/connectproxy v0.0.0-20200725203833-3582e84f0c9b
github.com/quic-go/quic-go v0.49.0
github.com/quic-go/webtransport-go v0.8.1-0.20241018022711-4ac2c9250e66
github.com/tg123/go-htpasswd v1.2.3
gopkg.in/yaml.v3 v3.0.1
layeh.com/radius v0.0.0-20231213012653-1006025d24f8
)
require (
github.com/Doridian/gopacket v1.3.4 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/google/pprof v0.0.0-20250202011525-fc3143867406 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/onsi/ginkgo/v2 v2.22.2 // indirect
github.com/quic-go/qpack v0.5.1 // indirect
go.uber.org/mock v0.5.0 // indirect
golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 // indirect
)
require (
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/mod v0.23.0 // indirect
golang.org/x/net v0.34.0
golang.org/x/sys v0.30.0
golang.org/x/text v0.22.0 // indirect
golang.org/x/tools v0.29.0 // indirect
)