-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gopkg.lock
105 lines (93 loc) · 3 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
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
digest = "1:ffe9824d294da03b391f44e1ae8281281b4afc1bdaa9588c9097785e3af10cec"
name = "github.com/davecgh/go-spew"
packages = ["spew"]
pruneopts = "UT"
revision = "8991bc29aa16c548c550c7ff78260e27b9ab7c73"
version = "v1.1.1"
[[projects]]
digest = "1:cbec35fe4d5a4fba369a656a8cd65e244ea2c743007d8f6c1ccb132acf9d1296"
name = "github.com/gorilla/mux"
packages = ["."]
pruneopts = "UT"
revision = "00bdffe0f3c77e27d2cf6f5c70232a2d3e4d9c15"
version = "v1.7.3"
[[projects]]
branch = "master"
digest = "1:6ca849d857f1d00a58a0db595c340c21cd6b0520923f60ff1f113ffaef33daa0"
name = "github.com/jacobsa/fuse"
packages = [
".",
"fuseops",
"fuseutil",
"internal/buffer",
"internal/freelist",
"internal/fusekernel",
]
pruneopts = "UT"
revision = "fbd48a3771756e57a717a8015446ecb87ac9d536"
[[projects]]
branch = "master"
digest = "1:f433da6fbabb0bd1bd730fd340782015c644123d02eb78c20c69ce03352daad1"
name = "github.com/kardianos/osext"
packages = ["."]
pruneopts = "UT"
revision = "2bc1f35cddc0cc527b4bc3dce8578fc2a6c11384"
[[projects]]
digest = "1:0028cb19b2e4c3112225cd871870f2d9cf49b9b4276531f03438a88e94be86fe"
name = "github.com/pmezard/go-difflib"
packages = ["difflib"]
pruneopts = "UT"
revision = "792786c7400a136282c1664665ae0a8db921c6c2"
version = "v1.0.0"
[[projects]]
digest = "1:1ad7be70615b095707f558f510013198d24e26f99f5319a38c2039de46576945"
name = "github.com/sevlyar/go-daemon"
packages = ["."]
pruneopts = "UT"
revision = "bf839693b97cb19a587b25649bbcb59ee16bdb2f"
version = "v0.1.5"
[[projects]]
digest = "1:8548c309c65a85933a625be5e7d52b6ac927ca30c56869fae58123b8a77a75e1"
name = "github.com/stretchr/testify"
packages = ["assert"]
pruneopts = "UT"
revision = "221dbe5ed46703ee255b1da0dec05086f5035f62"
version = "v1.4.0"
[[projects]]
branch = "master"
digest = "1:76ee51c3f468493aff39dbacc401e8831fbb765104cbf613b89bef01cf4bad70"
name = "golang.org/x/net"
packages = ["context"]
pruneopts = "UT"
revision = "c8589233b77dde5edd2205ba8a4fb5c9c2472556"
[[projects]]
branch = "master"
digest = "1:ec9d9815894f067c7878330735b9e4dfa6dc61234d2ba136b60a1436d6b5ea94"
name = "golang.org/x/sys"
packages = ["unix"]
pruneopts = "UT"
revision = "b4ddaad3f8a36719f2b8bc6486c14cc468ca2bb5"
[[projects]]
digest = "1:4d2e5a73dc1500038e504a8d78b986630e3626dc027bc030ba5c75da257cdb96"
name = "gopkg.in/yaml.v2"
packages = ["."]
pruneopts = "UT"
revision = "51d6538a90f86fe93ac480b35f37b2be17fef232"
version = "v2.2.2"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"github.com/gorilla/mux",
"github.com/jacobsa/fuse",
"github.com/jacobsa/fuse/fuseops",
"github.com/jacobsa/fuse/fuseutil",
"github.com/sevlyar/go-daemon",
"github.com/stretchr/testify/assert",
"golang.org/x/net/context",
"gopkg.in/yaml.v2",
]
solver-name = "gps-cdcl"
solver-version = 1