mirror of
https://github.com/1f349/twofactor.git
synced 2024-12-22 15:34:09 +00:00
72a472700b
The counter needs to be represented in bigendian format. Unfortunately with commit #00045cb I made the unfortunate choice to swap the endiannes from big-endian to little-endian. This broke the functionality for certain counters. - [x] Added Go vendoring - [x] Bumped version of golang in travis yml file - [x] Removed conversion files and instead used import of convert sec51 external library
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"ImportPath": "github.com/sec51/twofactor",
|
|
"GoVersion": "go1.6",
|
|
"GodepVersion": "v62",
|
|
"Deps": [
|
|
{
|
|
"ImportPath": "github.com/sec51/convert",
|
|
"Rev": "8ed1f399b5e0a9a9620c74cfd5aec3682d8328ab"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/sec51/convert/bigendian",
|
|
"Rev": "8ed1f399b5e0a9a9620c74cfd5aec3682d8328ab"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/sec51/convert/smallendian",
|
|
"Rev": "8ed1f399b5e0a9a9620c74cfd5aec3682d8328ab"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/sec51/cryptoengine",
|
|
"Rev": "36f5a7d2e2059ebd9e631d8a5d09c250f73975d3"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/sec51/gf256",
|
|
"Rev": "2454accbeb9e6b0e2e53b01e1d641c7157251ed4"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/sec51/qrcode",
|
|
"Rev": "b7779abbcaf1ec4de65f586a85fe24db31d45e7c"
|
|
},
|
|
{
|
|
"ImportPath": "github.com/sec51/qrcode/coding",
|
|
"Rev": "b7779abbcaf1ec4de65f586a85fe24db31d45e7c"
|
|
},
|
|
{
|
|
"ImportPath": "golang.org/x/crypto/curve25519",
|
|
"Rev": "beef0f4390813b96e8e68fd78570396d0f4751fc"
|
|
},
|
|
{
|
|
"ImportPath": "golang.org/x/crypto/hkdf",
|
|
"Rev": "beef0f4390813b96e8e68fd78570396d0f4751fc"
|
|
},
|
|
{
|
|
"ImportPath": "golang.org/x/crypto/nacl/box",
|
|
"Rev": "beef0f4390813b96e8e68fd78570396d0f4751fc"
|
|
},
|
|
{
|
|
"ImportPath": "golang.org/x/crypto/nacl/secretbox",
|
|
"Rev": "beef0f4390813b96e8e68fd78570396d0f4751fc"
|
|
},
|
|
{
|
|
"ImportPath": "golang.org/x/crypto/poly1305",
|
|
"Rev": "beef0f4390813b96e8e68fd78570396d0f4751fc"
|
|
},
|
|
{
|
|
"ImportPath": "golang.org/x/crypto/salsa20/salsa",
|
|
"Rev": "beef0f4390813b96e8e68fd78570396d0f4751fc"
|
|
}
|
|
]
|
|
}
|