diff --git a/.travis.yml b/.travis.yml index b6e4078..4bd4414 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ go: - 1.4 install: - - go get "code.google.com/p/rsc/qr" + - go get "github.com/sec51/rsc/qr" - go get "github.com/sec51/cryptoengine" script: - - go test -v ./... \ No newline at end of file + - go test -v ./... diff --git a/totp.go b/totp.go index ee0e745..4128def 100644 --- a/totp.go +++ b/totp.go @@ -2,7 +2,6 @@ package twofactor import ( "bytes" - "code.google.com/p/rsc/qr" "crypto" "crypto/hmac" "crypto/rand" @@ -15,6 +14,7 @@ import ( "fmt" "github.com/sec51/convert/smallendian" "github.com/sec51/cryptoengine" + "github.com/sec51/rsc/qr" "hash" "io" "net/url"