-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathglide.yaml
More file actions
29 lines (29 loc) · 773 Bytes
/
glide.yaml
File metadata and controls
29 lines (29 loc) · 773 Bytes
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
package: github.com/hyperpilotio/deployer
import:
- package: github.com/aws/aws-sdk-go
version: ~1.6.4
subpackages:
- aws
- aws/credentials
- aws/session
- service/autoscaling
- service/cloudformation
- service/cloudwatchlogs
- service/ec2
- service/ecs
- service/elb
- service/iam
- package: github.com/gin-gonic/gin
version: ~1.1.4
- package: github.com/golang/glog
- package: github.com/hyperpilotio/blobstore
- package: github.com/hyperpilotio/go-utils
- package: github.com/op/go-logging
- package: github.com/pborman/uuid
- package: github.com/pkg/sftp
- package: github.com/spf13/viper
- package: golang.org/x/crypto
- package: golang.org/x/oauth2
- package: google.golang.org/api
- package: k8s.io/apimachinery
- package: k8s.io/client-go