-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGopkg.lock
129 lines (117 loc) · 3.49 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
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
branch = "master"
digest = "1:3769ba35c72b455e88feb7d67b62ce983f7bc6abc0de04daa1d8b61e1112845e"
name = "github.com/google/shlex"
packages = ["."]
pruneopts = ""
revision = "6f45313302b9c56850fc17f99e40caebce98c716"
[[projects]]
digest = "1:3c818dada3e41bdb0f509f78e6775610f1bb179449ec8c4c86a45fae35460f3f"
name = "github.com/julienschmidt/httprouter"
packages = ["."]
pruneopts = ""
revision = "8c199fb6259ffc1af525cc3ad52ee60ba8359669"
version = "v1.1"
[[projects]]
digest = "1:6ad5a829fe22e0d18e4c647ea5a0ea2b6033f420f4bb2366b6821d6d806fafed"
name = "github.com/timtadh/combos"
packages = ["."]
pruneopts = ""
revision = "8f75337223504d0fceeb701c3c4a261a13141b61"
version = "v0.1.0"
[[projects]]
digest = "1:0a1775806af0d03cc6833d27c90e0996c935cd83eebc31d6dc31b73376a4829d"
name = "github.com/timtadh/data-structures"
packages = [
"errors",
"exc",
"hashtable",
"heap",
"linked",
"list",
"rand",
"set",
"test",
"tree",
"tree/avl",
"types",
]
pruneopts = ""
revision = "cd0c1de5390876f92ce0762c9c626a569b124f24"
version = "v0.5.2"
[[projects]]
digest = "1:d0df5bc01c4db33b8a0bde9ef8745a75dd9a069896820860fa6d6270a5bdcc46"
name = "github.com/timtadh/dot"
packages = ["."]
pruneopts = ""
revision = "e9efd4e2fa330491e6fa0ab717c796abe8f189f7"
version = "v0.1.0"
[[projects]]
digest = "1:10e122eaa5b094b5ad13cbc6f58f1fd8e1403f466c15659055fd53d9d02029d7"
name = "github.com/timtadh/getopt"
packages = ["."]
pruneopts = ""
revision = "29f1208d827b977f2e4060ca9923032b34094187"
version = "v1.0.0"
[[projects]]
branch = "go1"
digest = "1:06aa0014c09c0fbe75eb5146aafa363132f21d7478dee56280e1e56fcce9c125"
name = "github.com/timtadh/go.matrix"
packages = ["."]
pruneopts = ""
revision = "885f4f61e20339c45aae48900d0666bd4ae63155"
[[projects]]
branch = "master"
digest = "1:1bc7fa25ecf45f741cd9bffe75cc250252605ac4acc52ca4660084609894a8ee"
name = "github.com/timtadh/goiso"
packages = ["bliss"]
pruneopts = ""
revision = "740a65d0c06dc74c2bb34b07092edaf53398088d"
[[projects]]
digest = "1:28ec75a1364cfe5872b7c65d842bb5901632057756a5f2783f8660bcfcc71544"
name = "github.com/timtadh/lexmachine"
packages = [
".",
"dfa",
"frontend",
"inst",
"machines",
"queue",
]
pruneopts = ""
revision = "1fc6bf654cb92be37fc21e477a19d27f6c639aff"
version = "v0.2.2"
[[projects]]
branch = "master"
digest = "1:5245bbf30a228b22cb61683ba5ad9641b98e0f81a9c4918394f49b40f6aa80f7"
name = "golang.org/x/tools"
packages = [
"go/ast/astutil",
"go/buildutil",
"go/loader",
]
pruneopts = ""
revision = "8cc4e8a6f4841aa92a8683fca47bc5d64b58875b"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"github.com/google/shlex",
"github.com/julienschmidt/httprouter",
"github.com/timtadh/combos",
"github.com/timtadh/data-structures/errors",
"github.com/timtadh/data-structures/exc",
"github.com/timtadh/data-structures/heap",
"github.com/timtadh/data-structures/set",
"github.com/timtadh/data-structures/test",
"github.com/timtadh/data-structures/types",
"github.com/timtadh/dot",
"github.com/timtadh/getopt",
"github.com/timtadh/go.matrix",
"github.com/timtadh/goiso/bliss",
"golang.org/x/tools/go/ast/astutil",
"golang.org/x/tools/go/loader",
]
solver-name = "gps-cdcl"
solver-version = 1