forked from fission/fission
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.yaml
79 lines (79 loc) · 2.12 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
package: github.com/fission/fission
excludeDirs:
- examples
- hack
- test
import:
- package: github.com/sirupsen/logrus
version: 68cec9f21fbf3ea8d8f98c044bc6ce05f17b267a
- package: github.com/coreos/etcd
subpackages:
- client
- package: github.com/dchest/uniuri
- package: github.com/docopt/docopt-go
version: ^0.6.2
- package: github.com/gorilla/handlers
version: ^1.1.0
- package: github.com/gorilla/mux
version: ^1.1.0
- package: github.com/satori/go.uuid
version: ^1.1.0
- package: github.com/urfave/cli
version: ^1.18.1
- package: golang.org/x/tools/imports
- package: golang.org/x/net
subpackages:
- context
- package: k8s.io/client-go
version: v7.0.0
subpackages:
- kubernetes
- util/intstr
- rest
- package: k8s.io/api
version: release-1.10
- package: k8s.io/apiextensions-apiserver
version: release-1.10
subpackages:
- pkg/apis/apiextensions/v1beta1
- package: k8s.io/apimachinery
version: release-1.10
- package: k8s.io/code-generator
- package: k8s.io/gengo
- package: github.com/influxdata/influxdb
version: v1.2.0
subpackages:
- client/v2
- package: github.com/robfig/cron
- package: github.com/nats-io/go-nats-streaming
version: ^v0.3.4
- package: github.com/nats-io/nats-streaming-server
version: ^v0.4.0
- package: github.com/graymeta/stow
- package: github.com/mholt/archiver
- package: github.com/pkg/errors
- package: github.com/fsnotify/fsnotify
- package: github.com/Azure/azure-sdk-for-go
version: ~12.4.0-beta
- package: github.com/Azure/go-autorest
version: ~9.9.0
- package: github.com/stretchr/testify
version: ~1.2.1
- package: github.com/davecgh/go-spew
version: ~1.1.0
- package: github.com/imdario/mergo
version: v0.3.3
- package: github.com/hashicorp/go-multierror
- package: github.com/hashicorp/errwrap
- package: github.com/prometheus/client_golang
version: v0.8.0
- package: github.com/dustin/go-humanize
- package: github.com/golang/protobuf/proto
version: v1.1.0
- package: github.com/bsm/sarama-cluster
version: ^2.1.11
- package: github.com/Shopify/sarama
version: ^1.15.0
- package: go.opencensus.io
version: ^0.19.0
- package: google.golang.org/api/support/bundler