forked from openshift/imagebuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglide.yaml
36 lines (35 loc) · 806 Bytes
/
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
package: github.com/openshift/imagebuilder
import:
- package: github.com/docker/docker
version: b68221c37ee597950364788204546f9c9d0e46a1
subpackages:
- api/types
- api/types/blkiodev
- api/types/container
- api/types/filters
- api/types/mount
- api/types/network
- api/types/registry
- api/types/strslice
- api/types/swarm
- api/types/swarm/runtime
- api/types/versions
- builder/dockerfile/command
- builder/dockerfile/parser
- opts
- pkg/archive
- pkg/fileutils
- pkg/homedir
- pkg/idtools
- pkg/ioutils
- pkg/jsonmessage
- pkg/longpath
- pkg/mount
- pkg/pools
- pkg/stdcopy
- pkg/system
- pkg/term
- pkg/term/windows
- package: github.com/fsouza/go-dockerclient
repo: https://github.com/openshift/go-dockerclient.git
version: openshift-4.0