Updating imports.
This commit is contained in:
3
oath.go
3
oath.go
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user