diff --git a/.travis.yml b/.travis.yml index 6580d69..3eb7fb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ go: - 1.5.3 install: - - go get "github.com/sec51/rsc/qr" + - go get "github.com/sec51/qrcode" - go get "github.com/sec51/cryptoengine" script: diff --git a/totp.go b/totp.go index 4128def..5257256 100644 --- a/totp.go +++ b/totp.go @@ -14,7 +14,7 @@ import ( "fmt" "github.com/sec51/convert/smallendian" "github.com/sec51/cryptoengine" - "github.com/sec51/rsc/qr" + qr "github.com/sec51/qrcode" "hash" "io" "net/url"