forked from projectcalico/typha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglide.yaml
48 lines (48 loc) · 1.43 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
package: github.com/projectcalico/typha
homepage: https://projectcalico.org
license: Apache-2.0
import:
- package: github.com/Workiva/go-datastructures
subpackages:
- trie/ctrie
# Need to pin to an older version as our code uses code that is deprecated in newer versions.
- package: github.com/docopt/docopt-go
version: ^0.6.2
- package: github.com/go-ini/ini
- package: github.com/kardianos/osext
- package: github.com/mipearson/rfw
- package: github.com/projectcalico/libcalico-go
version: 43c1da882b70aba9d0325e7de4393439ef202550
subpackages:
- lib/apiconfig
- lib/backend/api
- lib/backend/model
- lib/backend/syncersv1/felixsyncer
- lib/clientv3
- lib/health
- lib/set
- lib/upgrade/migrator
- lib/upgrade/migrator/clients
- lib/validator/v1
- package: github.com/prometheus/client_golang
subpackages:
- prometheus
- prometheus/promhttp
# Use our fork, because v1.0.5 causes test breakages due to problems with our log formatting code,
# but other deps require newer version because of the SetOutput function. Our fork backports
# the missing stuff on top of v1.0.4.
- package: github.com/sirupsen/logrus
repo: https://github.com/projectcalico/logrus
version: v1.0.4-calico
- package: k8s.io/apimachinery
subpackages:
- pkg/apis/meta/v1
- package: k8s.io/client-go
subpackages:
- kubernetes
- rest
testImport:
- package: github.com/onsi/ginkgo
subpackages:
- extensions/table
- package: github.com/onsi/gomega