-
Notifications
You must be signed in to change notification settings - Fork 3
/
glide.yaml
40 lines (40 loc) · 808 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
36
37
38
39
40
package: github.com/beekhof/rss-operator
ignore:
- airbrake
- go-winio
- libnetwork
- azure-sdk-for-go
- Azure
- containernetworking
- docker
- go-openapi
- doc
- go
- ww
- gnostic
- jwt-go
- goautoneg
- gengo
- go-oidc
excludeDirs:
- cloudprovider
- go/doc
import:
- package: k8s.io/client-go
version: kubernetes-1.9.0
- package: k8s.io/api
version: kubernetes-1.9.0
- package: k8s.io/apimachinery
version: kubernetes-1.9.0
- package: k8s.io/apiextensions-apiserver
version: kubernetes-1.9.0
- package: github.com/sirupsen/logrus
version: v1.0.0
- package: github.com/pkg/errors
version: v0.8.0
- package: github.com/pborman/uuid
version: v1.0
- package: github.com/prometheus/client_golang
version: v0.8.0
- package: golang.org/x/time
- package: github.com/x-cray/logrus-prefixed-formatter