diff options
| author | Will Hawkins <[email protected]> | 2022-03-18 20:21:15 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2022-03-18 20:21:15 -0400 |
| commit | ccccd3a09917a17ec832bfb7473a48ae0163eee5 (patch) | |
| tree | 7881d3eb57a3f0f7f72bfe60c7791da387b32c11 | |
| parent | b93c160e2abe30ef3c3584dfef7c43e95efca771 (diff) | |
Forgot to change module location upon changing between repository owners.
| -rw-r--r-- | networkQuality.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/networkQuality.go b/networkQuality.go index 86f508d..4d04b10 100644 --- a/networkQuality.go +++ b/networkQuality.go @@ -30,12 +30,12 @@ import ( "strings" "time" - "github.com/hawkinsw/goresponsiveness/ccw" - "github.com/hawkinsw/goresponsiveness/constants" - "github.com/hawkinsw/goresponsiveness/lbc" - "github.com/hawkinsw/goresponsiveness/ma" - "github.com/hawkinsw/goresponsiveness/timeoutat" - "github.com/hawkinsw/goresponsiveness/utilities" + "github.com/network-quality/goresponsiveness/ccw" + "github.com/network-quality/goresponsiveness/constants" + "github.com/network-quality/goresponsiveness/lbc" + "github.com/network-quality/goresponsiveness/ma" + "github.com/network-quality/goresponsiveness/timeoutat" + "github.com/network-quality/goresponsiveness/utilities" ) var ( |
