File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- module librespeed-cli
1+ module github.com/ librespeed/speedtest -cli
22
33go 1.14
44
Original file line number Diff line number Diff line change 66 log "github.com/sirupsen/logrus"
77 "github.com/urfave/cli/v2"
88
9- "librespeed-cli/defs"
10- "librespeed-cli/speedtest"
9+ "github.com/ librespeed/speedtest -cli/defs"
10+ "github.com/ librespeed/speedtest -cli/speedtest"
1111)
1212
1313// init sets up the essential bits on start up
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package report
33import (
44 "time"
55
6- "librespeed-cli/defs"
6+ "github.com/ librespeed/speedtest -cli/defs"
77)
88
99// JSONReport represents the output data fields in a JSON file
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ import (
1818 log "github.com/sirupsen/logrus"
1919 "github.com/urfave/cli/v2"
2020
21- "librespeed-cli/defs"
22- "librespeed-cli/report"
21+ "github.com/ librespeed/speedtest -cli/defs"
22+ "github.com/ librespeed/speedtest -cli/report"
2323)
2424
2525const (
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ import (
1919 log "github.com/sirupsen/logrus"
2020 "github.com/urfave/cli/v2"
2121
22- "librespeed-cli/defs"
23- "librespeed-cli/report"
22+ "github.com/ librespeed/speedtest -cli/defs"
23+ "github.com/ librespeed/speedtest -cli/report"
2424)
2525
2626const (
You can’t perform that action at this time.
0 commit comments