-
Notifications
You must be signed in to change notification settings - Fork 93
/
go.mod
27 lines (24 loc) · 925 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/peanut996/CloudflareWarpSpeedTest
go 1.22
require (
github.com/cheggaaa/pb/v3 v3.1.4
golang.org/x/crypto v0.13.0
golang.org/x/text v0.14.0
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
)
require (
github.com/BurntSushi/toml v1.4.0
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/nicksnyder/go-i18n/v2 v2.4.0
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259 // indirect
)