-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglide.yaml
executable file
·121 lines (120 loc) · 3.32 KB
/
glide.yaml
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
package: .
excludeDirs:
- CMain
ignore:
- common/errormsg
- common/errors
- common/logmgr
- common/networkhelper
- common/networkhelper/detector
- common/requestervalidator
- common/requestervalidator/requesterstore
- common/resourceutil
- common/resourceutil/cpu
- common/resourceutil/native
- common/resourceutil/types/servicemgrtypes
- common/types/configuremgrtypes
- common/types/servicemgrtypes
- common/commandvalidator
- common/commandvalidator/blacklist
- common/commandvalidator/commands
- common/commandvalidator/injectionchecker
- controller/configuremgr
- controller/configuremgr/container
- controller/configuremgr/native
- controller/discoverymgr
- controller/discoverymgr/wrapper
- controller/scoringmgr
- controller/servicemgr
- controller/servicemgr/executor
- controller/servicemgr/executor/androidexecutor
- controller/servicemgr/executor/containerexecutor
- controller/servicemgr/executor/nativeexecutor
- controller/servicemgr/notification
- db/helper
- db/bolt/common
- db/bolt/configuration
- db/bolt/network
- db/bolt/resource
- db/bolt/service
- db/bolt/system
- db/bolt/wrapper
- db/helper
- interfaces/capi
- interfaces/javaapi
- orchestrationapi
- restinterface
- restinterface/cipher
- restinterface/cipher/dummy
- restinterface/cipher/sha256
- restinterface/client
- restinterface/client/restclient
- restinterface/externalhandler
- restinterface/internalhandler
- restinterface/resthelper
- restinterface/route
# https://github.com/Masterminds/glide/issues/1055
- crypto/ed25519
import:
- package: docker.io/go-docker
version: v1.0.0
subpackages:
- api/types
- api/types/container
- package: github.com/docker/docker
version: v17.05.0-ce-rc3
subpackages:
- pkg/stdcopy
- runconfig
- package: github.com/docker/distribution
version: edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c
- package: github.com/docker/go-connections
version: v0.3.0
- package: github.com/docker/go-units
version: v0.3.2
- package: github.com/gogo/protobuf
version: v0.4.0
- package: github.com/opencontainers/go-digest
version: v1.0.0-rc1
- package: github.com/opencontainers/image-spec
version: v1.0.0
- package: github.com/pkg/errors
version: v0.8.0
- package: github.com/cenkalti/backoff
version: v3.0.0
- package: github.com/fsnotify/fsnotify
version: v1.4.7
- package: github.com/golang/mock
version: 1.3.1
subpackages:
- gomock
- package: github.com/gorilla/mux
version: v1.7.2
- package: github.com/grandcat/zeroconf
version: 85eadb44205c14827ae7cbb129bc7eed4488dd25
- package: github.com/leemcloughlin/logfile
- package: github.com/miekg/dns
version: v1.1.11
- package: github.com/satori/go.uuid
version: v1.2.0
- package: github.com/shirou/gopsutil
version: v2.19.04
subpackages:
- cpu
- mem
- package: github.com/vishvananda/netlink
version: v1.0.0
- package: golang.org/x/net
subpackages:
- ipv4
- ipv6
- package: github.com/Sirupsen/logrus
version: v1.4.0
- package: github.com/spf13/pflag
version: v1.0.3
- package: github.com/boltdb/bolt
version: v1.3.1
- package: gopkg.in/ini.v1
version: v1.48.0
- package: github.com/raff/tls-ext
- package: github.com/raff/tls-psk