diff --git a/totp/totp_test.go b/totp/totp_test.go index 740ecce..4042b37 100644 --- a/totp/totp_test.go +++ b/totp/totp_test.go @@ -3,7 +3,7 @@ package totp import ( "testing" - "github.com/zhevron/go2fa" + "github.com/golinux-io/go2fa" . "gopkg.in/check.v1" )