From 57cba6ede07cd3f4990f5636447b4ee169fdfab4 Mon Sep 17 00:00:00 2001 From: silenteh Date: Tue, 26 Jan 2016 15:32:47 +0100 Subject: [PATCH] Fixed import of qrcode --- .travis.yml | 2 +- totp.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"