forked from ltheinrich/secpass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.lock
71 lines (64 loc) · 1.71 KB
/
Gopkg.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
digest = "1:7b94d37d65c0445053c6f3e73090e3966c1c29127035492c349e14f25c440359"
name = "github.com/boombuler/barcode"
packages = [
".",
"qr",
"utils",
]
pruneopts = "UT"
revision = "3cfea5ab600ae37946be2b763b8ec2c1cf2d272d"
version = "v1.0.0"
[[projects]]
digest = "1:8ef506fc2bb9ced9b151dafa592d4046063d744c646c1bbe801982ce87e4bc24"
name = "github.com/lib/pq"
packages = [
".",
"oid",
]
pruneopts = "UT"
revision = "4ded0e9383f75c197b3a2aaa6d590ac52df6fd79"
version = "v1.0.0"
[[projects]]
digest = "1:6c7a3f738e37a1c7ad3d56122a34932140654d51a57e01f8613cdf3eaf050911"
name = "github.com/pquerna/otp"
packages = [
".",
"hotp",
"totp",
]
pruneopts = "UT"
revision = "b7b89250c468c06871d3837bee02e2d5c155ae19"
version = "v1.0.0"
[[projects]]
digest = "1:274f67cb6fed9588ea2521ecdac05a6d62a8c51c074c1fccc6a49a40ba80e925"
name = "github.com/satori/go.uuid"
packages = ["."]
pruneopts = "UT"
revision = "f58768cc1a7a7e77a3bd49e98cdd21419399b6a3"
version = "v1.2.0"
[[projects]]
branch = "master"
digest = "1:63a14e646d94e2ae184411654ca4448992d21ca5b037c46c33c1e56d077e9fd0"
name = "golang.org/x/crypto"
packages = [
"bcrypt",
"blowfish",
"sha3",
]
pruneopts = "UT"
revision = "eb0de9b17e854e9b1ccd9963efafc79862359959"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"github.com/lib/pq",
"github.com/pquerna/otp",
"github.com/pquerna/otp/totp",
"github.com/satori/go.uuid",
"golang.org/x/crypto/bcrypt",
"golang.org/x/crypto/sha3",
]
solver-name = "gps-cdcl"
solver-version = 1