-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGopkg.lock
131 lines (114 loc) · 3.91 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
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
digest = "1:10b03bbb2b5206663ab870d2c963bc3a90dd5e6f52508d2f4bdc53021db4b7ca"
name = "github.com/BytemarkHosting/auth-client"
packages = ["."]
pruneopts = "UT"
revision = "0c7acf539a3d7d55dc5a9f05f81f0ab0dae3b0cf"
[[projects]]
branch = "master"
digest = "1:26958ec13f54dca00ee3d8a171124c6660eb0cafe48cd4ae2b651dd86558fe45"
name = "github.com/BytemarkHosting/row"
packages = ["."]
pruneopts = "UT"
revision = "64689958a4cb09a01483ae1ca39511ca14c3222e"
[[projects]]
branch = "master"
digest = "1:bbbc4c011a04f0653e12121ad37ac3a669c23ebbad74ae2095bf22df18ddeba5"
name = "github.com/bcampbell/fuzzytime"
packages = ["."]
pruneopts = "UT"
revision = "6a03581b01a2b1647d35ccf849090b5036108e0c"
[[projects]]
digest = "1:03b540ccf698c49706b9b54eae235ecec9f07f9f0d5d2811a9a0d10d2f768e0a"
name = "github.com/bgentry/speakeasy"
packages = ["."]
pruneopts = "UT"
revision = "36e9cfdd690967f4f690c6edcc9ffacd006014a0"
[[projects]]
branch = "master"
digest = "1:2e6cf73ad7194a08a973caa3644d255350184ed38b9423517949653a893a29ee"
name = "github.com/cheekybits/is"
packages = ["."]
pruneopts = "UT"
revision = "68e9c0620927fb5427fda3708222d0edee89eae9"
[[projects]]
digest = "1:2e3c336fc7fde5c984d2841455a658a6d626450b1754a854b3b32e7a8f49a07a"
name = "github.com/google/go-cmp"
packages = [
"cmp",
"cmp/internal/diff",
"cmp/internal/function",
"cmp/internal/value",
]
pruneopts = "UT"
revision = "3af367b6b30c263d47e8895973edcca9a49cf029"
version = "v0.2.0"
[[projects]]
digest = "1:045300d96eca8646d57c4a039de9b47694ef328612f69ef0ade22a97a670a8d8"
name = "github.com/kr/pretty"
packages = ["."]
pruneopts = "UT"
revision = "e6ac2fc51e89a3249e82157fa0bb7a18ef9dd5bb"
[[projects]]
digest = "1:d249ec295344198f1d3cb3534dc03204a83f7321b99fa604284e4eec1792ddf5"
name = "github.com/kr/text"
packages = ["."]
pruneopts = "UT"
revision = "bb797dc4fb8320488f47bf11de07a733d7233e1f"
[[projects]]
branch = "master"
digest = "1:62ea13ba29ceb0ca589dc264aac2aa4c5f9ece34519140a97bb843e8bf67d32b"
name = "github.com/maraino/go-mock"
packages = ["."]
pruneopts = "UT"
revision = "4c74c434cd3a9e9a70ed1eeb56646a1d3fac372f"
[[projects]]
digest = "1:3dce9780102fd9dfd8b864b18b84b1f94868f992d455af69a4604fae5d3b24f1"
name = "github.com/mattn/go-isatty"
packages = ["."]
pruneopts = "UT"
revision = "66b8e73f3f5cda9f96b69efd03dd3d7fc4a5cdb8"
[[projects]]
digest = "1:be63acfa937b5ab65c2a1351a68671b1e4ab64c18a013008aa264021f93bf840"
name = "github.com/mattn/go-runewidth"
packages = ["."]
pruneopts = "UT"
revision = "e882a96ec18dd43fa283187b66af74497c9101c0"
[[projects]]
digest = "1:2320b17ab014d050d75c868f3daf96416cbe93898cdd43e66bb66056faf6131d"
name = "github.com/olekukonko/tablewriter"
packages = ["."]
pruneopts = "UT"
revision = "daf2955e742cf123959884fdff4685aa79b63135"
[[projects]]
digest = "1:8080e1aba103c6ed33937dfdfbaebb3438721ee58a4bf8bb9d2a1ffa0f5d25f6"
name = "github.com/urfave/cli"
packages = ["."]
pruneopts = "UT"
revision = "f017f86fccc5a039a98f23311f34fdf78b014f78"
[[projects]]
branch = "master"
digest = "1:5ba3abb5c4008242b72fcfa096743cdf1ea4ab3d7a6de15e4a493df6d98796a9"
name = "golang.org/x/sys"
packages = ["unix"]
pruneopts = "UT"
revision = "7ceb54c8418b8f9cdf0177b511d5cbb06e9fae39"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"github.com/BytemarkHosting/auth-client",
"github.com/BytemarkHosting/row",
"github.com/bcampbell/fuzzytime",
"github.com/bgentry/speakeasy",
"github.com/cheekybits/is",
"github.com/google/go-cmp/cmp",
"github.com/joncalhoun/pipe",
"github.com/maraino/go-mock",
"github.com/mattn/go-isatty",
"github.com/olekukonko/tablewriter",
"github.com/urfave/cli",
]
solver-name = "gps-cdcl"
solver-version = 1