-
Notifications
You must be signed in to change notification settings - Fork 6
/
Gopkg.lock
141 lines (127 loc) · 3.92 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
branch = "master"
digest = "1:58b02953003710c4e770ed147dd292365109c0ae776e1a643f573ae00c976eab"
name = "github.com/antchfx/goreadly"
packages = ["."]
pruneopts = "UT"
revision = "acd01641e2dd9fb407e0a0d8e3c080c7fbf30f39"
[[projects]]
digest = "1:c3bba2ce8528926be7fb363bd7e12416c67b833ae786cb5297bc9a3bd38dad0e"
name = "github.com/antchfx/htmlquery"
packages = ["."]
pruneopts = "UT"
revision = "1d2a462a405c81a14855323a686036cf229f7fe6"
version = "1.1.0"
[[projects]]
digest = "1:93b191da982c8ad8b912b9b9a27d35654afd2f77edb8790c839f3d37282afce9"
name = "github.com/antchfx/xmlquery"
packages = ["."]
pruneopts = "UT"
revision = "945b45d1f87001856994727b487e7be5b24027e4"
version = "1.1.0"
[[projects]]
digest = "1:737c7f026b8a39c7f281caf3286ca9e35eebe91746b701ff09195905f767a34a"
name = "github.com/antchfx/xpath"
packages = ["."]
pruneopts = "UT"
revision = "668f6670d6ae1409249cc09be7907702e7f8152f"
version = "1.1.0"
[[projects]]
digest = "1:2974498009f33a4cf5c290005a7d8f3b7cdb2735874a92f2bf1f76f4afb6cd35"
name = "github.com/judwhite/go-svc"
packages = ["svc"]
pruneopts = "UT"
revision = "d83e900e4a688aad49f41263bebf8793f0bf6add"
version = "v1.1.2"
[[projects]]
digest = "1:84a35669b4b31cc20ffc89c3b2ab32f2189fb2366a973efa1c25e009ef6ae1c6"
name = "github.com/julienschmidt/httprouter"
packages = ["."]
pruneopts = "UT"
revision = "4eec211fa4e8df74ed978dc5681612131854144f"
version = "v1.3.0"
[[projects]]
digest = "1:31e761d97c76151dde79e9d28964a812c46efc5baee4085b86f68f0c654450de"
name = "github.com/konsorten/go-windows-terminal-sequences"
packages = ["."]
pruneopts = "UT"
revision = "f55edac94c9bbba5d6182a4be46d86a2c9b5b50e"
version = "v1.0.2"
[[projects]]
digest = "1:04457f9f6f3ffc5fea48e71d62f2ca256637dee0a04d710288e27e05c8b41976"
name = "github.com/sirupsen/logrus"
packages = ["."]
pruneopts = "UT"
revision = "839c75faf7f98a33d445d181f3018b5c3409a45e"
version = "v1.4.2"
[[projects]]
branch = "master"
digest = "1:c4434da337d049c2aca5e0da6af65dbb0da43f8ef875beec8530c5d861c65f6e"
name = "github.com/zhengchun/syndfeed"
packages = ["."]
pruneopts = "UT"
revision = "b04d7ffab27deb15ca0d7e44b9cf6192cf2a913f"
[[projects]]
branch = "master"
digest = "1:94002ae1eb37d085f9aca990b3246b0cf6f0d114b5c0924aedd8eaf2a912143f"
name = "golang.org/x/net"
packages = [
"html",
"html/atom",
"html/charset",
]
pruneopts = "UT"
revision = "da9a3fd4c5820e74b24a6cb7fb438dc9b0dd377c"
[[projects]]
branch = "master"
digest = "1:209683f6acf24b0fc75442a8585d8b0e62013f3e20bb0d79855a895f75687fa5"
name = "golang.org/x/sys"
packages = [
"unix",
"windows",
"windows/svc",
]
pruneopts = "UT"
revision = "727590c5006e77ca5247972f47e877f4929fc985"
[[projects]]
digest = "1:8a0baffd5559acaa560f854d7d525c02f4fec2d4f8a214398556fb661a10f6e0"
name = "golang.org/x/text"
packages = [
"encoding",
"encoding/charmap",
"encoding/htmlindex",
"encoding/internal",
"encoding/internal/identifier",
"encoding/japanese",
"encoding/korean",
"encoding/simplifiedchinese",
"encoding/traditionalchinese",
"encoding/unicode",
"internal/gen",
"internal/language",
"internal/language/compact",
"internal/tag",
"internal/utf8internal",
"language",
"runes",
"transform",
"unicode/cldr",
]
pruneopts = "UT"
revision = "342b2e1fbaa52c93f31447ad2c6abc048c63e475"
version = "v0.3.2"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"github.com/antchfx/goreadly",
"github.com/antchfx/htmlquery",
"github.com/judwhite/go-svc/svc",
"github.com/julienschmidt/httprouter",
"github.com/sirupsen/logrus",
"github.com/zhengchun/syndfeed",
"golang.org/x/net/html/charset",
]
solver-name = "gps-cdcl"
solver-version = 1