-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gopkg.lock
165 lines (150 loc) · 4.59 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
branch = "master"
digest = "1:0c15dd74b13a40dfe9c77840568167e78df00d25a1344e3685020d36b1ae6464"
name = "code.cloudfoundry.org/lager"
packages = ["."]
pruneopts = "UT"
revision = "a77e1033ba8d8e36597be5c0d384ee6054105bc2"
[[projects]]
digest = "1:3a26588bc48b96825977c1b3df964f8fd842cd6860cc26370588d3563433cf11"
name = "github.com/google/uuid"
packages = ["."]
pruneopts = "UT"
revision = "d460ce9f8df2e77fb1ba55ca87fafed96c607494"
version = "v1.0.0"
[[projects]]
digest = "1:160eabf7a69910fd74f29c692718bc2437c1c1c7d4c9dea9712357752a70e5df"
name = "github.com/gorilla/context"
packages = ["."]
pruneopts = "UT"
revision = "1ea25387ff6f684839d82767c1733ff4d4d15d0a"
version = "v1.1"
[[projects]]
digest = "1:88aa9e326e2bd6045a46e00a922954b3e1a9ac5787109f49ac85366df370e1e5"
name = "github.com/gorilla/mux"
packages = ["."]
pruneopts = "UT"
revision = "53c1911da2b537f792e7cafcb446b05ffe33b996"
version = "v1.6.1"
[[projects]]
digest = "1:1c1e79e20c4ce412d85fca555dac9602ae0053dda99062bace6cac2741f2a303"
name = "github.com/onsi/ginkgo"
packages = [
".",
"config",
"extensions/table",
"internal/codelocation",
"internal/containernode",
"internal/failer",
"internal/leafnodes",
"internal/remote",
"internal/spec",
"internal/spec_iterator",
"internal/specrunner",
"internal/suite",
"internal/testingtproxy",
"internal/writer",
"reporters",
"reporters/stenographer",
"reporters/stenographer/support/go-colorable",
"reporters/stenographer/support/go-isatty",
"types",
]
pruneopts = "UT"
revision = "9eda700730cba42af70d53180f9dcce9266bc2bc"
version = "v1.4.0"
[[projects]]
digest = "1:843aac8325c3be216084cdbcd447e6af21f62d4528ce67c8b43d17e1c8c2412b"
name = "github.com/onsi/gomega"
packages = [
".",
"format",
"gbytes",
"gexec",
"internal/assertion",
"internal/asyncassertion",
"internal/oraclematcher",
"internal/testingtsupport",
"matchers",
"matchers/support/goraph/bipartitegraph",
"matchers/support/goraph/edge",
"matchers/support/goraph/node",
"matchers/support/goraph/util",
"types",
]
pruneopts = "UT"
revision = "334b8f472b3af5d541c5642701c1e29e2126f486"
version = "v1.1.0"
[[projects]]
digest = "1:e5d0bd87abc2781d14e274807a470acd180f0499f8bf5bb18606e9ec22ad9de9"
name = "github.com/pborman/uuid"
packages = ["."]
pruneopts = "UT"
revision = "adf5a7427709b9deb95d29d3fa8a2bf9cfd388f1"
version = "v1.2"
[[projects]]
digest = "1:b25f0b63e460e65573d0f4c746f83b8e2276354b5e52fa6dc6f17b8e46548475"
name = "github.com/pivotal-cf/brokerapi"
packages = [
".",
"auth",
]
pruneopts = "UT"
revision = "c37f78a8d452b14720dec383f1d48463568c520c"
version = "v3.0.2"
[[projects]]
branch = "master"
digest = "1:854badb2ce3e19d6bc53a912d14579b35f3d35f9f2a32ed25aea850762be5241"
name = "github.com/pivotal-cf/on-demand-services-sdk"
packages = [
"bosh",
"serviceadapter",
]
pruneopts = "UT"
revision = "3bdee19b985190d2d7477569a293cf4ee29e86e1"
[[projects]]
digest = "1:40e195917a951a8bf867cd05de2a46aaf1806c50cf92eebf4c16f78cd196f747"
name = "github.com/pkg/errors"
packages = ["."]
pruneopts = "UT"
revision = "645ef00459ed84a119197bfb8d8205042c6df63d"
version = "v0.8.0"
[[projects]]
branch = "master"
digest = "1:b06c5fef67f2764fc1e39306d34c44db8a16f819eaad825eff9c104a841bd44c"
name = "golang.org/x/sys"
packages = ["unix"]
pruneopts = "UT"
revision = "ef802241c90f84d84d644a2d8d0de8ee96038c9c"
[[projects]]
digest = "1:cbc72c4c4886a918d6ab4b95e347ffe259846260f99ebdd8a198c2331cf2b2e9"
name = "gopkg.in/go-playground/validator.v8"
packages = ["."]
pruneopts = "UT"
revision = "5f1438d3fca68893a817e4a66806cea46a9e4ebf"
version = "v8.18.2"
[[projects]]
branch = "v2"
digest = "1:73e6fda93622790d2371344759df06ff5ff2fac64a6b6e8832b792e7402956e7"
name = "gopkg.in/yaml.v2"
packages = ["."]
pruneopts = "UT"
revision = "d670f9405373e636a5a2765eea47fac0c9bc91a4"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"github.com/onsi/ginkgo",
"github.com/onsi/ginkgo/extensions/table",
"github.com/onsi/gomega",
"github.com/onsi/gomega/gbytes",
"github.com/onsi/gomega/gexec",
"github.com/pborman/uuid",
"github.com/pivotal-cf/on-demand-services-sdk/bosh",
"github.com/pivotal-cf/on-demand-services-sdk/serviceadapter",
"github.com/pkg/errors",
"gopkg.in/yaml.v2",
]
solver-name = "gps-cdcl"
solver-version = 1