From a6ac744210b4a00ba42ebbc681c3ca824547e357 Mon Sep 17 00:00:00 2001 From: Thomas Lokshall Date: Mon, 22 Sep 2014 17:45:06 +0200 Subject: [PATCH] Update totp_test.go --- totp/totp_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )