forked from lianggx6/unipdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.lock
108 lines (98 loc) · 2.84 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# 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:ffe9824d294da03b391f44e1ae8281281b4afc1bdaa9588c9097785e3af10cec"
name = "github.com/davecgh/go-spew"
packages = ["spew"]
pruneopts = "UT"
revision = "8991bc29aa16c548c550c7ff78260e27b9ab7c73"
version = "v1.1.1"
[[projects]]
branch = "master"
digest = "1:c8afe22a93758b7e72a03a628dee3850f651ddb7b0faea119db777870e8d2a08"
name = "github.com/gunnsth/pkcs7"
packages = ["."]
pruneopts = "UT"
revision = "3cffc6fbfe837a6fe43e8e336153379a69ef02bd"
[[projects]]
digest = "1:0028cb19b2e4c3112225cd871870f2d9cf49b9b4276531f03438a88e94be86fe"
name = "github.com/pmezard/go-difflib"
packages = ["difflib"]
pruneopts = "UT"
revision = "792786c7400a136282c1664665ae0a8db921c6c2"
version = "v1.0.0"
[[projects]]
digest = "1:5da8ce674952566deae4dbc23d07c85caafc6cfa815b0b3e03e41979cedb8750"
name = "github.com/stretchr/testify"
packages = [
"assert",
"require",
]
pruneopts = "UT"
revision = "ffdc059bfe9ce6a4e144ba849dbedead332c6053"
version = "v1.3.0"
[[projects]]
branch = "master"
digest = "1:994c4915a59f821705d08ea77b117ec7a3e6a46cc867fd194d887500dac1c3c2"
name = "golang.org/x/crypto"
packages = [
"pkcs12",
"pkcs12/internal/rc2",
]
pruneopts = "UT"
revision = "cc06ce4a13d484c0101a9e92913248488a75786d"
[[projects]]
branch = "master"
digest = "1:1e87213092dc5846d3a1558c47f7756dcd3f9e83ccdedca44536f9252f6e7cae"
name = "golang.org/x/image"
packages = [
"draw",
"math/f64",
"tiff/lzw",
]
pruneopts = "UT"
revision = "cd38e8056d9b27bb2f265effa37fb0ea6b8a7f0f"
[[projects]]
digest = "1:69c6af69fd1551d253ed0520e4c9f312908b348a79a95ad5ae39883898f628b1"
name = "golang.org/x/text"
packages = [
"encoding",
"encoding/internal/identifier",
"internal/gen",
"internal/triegen",
"internal/ucd",
"transform",
"unicode/cldr",
"unicode/norm",
]
pruneopts = "UT"
revision = "f21a4dfb5e38f5895301dc265a8def02365cc3d0"
version = "v0.3.0"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"github.com/boombuler/barcode",
"github.com/boombuler/barcode/qr",
"github.com/gunnsth/pkcs7",
"github.com/stretchr/testify/assert",
"github.com/stretchr/testify/require",
"golang.org/x/crypto/pkcs12",
"golang.org/x/image/draw",
"golang.org/x/image/tiff/lzw",
"golang.org/x/text/encoding",
"golang.org/x/text/transform",
"golang.org/x/text/unicode/norm",
]
solver-name = "gps-cdcl"
solver-version = 1