Files
fission-src/glide.yaml
T
Ta-Ching ChenandSoam Vasani 1b9fa5bc30 Unarchive zip file after fetcher downloads the package (#301)
Fetcher now uncompresses archive files. 

This is triggered by automatically detecting the file format, although maybe we should make that explicit or at least move the detection into the client.
2017-09-01 07:50:47 -07:00

43 lines
1.1 KiB
YAML

package: github.com/fission/fission
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/net
subpackages:
- context
- package: k8s.io/client-go
version: v1.5.0
subpackages:
- 1.5/kubernetes
- 1.5/pkg/api
- 1.5/pkg/api/v1
- 1.5/pkg/apis/extensions/v1beta1
- 1.5/pkg/labels
- 1.5/pkg/util/intstr
- 1.5/rest
- 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