From ccccd3a09917a17ec832bfb7473a48ae0163eee5 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 18 Mar 2022 20:21:15 -0400 Subject: Forgot to change module location upon changing between repository owners. --- networkQuality.go | 12 ++++++------ 1 file 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 ( -- cgit v1.2.3