From 79e106da2eaaae89252e29aacb208696904f6941 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 20 Mar 2017 14:09:26 -0600 Subject: [PATCH] point to new qr location --- oath.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oath.go b/oath.go index 79c18f4..a6d9233 100644 --- a/oath.go +++ b/oath.go @@ -9,7 +9,7 @@ import ( "hash" "net/url" - "_code.google.com/p/rsc/qr" + "rsc.io/qr" ) const defaultSize = 6