forked from kubeedge/beehive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.lock
134 lines (121 loc) · 3.97 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
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
digest = "1:b75aca481cf296a216157d0cf8ed4e14c7326b1783da3fca235897683ac3e974"
name = "github.com/ServiceComb/go-archaius"
packages = [
".",
"sources/file-source",
]
pruneopts = "UT"
revision = "32bc89fe32ac9777e93e4140d338ce3001a89f85"
version = "v0.1"
[[projects]]
digest = "1:8705fe20105631d12abb6ded93eb65e4e03620ff5bef5cc25ab03ce8e265299b"
name = "github.com/ServiceComb/paas-lager"
packages = [
".",
"rotate",
]
pruneopts = "UT"
revision = "005283cca84c31e4ee549c6fd280bbd8432503f0"
version = "v1.0.1"
[[projects]]
digest = "1:abeb38ade3f32a92943e5be54f55ed6d6e3b6602761d74b4aab4c9dd45c18abd"
name = "github.com/fsnotify/fsnotify"
packages = ["."]
pruneopts = "UT"
revision = "c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9"
version = "v1.4.7"
[[projects]]
digest = "1:a81c1bc427850b9f040713c61b9df6af36edadf17297b926da0bb2f88af4b6cb"
name = "github.com/go-chassis/go-archaius"
packages = [
"core",
"core/cast",
"core/config-manager",
"core/event-system",
"sources/commandline-source",
"sources/enviromentvariable-source",
"sources/file-source",
"sources/memory-source",
]
pruneopts = "UT"
revision = "32bc89fe32ac9777e93e4140d338ce3001a89f85"
version = "v0.1"
[[projects]]
digest = "1:9e61085198e66f3705dfd5de4371fff208a5f6dfe64662167277f0e53fe479ad"
name = "github.com/go-chassis/paas-lager"
packages = [
"third_party/forked/cloudfoundry/lager",
"third_party/forked/cloudfoundry/lager/color",
]
pruneopts = "UT"
revision = "005283cca84c31e4ee549c6fd280bbd8432503f0"
version = "v1.0.1"
[[projects]]
branch = "master"
digest = "1:44b6504c0470b6ef1b247d6791982478191aec4e05c95ee61a2bb14b6bded642"
name = "github.com/go-mesh/openlogging"
packages = ["."]
pruneopts = "UT"
revision = "3d418c478b2daf4684a2ddbb5c88aa7ec21cb3f2"
[[projects]]
digest = "1:15e010b6f19eb509a8a2c7c828cabf892637678a64ac1509e63a329d62755c47"
name = "github.com/kubeedge/kubeedge"
packages = [
"common/beehive/pkg/common/config",
"common/beehive/pkg/common/log",
"common/beehive/pkg/common/util",
"common/beehive/pkg/core",
"common/beehive/pkg/core/context",
"common/beehive/pkg/core/model",
"common/beehive/test/modules",
]
pruneopts = "UT"
revision = "d41c5db26e3c80229654ac1cd1982f8ee5b295db"
version = "v0.2"
[[projects]]
digest = "1:274f67cb6fed9588ea2521ecdac05a6d62a8c51c074c1fccc6a49a40ba80e925"
name = "github.com/satori/go.uuid"
packages = ["."]
pruneopts = "UT"
revision = "f58768cc1a7a7e77a3bd49e98cdd21419399b6a3"
version = "v1.2.0"
[[projects]]
digest = "1:08d65904057412fc0270fc4812a1c90c594186819243160dc779a402d4b6d0bc"
name = "github.com/spf13/cast"
packages = ["."]
pruneopts = "UT"
revision = "8c9545af88b134710ab1cd196795e7f2388358d7"
version = "v1.3.0"
[[projects]]
branch = "master"
digest = "1:5637b3b43405643229e55140bb3049dfa7d73957ba9ecfccc31cdadbfbe0b1f9"
name = "golang.org/x/sys"
packages = ["unix"]
pruneopts = "UT"
revision = "6c81ef8f67ca3f42fc9cd71dfbd5f35b0c4b5771"
[[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/ServiceComb/go-archaius",
"github.com/ServiceComb/go-archaius/sources/file-source",
"github.com/ServiceComb/paas-lager",
"github.com/ServiceComb/paas-lager/rotate",
"github.com/go-chassis/go-archaius/core",
"github.com/go-chassis/paas-lager/third_party/forked/cloudfoundry/lager",
"github.com/kubeedge/kubeedge/common/beehive/pkg/core",
"github.com/kubeedge/kubeedge/common/beehive/test/modules",
"github.com/satori/go.uuid",
"gopkg.in/yaml.v2",
]
solver-name = "gps-cdcl"
solver-version = 1