Fixed import of qrcode

This commit is contained in:
silenteh 2016-01-26 15:32:47 +01:00
parent 9e163709ba
commit 57cba6ede0
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ go:
- 1.5.3 - 1.5.3
install: install:
- go get "github.com/sec51/rsc/qr" - go get "github.com/sec51/qrcode"
- go get "github.com/sec51/cryptoengine" - go get "github.com/sec51/cryptoengine"
script: script:

View File

@ -14,7 +14,7 @@ import (
"fmt" "fmt"
"github.com/sec51/convert/smallendian" "github.com/sec51/convert/smallendian"
"github.com/sec51/cryptoengine" "github.com/sec51/cryptoengine"
"github.com/sec51/rsc/qr" qr "github.com/sec51/qrcode"
"hash" "hash"
"io" "io"
"net/url" "net/url"