Fixed google code broken dependencies

This commit is contained in:
silenteh 2016-01-26 14:43:56 +01:00
parent 72d6bbdae0
commit cf42e4da7c
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ 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:

View File

@ -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"