-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 794 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 794 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
module github.com/librespeed/speedtest-cli
go 1.24.0
toolchain go1.24.2
require (
github.com/briandowns/spinner v1.23.1
github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1
github.com/prometheus-community/pro-bing v0.8.0
github.com/urfave/cli/v2 v2.27.4
golang.org/x/sys v0.40.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/term v0.39.0 // indirect
)