Skip to content

Commit

Permalink
update with traverse stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Micrococonut committed Jan 31, 2022
1 parent cd97c89 commit be403aa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go:

install:
- go get "github.com/sec51/qrcode"
- go get "github.com/sec51/cryptoengine"
- go get "github.com/Traverse-Care/cryptoengine"
- go get "github.com/sec51/convert/smallendian"

script:
Expand Down
2 changes: 1 addition & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package: github.com/sec51/twofactor
package: github.com/Traverse-Care/twofactor
import:
- package: github.com/sec51/convert
version: 1.0.1
subpackages:
- bigendian
- smallendian
- package: github.com/sec51/cryptoengine
version: 0.0.1
- package: github.com/Traverse-Care/cryptoengine
version: 0.0.2
- package: github.com/sec51/gf256
version: 2454accbeb9e6b0e2e53b01e1d641c7157251ed4
- package: github.com/sec51/qrcode
Expand Down
2 changes: 1 addition & 1 deletion totp.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import (
"strconv"
"time"

"github.com/Traverse-Care/cryptoengine"
"github.com/sec51/convert"
"github.com/sec51/convert/bigendian"
"github.com/sec51/cryptoengine"
qr "github.com/sec51/qrcode"
)

Expand Down

0 comments on commit be403aa

Please sign in to comment.