-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathglide.yaml
29 lines (27 loc) · 1022 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
# For detailed docs on how to add new dependencies or
# update dependencies see Documentation/dev-dependencies.md
#
# The TL;DR is:
# * Use glide and glide-vc.
# * List transitive dependencies.
# * Create a separate block for each dependency group.
# * Keep updates to "vendor/" in a separate commit from actual changes.
package: github.com/kevinbayes/clairs-server
import:
- package: github.com/julienschmidt/httprouter
- package: github.com/signintech/gopdf
- package: github.com/docker/docker
- package: github.com/lib/pq
- package: github.com/docker/go-connections
- package: github.com/coreos/clair
- package: golang.org/x/sys
- package: github.com/sirupsen/logrus
- package: github.com/gogo/protobuf
- package: github.com/Microsoft/go-winio
- package: github.com/docker/libtrust
- package: github.com/opencontainers/image-spec
- package: github.com/docker/go-units
- package: github.com/docker/distribution
- package: github.com/opencontainers/go-digest
- package: github.com/pkg/errors
- package: golang.org/x/net