Updating imports.

This commit is contained in:
Kyle Isom
2015-08-12 12:29:34 -07:00
parent 89e74f390b
commit 939b1bc272

View File

@@ -1,7 +1,6 @@
package twofactor package twofactor
import ( import (
"code.google.com/p/rsc/qr"
"crypto" "crypto"
"crypto/hmac" "crypto/hmac"
"encoding/base32" "encoding/base32"
@@ -9,6 +8,8 @@ import (
"fmt" "fmt"
"hash" "hash"
"net/url" "net/url"
"_code.google.com/p/rsc/qr"
) )
const defaultSize = 6 const defaultSize = 6